- Update to version 0.6.1

+ Compare artist and album case-insensitive when generating score for album covers.
  + Fixed broken return value of sendMessage() in SingleApplication causing application to be started twice.
  + Improved error handling in local redirectserver.
  + Added new tabs view with search and favorites to Tidal.
  + Fixed gst_pad_send_event lock in gstreamer pipeline.
  + Made Xine analyzer optional to fix compilation with newer Xine.
  + Implemented offset and queue to all Tidal requests.
  + Added new artist, album and song ids to songs schemas to add/remove favorites.
  + Improved lyrics searcher.
  + Fixed disabling fading option in backend settings when volume control is disabled.
  + Added x-scheme-handler/tidal to desktop file to handle tidal songs and allow OAuth redirect url.
  + Added love button for scrobblers.
  + Fixed gapless playback when using url handler.
  + Fixed enabling/disabling fading options in backend settings.
  + Added support for Subsonic streaming.
  + Added support for Qobuz streaming.
  + Added confirmation box for opening songs in file browser to avoid users accidentally opening too many songs.
  + Added OSD notification on playback resume option.
  + Fixed MusicBrainz tag fetcher to respect rate limiting when fetching tags.
  + Fixed hardcoded systemtray icon.
  + Added live scanning and option to rescan songs.
  + Added playlist background image stretch option to zoom image with cutting the height.
  + Replaced use of QDesktopWidget with QDesktop
  + Replaced all uses of QSignalMapper with lambda expressions
  + Fixed collection album covers stuck to old ones when new album covers are fetched
  + Fixed all Json services to check HttpStatusCodeAttribute in addition to checking network errors
  + Fixed track change hang
  + Fixed playlist sorting to ignore articles
  + Fixed MessageReply crash in tagreader

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/strawberry?expand=0&rev=43
This commit is contained in:
Jonas Kvinge 2019-08-03 11:44:18 +00:00 committed by Git OBS Bridge
parent c983dd8a12
commit 5a815c5968
4 changed files with 55 additions and 7 deletions

View File

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

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

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

View File

@ -1,3 +1,51 @@
-------------------------------------------------------------------
Sat Aug 3 11:42:16 UTC 2019 - Jonas Kvinge <jonas@jkvinge.net>
- Update to version 0.6.1
+ Compare artist and album case-insensitive when generating score for album covers.
+ Fixed broken return value of sendMessage() in SingleApplication causing application to be started twice.
+ Improved error handling in local redirectserver.
+ Added new tabs view with search and favorites to Tidal.
+ Fixed gst_pad_send_event lock in gstreamer pipeline.
+ Made Xine analyzer optional to fix compilation with newer Xine.
+ Implemented offset and queue to all Tidal requests.
+ Added new artist, album and song ids to songs schemas to add/remove favorites.
+ Improved lyrics searcher.
+ Fixed disabling fading option in backend settings when volume control is disabled.
+ Added x-scheme-handler/tidal to desktop file to handle tidal songs and allow OAuth redirect url.
+ Added love button for scrobblers.
+ Fixed gapless playback when using url handler.
+ Fixed enabling/disabling fading options in backend settings.
+ Added support for Subsonic streaming.
+ Added support for Qobuz streaming.
+ Added confirmation box for opening songs in file browser to avoid users accidentally opening too many songs.
+ Added OSD notification on playback resume option.
+ Fixed MusicBrainz tag fetcher to respect rate limiting when fetching tags.
+ Fixed hardcoded systemtray icon.
+ Added live scanning and option to rescan songs.
+ Added playlist background image stretch option to zoom image with cutting the height.
+ Replaced use of QDesktopWidget with QDesktop
+ Replaced all uses of QSignalMapper with lambda expressions
+ Fixed collection album covers stuck to old ones when new album covers are fetched
+ Fixed all Json services to check HttpStatusCodeAttribute in addition to checking network errors
+ Fixed track change hang
+ Fixed playlist sorting to ignore articles
+ Fixed MessageReply crash in tagreader
+ Fixed MTP support
+ Fixed possible crashes with libimobiledevice devices
+ Removed older devicekit udisks backend
+ Using iconv to replace non-ascii characters when organising files
+ Fixed IPod support when listed from UDisks2
+ Fixed memory leaks when establishing database connections and in database backup.
+ Fixed dangling database connections when loading collection, playlists and devices.
+ Fixed closing and deleting backends to free memory and database connections on exit.
+ Fixed dangling pointers causing crashes when loading new album covers in collection.
+ Fixed playlist shortcuts being broken because they were hidden in playlist right click menu.
+ Replaced FTS3 and custom tokenizer with FTS5 with unicode61.
+ Fixed certain cases where track slider popup was stuck.
+ Fixed certain cases where the playing widget gets stuck when switching fast between context and other widgets.
+ Removed ChartLyrics provider (service have been down for a long time).
-------------------------------------------------------------------
Sun May 5 19:32:26 UTC 2019 - Jonas Kvinge <jonas@jkvinge.net>

View File

@ -17,7 +17,7 @@
Name: strawberry
Version: 0.5.5
Version: 0.6.1
Release: 0
Summary: A audio player and music collection organizer
License: GPL-3.0-or-later
@ -69,7 +69,7 @@ BuildRequires: pkgconfig(libvlc)
%endif
BuildRequires: pkgconfig(libxine)
BuildRequires: pkgconfig(protobuf)
BuildRequires: pkgconfig(sqlite3) >= 3.7
BuildRequires: pkgconfig(sqlite3) >= 3.9
BuildRequires: pkgconfig(taglib) >= 1.11.1
%if 0%{?suse_version} < 1500
Requires(post): update-desktop-files
@ -94,12 +94,12 @@ Features:
- Edit tags on music files
- Fetch tags from MusicBrainz
- Album cover art from Last.fm, Musicbrainz, Discogs, Deezer and Tidal
- Song lyrics from AudD and ChartLyrics
- Song lyrics from AudD
- Support for multiple backends
- Audio analyzer
- Equalizer
- Transfer music to iPod, iPhone, MTP or mass-storage USB player
- Integrated Tidal support
- Streaming support for Tidal, Qobuz and Subsonic
- Scrobbler with support for Last.fm, Libre.fm and ListenBrainz
%prep