1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-01 20:00:13 +02:00

* Update ChangeLog.

This commit is contained in:
Christian Muehlhaeuser
2012-03-07 05:07:23 +01:00
parent 2d03b8aea0
commit c401ea0d91

View File

@@ -1,13 +1,12 @@
Version 0.4.0: Version 0.4.0:
* Added visual notification for database indexing job. * Added visual notification for database indexing job.
* Fixed bug where over time icons in resolvers list could become null. * Fixed icons not appearing in resolvers list.
* Fixed various UI glitches and stray error messages in stations. * Fixed various UI glitches and stray error messages in stations.
* Fixed bug where album page would resolve bottom-to-top. * Fixed bug where album page would resolve bottom-to-top.
* Fixed bug where Footnotes would not update when changing selected album in Album View. * Fixed bug where Footnotes would not update when changing selected album in Album View.
* Fixed dragging albums and artists from charts, album, and artist views. * Fixed dragging albums and artists from charts, album, and artist views.
* Fixed bug where filter text would be one step behind filter value. * Fixed bug where filter text would be one step behind filter value.
* Fixed bug where resolvers would enable themselves after auto-updating regardless. * Fixed bug where resolvers would enable themselves after auto-updating.
* Greatly sped up resolving.
* Fixed occasional crash when dropping tracks onto New Station item. * Fixed occasional crash when dropping tracks onto New Station item.
* Added jump-to-current-track support for search results page. * Added jump-to-current-track support for search results page.
* Fixed out of sync Show/Hide menu items on OS X when hidden with cmd-h. * Fixed out of sync Show/Hide menu items on OS X when hidden with cmd-h.
@@ -16,8 +15,7 @@ Version 0.4.0:
* Fixed fetching album covers for albums with special characters. * Fixed fetching album covers for albums with special characters.
* Show errors and continue gracefully when resolved audio is not available. * Show errors and continue gracefully when resolved audio is not available.
* Fixed various crashes on exit. * Fixed various crashes on exit.
* Added basic command-line params for audio control. * Added basic command-line options for playback control.
* Sped up cover loading in artist view.
* Bumped up web api timeouts to allow web clients to finish resolving. * Bumped up web api timeouts to allow web clients to finish resolving.
* Added filename suggestion when exporting a playlist. * Added filename suggestion when exporting a playlist.
* Cleaned up highlighting of artist names in album view. * Cleaned up highlighting of artist names in album view.
@@ -27,12 +25,12 @@ Version 0.4.0:
* Added SoundCloudWall.com charts. * Added SoundCloudWall.com charts.
* Added ability to "lock on" to a user when listening along, to skip along. * Added ability to "lock on" to a user when listening along, to skip along.
* Fixed bug where loved tracks would be refreshed much too often. * Fixed bug where loved tracks would be refreshed much too often.
* Fixed startup crash on OS X * Fixed startup crash on OS X.
* Fixed some font size issues. * Fixed some font size issues.
* Sped up tomahawk startup by moving chart loading into a separate thread. * Sped up Tomahawk startup by moving chart loading into a separate thread.
* Added support for parsing Grooveshark and Tinysong tracks and playlists. * Added support for parsing Grooveshark and Tinysong tracks and playlists.
* Reorganized sidebar to follow more logical item groupings. * Reorganized sidebar to follow more logical item groupings.
* Added new artist and album results to global searches. * Added artist and album results to global searches.
* Fixed style and contrast issues when using GTK styles. * Fixed style and contrast issues when using GTK styles.
* Fixed paths to artwork when using MPRIS2 interface. * Fixed paths to artwork when using MPRIS2 interface.