mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2024-12-28 01:01:21 +01:00
Release 0.1.3
This commit is contained in:
parent
155b0f8db2
commit
3833391447
@ -2,6 +2,14 @@ Strawberry Music Player
|
|||||||
=======================
|
=======================
|
||||||
ChangeLog
|
ChangeLog
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
Version 0.1.2:
|
Version 0.1.2:
|
||||||
* Fixed playback of WavPack files
|
* Fixed playback of WavPack files
|
||||||
* Fixed musicbrainz tagfetcher
|
* Fixed musicbrainz tagfetcher
|
||||||
|
@ -3,7 +3,7 @@ set(STRAWBERRY_VERSION_MINOR 1)
|
|||||||
set(STRAWBERRY_VERSION_PATCH 2)
|
set(STRAWBERRY_VERSION_PATCH 2)
|
||||||
#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