strawberry-audio-player-win.../Changelog

69 lines
2.6 KiB
Plaintext
Raw Normal View History

2018-02-27 18:06:05 +01:00
Strawberry Music Player
=======================
ChangeLog
2018-05-02 00:18:54 +02:00
Unreleased:
* Added new lyrics provider with lyrics from AudD and API Seeds
* New improved context widget with albums and lyrics
* Fixed playing and context widget getting stuck in play mode when there was an error
* Changed icons for artists in collection, tidal and cover manager
* Removed "search" icon from "Search automatically" checkbox (right click) that looked ugly
* Removed some unused widgets from the src/widgets directory
* Fixed initial size of window and side panel
* Fixed saving window size correctly
2018-09-01 22:22:12 +02:00
* Added Tidal support
* Disabled Amazon cover provider because of revoked API key
* Removed broken xine fader
* Made chromeprint optional
* Added missing names to about dialog
* Made xine enabled only for window debug
* Removed dead code
2018-09-02 12:50:12 +02:00
* Added DSF and DSDIFF/DFF support
* Fixed tagreader crash when saving tags to MP3 files
* Added support for reading/writing lyrics to tags
* Fixed saving (APE) tags for WavPack files
2018-07-05 02:55:51 +02:00
Version 0.2.1:
* Fixed crash with newer Qt
* Fixed setting output/device for Xine and VLC backend
* Improved backend settings to better support multiple backends
* Fixed track slider for Xine, VLC and Phonon
* Fixed compilation on MacOs
* Fixed device selection on MacOs
* Added xine on to windows build
2018-06-07 23:23:59 +02:00
Version 0.1.6:
2018-07-05 02:55:51 +02:00
* Fixed crash on exit caused by NVIDIA driver
* Fixed PulseAudio device selection
2018-06-07 23:23:59 +02:00
* Improvements to device selection
2018-05-16 22:20:46 +02:00
Version 0.1.5:
* Makefile fixes for building
Version 0.1.4:
* Fixed compliation with clang compiler
* This release is mainly to get it working on openbsd and freebsd.
2018-05-11 22:51:41 +02:00
Version 0.1.3:
* Audio file detection by content
* Added builtin taglib to 3rdparty to support detecting audio by content instead of just file extension
* Removed unneeded bulitin qsqlite from 3rdparty
* Added sqldrivers\qsqlite.dll for windows build
* Replaced incorrect DLL libgstdirectsoundsink.dll (from gst 1.12.4) instead of libgstdirectsound.dll (from gst 1.14.0) for windows build
* Fixed git versioning
2018-05-02 00:18:54 +02:00
Version 0.1.2:
* Fixed playback of WavPack files
* Fixed musicbrainz tagfetcher
* Use common regex (Song::kCoverRemoveDisc) for removing Disc/CD from album
* Remove Disc/CD from album when creating hash for album cover filename
* Fixed imobiledevice support compilation
* Fixed output device selection on windows
* Fixed problems with windows build missing some DLL's, only supplying required gstreamer-plugins now
* Removed redundant code
Version 0.1.1:
* Initial release