- Update to version 1.0.15
+ Bugfixes: + Fixed playlist column showing invalid last played date for streams. + Fixed crash when the audio bin failed to initialize (#1123, #1133). + Fixed duplicated filename when organizing files using dot in the filename (#1136). + Fixed tag inline editing for streams (#1130). + Fixed resetting play statistics using tag edit dialog (#1124). + Fixed compilation songs not showing if group by was set to other than (Album) Artist / Album (#1140). + Enhancements: + Added lyrics from stands4 (lyrics.com). + Added Sonogram analyzer. + Use GStreamer playbin3 with GStreamer 1.22.0 and higher. + Code improvements: + Made use of C++11 enum class where possible. + Use new QNativeIpcKey based QSharedMemory constructor with Qt 6.6 and higher. OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/strawberry?expand=0&rev=134
This commit is contained in:
parent
c154c5ad1d
commit
b92aa2f1ac
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cbb0e0557e97c6e29ca3bf093f2359c959c8b5e8d26c1b6734bb17a85abcd37f
|
|
||||||
size 11234760
|
|
3
strawberry-1.0.15.tar.xz
Normal file
3
strawberry-1.0.15.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5470e72335dc9d3f6f4943387158cec067821a934e5d322de7d3ad4e8c50a9ef
|
||||||
|
size 11230148
|
@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 4 15:59:18 UTC 2023 - Jonas Kvinge <jonaski@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 1.0.15
|
||||||
|
|
||||||
|
+ Bugfixes:
|
||||||
|
+ Fixed playlist column showing invalid last played date for streams.
|
||||||
|
+ Fixed crash when the audio bin failed to initialize (#1123, #1133).
|
||||||
|
+ Fixed duplicated filename when organizing files using dot in the filename (#1136).
|
||||||
|
+ Fixed tag inline editing for streams (#1130).
|
||||||
|
+ Fixed resetting play statistics using tag edit dialog (#1124).
|
||||||
|
+ Fixed compilation songs not showing if group by was set to other than (Album) Artist / Album (#1140).
|
||||||
|
|
||||||
|
+ Enhancements:
|
||||||
|
+ Added lyrics from stands4 (lyrics.com).
|
||||||
|
+ Added Sonogram analyzer.
|
||||||
|
+ Use GStreamer playbin3 with GStreamer 1.22.0 and higher.
|
||||||
|
|
||||||
|
+ Code improvements:
|
||||||
|
+ Made use of C++11 enum class where possible.
|
||||||
|
+ Use new QNativeIpcKey based QSharedMemory constructor with Qt 6.6 and higher.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 13 21:26:32 UTC 2023 - Jonas Kvinge <jonaski@opensuse.org>
|
Fri Jan 13 21:26:32 UTC 2023 - Jonas Kvinge <jonaski@opensuse.org>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: strawberry
|
Name: strawberry
|
||||||
Version: 1.0.14
|
Version: 1.0.15
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A music player and music collection organizer
|
Summary: A music player and music collection organizer
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user