Skip to content

Commit

Permalink
Prepare for release-2.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kaaholst committed Dec 27, 2024
1 parent 11efc6a commit 79b2577
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 32 deletions.
7 changes: 7 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2.3.8
=====

* Disable full rebuild of client caches to prevent slow startup in some
scenarios


2.3.7
=====

Expand Down
4 changes: 2 additions & 2 deletions Squeezer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ android {

buildConfigField "String", "GIT_DESCRIPTION", "\"${gitDescription}\""

versionCode 136
versionName "2.3.7"
versionCode 141
versionName "2.3.8"

vectorDrawables.useSupportLibrary = true
multiDexEnabled true
Expand Down
16 changes: 1 addition & 15 deletions Squeezer/src/main/play/release-notes/en-US/beta.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1 @@
• Classical music information (composer, band, conductor)

• Rename Logitech Media Server to Lyrion Music Server

• Optionally show technical info and track number

• Possibility to move the current playlist when switching player

• Remember previously connected servers so you don't have to type them

• Show server scanning progress and reload current page when scanning is complete

• Refresh shortcuts after a music library rescan

• Target API 34
• Disable full rebuild of client caches to prevent slow startup in some scenarios
16 changes: 1 addition & 15 deletions Squeezer/src/main/play/release-notes/en-US/production.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1 @@
• Classical music information (composer, band, conductor)

• Rename Logitech Media Server to Lyrion Music Server

• Optionally show technical info and track number

• Possibility to move the current playlist when switching player

• Remember previously connected servers so you don't have to type them

• Show server scanning progress and reload current page when scanning is complete

• Refresh shortcuts after a music library rescan

• Target API 34
• Disable full rebuild of client caches to prevent slow startup in some scenarios
7 changes: 7 additions & 0 deletions Squeezer/src/main/res/xml/changelog_master.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>

<changelog>
<release
version="2.3.8"
versioncode="141">

<change>Disable full rebuild of client caches to prevent slow startup in some scenarios</change>
</release>

<release
version="2.3.7"
versioncode="136">
Expand Down

0 comments on commit 79b2577

Please sign in to comment.