Skip to content

Releases: CDrummond/squeezelite

0.8.0

02 Jan 15:50

Choose a tag to compare

• Dynamically resolve AAudio symbols, thefore reduce minimum to Android 6.0
• Remove output option, only use openSL ES if fail to initialise AAudio.

0.7.1

31 Dec 10:11

Choose a tag to compare

• New icon.
• Provide a copy of 'pthread_mutexattr_setprotocol' so that Android 8.1 can again be supported.

0.7.0

24 Dec 10:56

Choose a tag to compare

• Use 'squeezelite-mobile' as 'Model' reported to LMS if on cellular or metered network. This is to be consistent with LyrPlay and xPlay.
• Increase minimum Android version to 9.0
• Add option to control stopping of player when powered off.
• Fix handling of media keys.
• Add option to delay start on boot by 5, 10, 20, or 30 seconds.

0.6.0

10 Oct 16:21

Choose a tag to compare

• Intercept media buttons.
• Fix default 'max bit rate when' setting.
• Fix setting of max bit rate.
• Change 'Model' reported to LMS if on cellular or metered network - this can then be used to setup custom transcoding rules.
• When handling LMS's initial volume only set to Android's if that is not 0.

0.5.0

20 Aug 16:03

Choose a tag to compare

• Add option to auto-start when certain BT devices connect.
• Add option to use BT device MAC and name when connecting to LMS.

0.4.0

11 Aug 15:28

Choose a tag to compare

• Add option to start on boot.
• Add option to only use max bit rate setting for cellular or metered connections.

0.3.0

25 Jul 16:45

Choose a tag to compare

Changed

• Add option to set bitrate limit. If set, then max sample rate also set to 48khz.
• Add option to set buffer size.
• Re-open stream on disconnect.

0.2.1

20 Jul 09:01

Choose a tag to compare

Changed

• Use exclusive mode for AAudio.
• Add option to restore device's 'Music' volume when starting player.

0.2.0

18 Jul 16:23

Choose a tag to compare

Changed

• Add option to use OpenSLES or AAudio for output.
• Use AAudio by default.
• Close output after being idle for 2 seconds.
• Bump minimum Android version to 8.1 (due to linking to AAudio).

0.1.1

13 Jul 07:41

Choose a tag to compare

Improved

• Terminate player when powered off via LMS.
• Don't close output 2 seconds after pause as this then breaks playback.