From 4860ad15395f31c9a2ceae010086effec383a1f816403d22721df5dbf3859830 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Mon, 24 Sep 2018 19:11:17 +0000 Subject: [PATCH 1/2] - Update to 0.3.3 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/strawberry?expand=0&rev=18 --- strawberry-0.3.1.tar.xz | 3 --- strawberry-0.3.3.tar.xz | 3 +++ strawberry.changes | 5 +++++ strawberry.spec | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) delete mode 100644 strawberry-0.3.1.tar.xz create mode 100644 strawberry-0.3.3.tar.xz diff --git a/strawberry-0.3.1.tar.xz b/strawberry-0.3.1.tar.xz deleted file mode 100644 index 0754f79..0000000 --- a/strawberry-0.3.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:298bd6985687e35d34062eca10284a401295f7bfe7a82096ebd9ef63ffbbb0ac -size 7355532 diff --git a/strawberry-0.3.3.tar.xz b/strawberry-0.3.3.tar.xz new file mode 100644 index 0000000..4afc115 --- /dev/null +++ b/strawberry-0.3.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2310fc08e754288a70eff584dd1a9ce4ddd5bdd1fae768d8559143862e63a887 +size 7366760 diff --git a/strawberry.changes b/strawberry.changes index f00b383..4279bdb 100644 --- a/strawberry.changes +++ b/strawberry.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Sep 24 19:10:31 UTC 2018 - Jonas Kvinge + +- Update to 0.3.3 + ------------------------------------------------------------------- Sat Sep 15 18:22:27 UTC 2018 - Jonas Kvinge diff --git a/strawberry.spec b/strawberry.spec index e9f6222..a6bac5c 100644 --- a/strawberry.spec +++ b/strawberry.spec @@ -17,7 +17,7 @@ Name: strawberry -Version: 0.3.1 +Version: 0.3.3 Release: 0 Summary: A audio player and music collection organizer License: GPL-3.0-or-later From 17dd6e9ceefe1b39e83ad994b08e32ea4734dad5eb0d5ab35443aac77e01b339 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Tue, 25 Sep 2018 19:46:06 +0000 Subject: [PATCH 2/2] - 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 --- strawberry.changes | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/strawberry.changes b/strawberry.changes index 4279bdb..58708cf 100644 --- a/strawberry.changes +++ b/strawberry.changes @@ -1,7 +1,16 @@ ------------------------------------------------------------------- -Mon Sep 24 19:10:31 UTC 2018 - Jonas Kvinge +Tue Sep 25 19:41:36 UTC 2018 - Jonas Kvinge -- 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