mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2024-12-27 08:43:01 +01:00
Release 0.4.1
This commit is contained in:
parent
298783e2c5
commit
b782a2c8a2
10
Changelog
10
Changelog
@ -2,7 +2,7 @@ Strawberry Music Player
|
|||||||
=======================
|
=======================
|
||||||
ChangeLog
|
ChangeLog
|
||||||
|
|
||||||
Unreleased:
|
Version 0.4.1:
|
||||||
|
|
||||||
* Fixed crash in analyzer
|
* Fixed crash in analyzer
|
||||||
* Fixed trying to use systray even if the desktop had no systray
|
* Fixed trying to use systray even if the desktop had no systray
|
||||||
@ -13,8 +13,12 @@ Unreleased:
|
|||||||
* Moved queue manager into tabbar for easier access
|
* Moved queue manager into tabbar for easier access
|
||||||
* Fixed crash when changing appearance colors
|
* Fixed crash when changing appearance colors
|
||||||
* Improved error handling between player and engine
|
* Improved error handling between player and engine
|
||||||
* Added setting to continue to the next song in playlist on error
|
* Added setting to allow continue to the next song in the playlist based on error
|
||||||
* Improved Xine engine code
|
* Improved Xine engine code
|
||||||
|
* Moved some settings
|
||||||
|
* Updated builtin taglib
|
||||||
|
* Added AppStream data file
|
||||||
|
* Fixed compiling with Qt 5 versions of system QtSingleApplication and Qxt library
|
||||||
|
|
||||||
Version 0.3.3:
|
Version 0.3.3:
|
||||||
|
|
||||||
@ -79,7 +83,7 @@ Version 0.1.4:
|
|||||||
Version 0.1.3:
|
Version 0.1.3:
|
||||||
* Audio file detection by content
|
* Audio file detection by content
|
||||||
* Added builtin taglib to 3rdparty to support detecting audio by content instead of just file extension
|
* Added builtin taglib to 3rdparty to support detecting audio by content instead of just file extension
|
||||||
* Removed unneeded bulitin qsqlite from 3rdparty
|
* Removed unneeded qsqlite from 3rdparty
|
||||||
* Added sqldrivers\qsqlite.dll for windows build
|
* 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
|
* 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
|
* Fixed git versioning
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
set(STRAWBERRY_VERSION_MAJOR 0)
|
set(STRAWBERRY_VERSION_MAJOR 0)
|
||||||
set(STRAWBERRY_VERSION_MINOR 3)
|
set(STRAWBERRY_VERSION_MINOR 4)
|
||||||
set(STRAWBERRY_VERSION_PATCH 3)
|
set(STRAWBERRY_VERSION_PATCH 1)
|
||||||
#set(STRAWBERRY_VERSION_PRERELEASE rc1)
|
#set(STRAWBERRY_VERSION_PRERELEASE rc1)
|
||||||
|
|
||||||
set(INCLUDE_GIT_REVISION ON)
|
set(INCLUDE_GIT_REVISION OFF)
|
||||||
|
|
||||||
set(majorminorpatch "${STRAWBERRY_VERSION_MAJOR}.${STRAWBERRY_VERSION_MINOR}.${STRAWBERRY_VERSION_PATCH}")
|
set(majorminorpatch "${STRAWBERRY_VERSION_MAJOR}.${STRAWBERRY_VERSION_MINOR}.${STRAWBERRY_VERSION_PATCH}")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user