Merge branch 'master' of git://repo.or.cz/gmpc
[gmpc.git] / doc / WhatsNew0.15.5.txt
blobc1a29eaf219df1341e1bef7fba4c8df65ecdf9aa
1 Gnome Music Player Client 0.15.5
2 =================================
3 Qball Cow <Qball@Sarine.nl>
4 v0.1, Nov. 2007
6 After a very long way, it's finally there: **gmpc 0.15.5: while(bug_count > 0) fixBug(); **
7 So whats new and improved? to much to mention.
8 But I'll highlight some things.
10 New Features
11 ------------
12 Some of these features may only work in combination with mpd from svn.
14 * Playlist queue's: You can now select songs to be played next. http://download.sarine.nl/gmpc-0.15.5/WhatsNew/playlist-queue.png[Screenshot]
15 * Playlist Editor:  You can now create/delete a playlist. add, remove and move songs in a playlist. http://download.sarine.nl/gmpc-0.15.5/WhatsNew/playlist-editor.png[Screenshot]
16 * Chain search rules:   When searching in the playlist or the database you can now chain your queries using and and or f.e: **Artist "Norah Jones" and Album "Not Too Late" or Artist "Eric Clapton" and Album  "Unplugged"**. http://download.sarine.nl/gmpc-0.15.5/WhatsNew/search-browser.png[Screenshot]
17 * New Tag browser:  You can now create your own tag browsers in "itunes" style. With inline cover art. http://download.sarine.nl/gmpc-0.15.5/WhatsNew/tag-browser.png[Screenshot]
18 * Similar artist support:   The metadata can now show (if the last.fm plugin is installed) show similar artists, and allows you to browse them. http://download.sarine.nl/gmpc-0.15.5/WhatsNew/similar.png[Screenshot]
19 * Message bar:  When an event occurs, f.e. a disconnect gmpc now shows an inline message. The type of messages to be showed can be configured.
20 * Message window:   Shows a backlog of old messages showed in gmpc. http://download.sarine.nl/gmpc-0.15.5/WhatsNew/messages.png[Screenshot]
22 Improvements
23 ------------
24 * File browser: The file browser now has 2 panes, one folder tree, and a folder content list. http://download.sarine.nl/gmpc-0.15.5/WhatsNew/file-browser.png[Screenshot]
25 * Sorting:      Song list, tag lists and more can everywhere be sorted by clicking on the headers.http://download.sarine.nl/gmpc-0.15.5/WhatsNew/sorting.png[Screenshot]
26 * Keybindings:  You can now easily with the keyboard enabled disable audio outputs, or switch from one browser to the other.
27 * Metadata:     It's now easier to (re)fetch metadata. 
28 * Drag and Drop: You can now drag and drop artist/albums from the metabrowser on the player-bar, adding to or replacing the current playlist.
29 * GtkStatusIcon: Tray icon now works on linux, windows and mac osX.
30 * Right mouse menu: This now works as expected, if you click on a selected row, it shows the menu, if you right click on a not-selected row, it will select the row first.
31 * Proxy:    The proxy can now be set from the preferences window.
32 * Reordering of the left pane.
33 * Huge amount of bugs fixed.
34 * An even huger amount of improvements in the code, allot of code re-use and duplication has been removed. 
36 Regressions and known Bugs
37 --------------------------
38 In every piece of software there are bugs, gmpc included.
39 These are luckily all low-impact bugs.
41 * Output state does not update correctly when set from another mpd client. This is partially a limitation of mpd.
42 * It's possible gmpc thinks it's connected to another profile then it actually is.
43 * The file browser when reconnected does not always show the right pane filled, selecting it again corrects it.
44 * Mouse over on the new tray-icon does not work, also scrolling does not. This is a limitation of gtk's GtkStatusIcon.