- Update to version 0.3.3

+ Fixed search error not shown in Tidal search
  + Added URL handler for Tidal, now retrieving URL's when playing instead of when searching
  + Fixed bug in pipeline not setting url
  + Fixed bug setting wrong temporary metadata
  + Added support for both ALSA hw and plughw
  + Added option to change url stream scheme for Tidal
  + Added encoding of Tidal token in the source code
  + Added encoding of Tidal password in the configuration
  + Fixed Tidal login

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/strawberry?expand=0&rev=19
This commit is contained in:
Jonas Kvinge 2018-09-25 19:46:06 +00:00 committed by Git OBS Bridge
parent 4860ad1539
commit 17dd6e9cee

View File

@ -1,7 +1,16 @@
-------------------------------------------------------------------
Mon Sep 24 19:10:31 UTC 2018 - Jonas Kvinge <jonas@jkvinge.net>
Tue Sep 25 19:41:36 UTC 2018 - Jonas Kvinge <jonas@jkvinge.net>
- Update to 0.3.3
- Update to version 0.3.3
+ Fixed search error not shown in Tidal search
+ Added URL handler for Tidal, now retrieving URL's when playing instead of when searching
+ Fixed bug in pipeline not setting url
+ Fixed bug setting wrong temporary metadata
+ Added support for both ALSA hw and plughw
+ Added option to change url stream scheme for Tidal
+ Added encoding of Tidal token in the source code
+ Added encoding of Tidal password in the configuration
+ Fixed Tidal login
-------------------------------------------------------------------
Sat Sep 15 18:22:27 UTC 2018 - Jonas Kvinge <jonas@jkvinge.net>