1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-19 04:11:46 +02:00

Updated ChangeLog.

This commit is contained in:
Christian Muehlhaeuser
2014-10-27 19:02:11 +01:00
parent d462499ff7
commit 40610e2c6e

View File

@@ -1,7 +1,24 @@
Version 0.9.0:
Version 0.8.0: Version 0.8.0:
* Redesigned - Shiny new interface. Simplified. New icons.
* Added Friend Feed.
* Now Playing notifications (OS X & Windows) - support for OS-level notification systems
(e.g. Notification Center) with fallback to its own native notification system.
* Many actions now available in context menu - including Favorite and Send to a Friend.
* Drag and drop support for iTunes, Deezer, Beats Music, Rdio, Spotify, SoundCloud links (into Tomahawk)
for playlists/tracks/artists/album links.
* Support for clicking source icon for currently playing track in audio controls to take user to associated page
on source's site
* Added Hatchet plug-in.
* Added Google Play Music and Beats Music support.
* Add links to Support site, Bug Reports and Translations to Help menu.
* Add "What's New" page to display on first launch (or until user dismisses it) - also available from Help menu.
* Changed label from "Resolvers" and "Services" to more generic "Plug-Ins".
* Clarified some labels, help text and status messages.
* Changed icon color a bit.
* Added "Acoustic" and "Electric" songtypes to Stations options.
* Removed some stale Chart sources.
* Playback Queue now saves its state across sessions. * Playback Queue now saves its state across sessions.
* Queue now moved to sidebar.
* Added "Inbox" feature, showing incoming song recommendations. Dropping * Added "Inbox" feature, showing incoming song recommendations. Dropping
a track on a user in the sidebar sends a recommendation to them. a track on a user in the sidebar sends a recommendation to them.
* You will now be asked whether you want to trust invalid SSL certificates. * You will now be asked whether you want to trust invalid SSL certificates.
@@ -9,25 +26,22 @@ Version 0.8.0:
(including IPv6). (including IPv6).
* Removed Top Loved from sidebar. * Removed Top Loved from sidebar.
* Removed Spotify playlist syncing (we will bring it back in future versions). * Removed Spotify playlist syncing (we will bring it back in future versions).
* JavaScript-Resolver can now handle URLs (e.g. when dropped from a browser)
and resolve them to Playlists/Tracks/Artists/Albums.
* HTTP(S) streaming is now done by Tomahawk instead of the Phonon backend * HTTP(S) streaming is now done by Tomahawk instead of the Phonon backend
(fixed HTTPS streaming on MacOS). (fixed HTTPS streaming on MacOS).
* Heavily reduced memory footprint during and after indexing the database. * Heavily reduced memory footprint during and after indexing the database.
* Retina display and DPI scaling fixes. * Retina display and DPI scaling fixes.
* New Collection views. * New Collection views. Re-added support for tracklist view of Collection.
* Added Telepathy support. * Added Telepathy support.
* Plugin refactoring (and .AXE resolver binaries). * Plugin refactoring (and .AXE resolver binaries).
* Removed Twitter due to change in Twitter's API. * Removed Twitter due to change in Twitter's API.
* Removed auto-playlists.
* Improved error messages. * Improved error messages.
* Added basic remote control API. * Added basic remote control API.
* Add support for Opus codec (requires TagLib 1.9). * Add support for Opus codec (requires TagLib 1.9).
* Support rtmp:// streams. * Support rtmp:// streams.
* Dropped QJson as a dependency for Qt5. * Support custom headers in CustomUrlHandler.
* Support additional headers in CustomUrlHandler.
* Fuzzy search indices for JS Resolvers. * Fuzzy search indices for JS Resolvers.
* Add metadata retrieval of HTTP(S) streams in JavaScript resolvers. * Add metadata retrieval of HTTP(S) streams in JavaScript resolvers.
* Support for Windows, OS X and Growl notifications.
Version 0.7.0: Version 0.7.0:
* JavaScript Resolvers can now expose collections. * JavaScript Resolvers can now expose collections.