1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-13 04:21:51 +02:00

Unify end-of-line dot.

This commit is contained in:
Christian Muehlhaeuser 2014-10-26 20:44:36 +01:00
parent b4d12d3ca8
commit 86e69d3b77

View File

@ -2,22 +2,22 @@ Version 0.9.0:
Version 0.8.0:
* Redesigned - Shiny new interface. Simplified. New icons.
* Added Friend Feed
* 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)
* 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
* 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).
* 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.
* Queue now moved to sidebar
* Queue now moved to sidebar.
* Added "Inbox" feature, showing incoming song recommendations. Dropping
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.
@ -40,12 +40,10 @@ Version 0.8.0:
* Added basic remote control API.
* Add support for Opus codec (requires TagLib 1.9).
* Support rtmp:// streams.
* Dropped QJson as a dependency for Qt5.
* Support additional headers in CustomUrlHandler.
* Support custom headers in CustomUrlHandler.
* Fuzzy search indices for JS Resolvers.
* Add metadata retrieval of HTTP(S) streams in JavaScript resolvers.
Version 0.7.0:
* JavaScript Resolvers can now expose collections.
* Introduced bundle system for JavaScript Resolvers, called "axes".