Skip to content

Commit

Permalink
bump version and update changelog
Browse files Browse the repository at this point in the history
so we can do a release
  • Loading branch information
paroj committed Jun 2, 2024
1 parent 4c9d695 commit 9d2026e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "github.paroj.dsub2000"
minSdkVersion 24
targetSdkVersion 30
versionCode 208
versionName '5.5.3'
versionCode 209
versionName '5.6.0'
vectorDrawables.useSupportLibrary = true
setProperty("archivesBaseName", "DSub $versionName")
resConfigs 'de', 'es', 'fr', 'hu', 'nl', 'pt-rPT', 'ru', 'sv', 'zh'
Expand Down
18 changes: 18 additions & 0 deletions app/src/main/res/xml/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="5.6.0" versioncode="209" releasedate="28/06/2024">
<change>Rebrand app to DSub2000 to indicate the fork</change>
<change>Change setting defaults to improve compatibility and UI clarity</change>
<change>Added a random option to the songs part of the mainview</change>
<change>Add option to show a single rating button</change>
<change>Make tapping on cover art to open playlist configurable</change>
<change>When the user has made a selection, only the selected songs are downloaded</change>
<change>Migrate to vector drawables</change>
<change>Setting to add song suffix as details of list song item</change>
<change>Toggling the caching status from "permanently cached" to just "cached" (and back) does not require connectivity</change>
<change>Fix replaygain selection logic for track gain</change>
<change>Fix album sort with duplicate track numbers</change>
<change>Fix offline scrobbling for servers without lucene support</change>
<change>Make connections secure by default CVE-2018-1000664</change>
<change>Port from orphaned cling to jupnp</change>
<change>Sync bastp to upstream/ vanilla-music for improved replaygain parsing</change>
<change>Replace subsonic.org demo server with navidrome.org demo server</change>
</release>
<release version="5.5.3" versioncode="208" releasedate="04/01/2022">
<change>Fix album art with Airsonic 11</change>
<change>Fixed an issue with SSID detection</change>
Expand Down

0 comments on commit 9d2026e

Please sign in to comment.