Skip to content

Commit

Permalink
Prepare for release 2.3.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaaholst committed Jan 9, 2024
1 parent 42b6a83 commit 2413d21
Show file tree
Hide file tree
Showing 5 changed files with 67 additions and 14 deletions.
22 changes: 22 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
2.3.4
=====

* Bring back notification controls. This also gives a better experience over
bluetooth, and brings back background volume control on some devices.

* Smooth volume slider on Now Playing screen, prevents sudden volume changes

* Possibility to seek current song from notification

* Power on/off now possible from notification

* Fix context menu initially hidden in landscape

* Remove obsolete volume button on Now Playing mini layout

* Minor improvements when the app is sideloaded on Google TV

* Workaround an Android issue
https://issuetracker.google.com/issues/160946170


2.3.3
=====

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

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

versionCode 125
versionName "2.3.3"
versionCode 128
versionName "2.3.4"

vectorDrawables.useSupportLibrary = true
multiDexEnabled true
Expand Down
16 changes: 10 additions & 6 deletions Squeezer/src/main/play/release-notes/en-US/beta.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
• Always on volume control on "Now Playing" screen.
• Bring back notification controls.

• Move the button for the current playlist on the "Now Playing" screen to the top bar, so it's always the same place.
• Smooth volume slider on Now Playing screen.

• Search results are populated when expanded. This fixes an issue where a new Pandora station would be created.
• Possibility to seek current song from notification

• Support rich content (images, links, etc) from LMS
• Power on/off now possible from notification

• Support weblinks (display eg. a PDF booklet)
• Fix context menu initially hidden in landscape

• Don't show context menu in a destroyed activity
• Remove obsolete volume button on Now Playing mini layout

• Minor improvements when the app is sideloaded on Google TV

• Workaround an Android issue https://issuetracker.google.com/issues/160946170
16 changes: 10 additions & 6 deletions Squeezer/src/main/play/release-notes/en-US/production.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
• Always on volume control on "Now Playing" screen.
• Bring back notification controls.

• Move the button for the current playlist on the "Now Playing" screen to the top bar, so it's always the same place.
• Smooth volume slider on Now Playing screen.

• Search results are populated when expanded. This fixes an issue where a new Pandora station would be created.
• Possibility to seek current song from notification

• Support rich content (images, links, etc) from LMS
• Power on/off now possible from notification

• Support weblinks (display eg. a PDF booklet)
• Fix context menu initially hidden in landscape

• Don't show context menu in a destroyed activity
• Remove obsolete volume button on Now Playing mini layout

• Minor improvements when the app is sideloaded on Google TV

• Workaround an Android issue https://issuetracker.google.com/issues/160946170
23 changes: 23 additions & 0 deletions Squeezer/src/main/res/xml/changelog_master.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
<?xml version="1.0" encoding="utf-8"?>

<changelog>
<release
version="2.3.4"
versioncode="128">

<change>Bring back notification controls. This also gives a better experience over bluetooth,
and brings back background volume control on some devices.
</change>

<change>Smooth volume slider on Now Playing screen, prevents sudden volume changes</change>

<change>Possibility to seek current song from notification</change>

<change>Power on/off now possible from notification</change>

<change>Fix context menu initially hidden in landscape</change>

<change>Remove obsolete volume button on Now Playing mini layout</change>

<change>Minor improvements when the app is sideloaded on Google TV</change>

<change>Workaround an Android issue https://issuetracker.google.com/issues/160946170</change>
</release>

<release
version="2.3.3"
versioncode="125">
Expand Down

0 comments on commit 2413d21

Please sign in to comment.