1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 03:10:12 +02:00

update changelog

This commit is contained in:
Leo Franchi
2011-05-12 14:55:27 +02:00
parent 5566eddd05
commit 0da5a958bb

View File

@@ -1,6 +1,16 @@
Version 0.1.0:
* Fix issue where track resolving spinner never stopped if tracks were
removed from playlist while resolving.
* Fix issues with stations where multiple tracks could be added at once
* Allow multiple accounts of the same type.
* Add new Google account type that is a thin wrapper around a Jabber plugin.
* Overhaul the settings dialog interface.
* Resolvers can now be enabled and disabled, and some can be configured
directly in Tomahawk.
* Split playlists and stations in sources tree view. Show Recently Played
as a node under the Super Collection.
* Fix massive speed bottleneck on startup in the case of many recently
played playlists.
* Browse and play collections in our snappy tree-view, which also shows
images for artists and albums.
* Watch folders for changes and automatically update your collection. This
@@ -11,6 +21,9 @@ Version 0.1.0:
music collection.
* Fixed crash that could occur when playing a track from a browser.
* Fixed a crash caused by sources going on- or offline.
* (OS X) Open configuration dialogs as sliding sheets.
* (OS X) Increase our available file watches to the maximum that the system
reports.
Version 0.0.3:
* Show spinner while resolving playlists.