- Update to version 1.0.19

+ Bugfixes:
   + Use shared pointers for objects to fix potential crashes on exit (#1239).
   + Fixed smart playlist search not matching unrated songs (#1244).
   + Fixed reading FMPS_Playcount for MP3 ID3v2 tags (#1248).
   + Always stop playing after 100 errors to prevent flooding the error dialog (#1220).
   + Fixed volume going to 100% when decreasing volume beyond zero (#1262).
   + Fixed error dialog sometimes showing empty.
  + Enhancements:
   + Add Mpris2 property to read/write rating (#1246).
   + Capitalize playlist column names (#1264).
   + Added lyrics from songlyrics.com, azlyrics.com, elyrics.net and lyricsmode.com.
  + New features:
   + Support performing song loudness analysis using `libebur128` (#1216).
   + Support song playback loudness normalization, as per EBU R 128 (#1216).
  + Other:
   + Removed last.fm HTTPS workaround and GnuTLS dependency
   + Removed broken lyrics.com lyrics provider.

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/strawberry?expand=0&rev=144
This commit is contained in:
Jonas Kvinge 2023-09-24 21:30:57 +00:00 committed by Git OBS Bridge
parent 26356756e8
commit 95d7316db5
4 changed files with 27 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8687463b3c5c6d4344ab295ed0946b56d279b7e45875eb4fcca521ca1218c860
size 11241608

3
strawberry-1.0.19.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c96a62b67089b4cec815a948bf6c424a5ec55537b0f122d8fa1f0fea5ce8185c
size 11234408

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Sun Sep 24 21:28:11 UTC 2023 - Jonas Kvinge <jonaski@opensuse.org>
- Update to version 1.0.19
+ Bugfixes:
+ Use shared pointers for objects to fix potential crashes on exit (#1239).
+ Fixed smart playlist search not matching unrated songs (#1244).
+ Fixed reading FMPS_Playcount for MP3 ID3v2 tags (#1248).
+ Always stop playing after 100 errors to prevent flooding the error dialog (#1220).
+ Fixed volume going to 100% when decreasing volume beyond zero (#1262).
+ Fixed error dialog sometimes showing empty.
+ Enhancements:
+ Add Mpris2 property to read/write rating (#1246).
+ Capitalize playlist column names (#1264).
+ Added lyrics from songlyrics.com, azlyrics.com, elyrics.net and lyricsmode.com.
+ New features:
+ Support performing song loudness analysis using `libebur128` (#1216).
+ Support song playback loudness normalization, as per EBU R 128 (#1216).
+ Other:
+ Removed last.fm HTTPS workaround and GnuTLS dependency
+ Removed broken lyrics.com lyrics provider.
-------------------------------------------------------------------
Sun Sep 17 19:14:05 UTC 2023 - Jonas Kvinge <jonaski@opensuse.org>

View File

@ -17,7 +17,7 @@
Name: strawberry
Version: 1.0.18
Version: 1.0.19
Release: 0
Summary: A music player and music collection organizer
License: GPL-3.0-or-later