Skip to content

Releases: pascalopitz/unoffical-sonos-controller-for-linux

0.2.0-alpha1

19 May 10:24
Compare
Choose a tag to compare
0.2.0-alpha1 Pre-release
Pre-release

We've gone full circle: Removed ported bits and went back to the now much much neater and, unlike my orphaned fork, well maintained node-sonos.

Also slight tweaks to reducers and event handling. Feels more snappy I think. Give it a whirl guys.

0.1.8

16 Mar 00:27
Compare
Choose a tag to compare
  • Fixed a few errors
  • improved the back function when searching
  • Now keeps scroll position when using the back button

0.1.7

15 Mar 06:20
Compare
Choose a tag to compare

Fixed Spotify to work with manifest.json
Fixed scroll bug in search mode
Fixed scroll bug in service collections
Removed a glitchy magic list item for albums ... this will need rethinking
Removed service worker to get improve glitchy album cover loading
Removed preact and used react

0.1.6

05 Apr 13:48
Compare
Choose a tag to compare
v0.1.6

Making it work after upgrade, Upgraded some packages as well

0.1.5

08 Sep 02:26
Compare
Choose a tag to compare
v0.1.5

Removed snap, building arm as well

0.1.4

04 May 12:56
Compare
Choose a tag to compare
v0.1.4

Update some packages, fix a reducer error

0.1.3

21 Apr 11:05
Compare
Choose a tag to compare
Updated npm packages, changed around some event subscriptions, remove…

…d account list and fixed spotify

0.1.2

23 Dec 10:35
Compare
Choose a tag to compare
v0.1.2

Debug code in reducer removed ... doh!

v0.1.1

19 Dec 09:08
Compare
Choose a tag to compare

Some changes to do with Sonos SMAPI in 8.2, namely auth token refresh handling and Household ID resolution.

v0.1.0

16 Aug 07:04
Compare
Choose a tag to compare

First release of the Redux based rewrite

Notable changes:

  • State management has been rewritten to use Redux
  • Action creators are used, with async/await for async actions
  • Music services had a bit of TLC. Deezer and Amazon music in particular.
  • The search for services should be less buggy.
  • The browser list has a more reliable back button
  • Shuffle and crossfade mode work now
  • We're also building AppImage now