mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-18 12:28:31 +01:00
Merge commit '1.0.1'
This commit is contained in:
commit
bc0623bc0d
10
Changelog
10
Changelog
@ -1,3 +1,13 @@
|
|||||||
|
Version 1.0.1:
|
||||||
|
Bugfixes:
|
||||||
|
* Use Chromaprinter and Acoustid instead of Echoprint and MusicDNS.
|
||||||
|
* Make it possible to play songs from connected iPod Touches again.
|
||||||
|
* (Windows) Fix an SSL issue that would sometimes result in an "Invalid
|
||||||
|
username or password" error when logging in to Grooveshark.
|
||||||
|
* (Mac OS X) Use FSEvent-based filesystem watcher to fix a number of crashes
|
||||||
|
due to running out of file handles when monitoring a large library.
|
||||||
|
|
||||||
|
|
||||||
Version 1.0:
|
Version 1.0:
|
||||||
Major features:
|
Major features:
|
||||||
* Add Spotify support.
|
* Add Spotify support.
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
# Version numbers.
|
# Version numbers.
|
||||||
set(CLEMENTINE_VERSION_MAJOR 1)
|
set(CLEMENTINE_VERSION_MAJOR 1)
|
||||||
set(CLEMENTINE_VERSION_MINOR 0)
|
set(CLEMENTINE_VERSION_MINOR 0)
|
||||||
set(CLEMENTINE_VERSION_PATCH 0)
|
set(CLEMENTINE_VERSION_PATCH 1)
|
||||||
#set(CLEMENTINE_VERSION_PRERELEASE rc1)
|
#set(CLEMENTINE_VERSION_PRERELEASE rc1)
|
||||||
|
|
||||||
# This should be set to OFF in a release branch
|
# This should be set to OFF in a release branch
|
||||||
|
Loading…
Reference in New Issue
Block a user