1
1.1.0
2
New features
3
- Added Last.Fm tracks submission
4
5
1.0.10
6
New features
7
- Lyrics display from LyricWiki [http://lyricwiki.org]
8
- Added max height and width for cover art in preferences
9
- Normalized sorting (ignores leading 'The ')
10
Bug fixes
11
- Window with cover art do not resize
12
- Playlists are not refreshed if one was deleted
13
- Automatic deletion of songs in dynamic playlist doesn't work
14
- Opening of multiple about dialogs is possible
15
16
1.0.9
17
New features
18
- Cover art support (Thanks to David Bitseff)
19
- Volume slider in tray menu
20
- Middle click on tray icon toggles pause
21
- New tray icon art (Thanks to Gleb Pekny)
22
23
Bug fixes
24
- A few missing translations were added
25
- Finally proper transparent tray icon with Qt 4.3
26
- Wheel over tray icon works with Qt 4.3
27
- Comment tag is now shown, and can be searched on like all others
28
- Server settings were not properly saved
29
- Server settings are now saved in clear text
30
- Fixed segfault on start on some archs (Thanks to Rene Hausleitner)
31
- Fixed several cache problems
32
- Fixed bug where double-click action was performed twice for some lists
33
34
1.0.8
35
New features
36
- Queue support (Thanks to David Bitseff)
37
- Iconset support
38
- Style support (Qt 4.3+)
39
- Configurable shortcuts
40
- Freedesktop notifications via dbus
41
- Caching of database
42
- Performance improvements
43
- Multimedia keys support on win32
44
- Option to filter songs on albums only
45
- Support Disc, Comment and Performer tags
46
47
Bug fixes
48
- Prettier tray icon on win32 and osx
49
- Fixed tray icon tool tip on win32 and osx
50
- Better eliding of artist/album title
51
- Don't bind all modifiers of multimedia keys
52
- Fixed problem with removing playing songs with dynamic playlist
53
- Translations can be changed without restarting the client
54
- and lots more..
55
56
1.0.7
57
New features:
58
- Trayicon on win32 and mac os x
59
- Inline clear button in filter lines
60
- Can now rescan single directories from directory browser
61
- XMMS-like playlist with user definable markup
62
- Alternating row colors are optional
63
- Can choose to display remaning time by clicking the time label
64
65
Bugfixes:
66
- Fixed changing port in server list
67
- Fixed OpenBSD crash
68
- When adding albums, files are now sorted by track number
69
70
Other stuff:
71
- Use Qt's ResizeToContents and Stretch in combination for simpler autoresizecolumn code
72
- Use qrand/qsrand to pick random songs in dyamic playlist, this seems to prevent
73
- Prevent two instances of qmpdclient from choosing the same songs at the same time.
74
- Implicit Data Sharing in most data classes.
75
- Use qSort with LessThan funciton instead of own implementation.
76
77
1.0.6.2
78
Bugfixes:
79
- Saved playlists not showing with older MPD versions.
80
- Two Play/Enqueue actions in radio menu.
81
- Multiple entries in songlist after filter.
82
- Multiple "Not tagged" entries in album list.
83
- Added keyboard shortcut for deleting radio stations.
84
85
1.0.6.1
86
Bugfixes:
87
- Build problem with Qt 4.2
88
- Notification positioning on X11 with Qt 4.2
89
- Endless event loop in timeslider (Thanks to Bernhard Walle)
90
		
91
1.0.6
92
New features:
93
- Vertical tabs, views can be hidden.
94
- Optional column auto resizing.
95
- View contents of saved playlists.
96
- Mousewheel over tray icon adjusts volume.
97
- Middle mousebutton makes continuous selections.
98
- Multiple selections in artist, album and directory list.
99
- Auto scroll playlist while drag and dropping.
100
- Escape key minimizes to tray, if trayicon enabled.
101
- Multiple output devices support.
102
- Translations are now optional.
103
- Moved column configuration to context menu.
104
- Optional opaque splitter resizing to improve snappiness.
105
- Improved right click behaviour in lists.
106
107
Bugfixes:
108
- Fixed crash when disconnected from mpd/mpd is stopped.
109
- Sort song view on startup, and correct sort on empty columns.
110
- Fixed drag and drop of utf8 charcters.
111
- Font changing work again.
112
- Multimedia keys work again.
113
- Fixed saving playlist with the same name bug.
114
- Now shows time as h:m:ss if song is more than an hour.
115
116
1.0.5
117
- Added shuffle queue.
118
- Moving several files upwards in queue reversed order of songs. Fixed.
119
- Fixed dropline in queue view.
120
- Configurable timeout.
121
- Configurable popup-positions and duration.
122
- Fixed infinite recursion problem in directory browser.
123
- Tray icon will now reinstall itself if systray dissapears, and reapperars.
124
- Filters for artist and album views.
125
- Option for ensure current playing song visible.
126
- Which columns are visible, and their order is now configurable.
127
- Multiple files in Information dialog.
128
- Lots of shortcuts and text strings were changed to conform, and to suit i18n better.
129
- Dynamic playlist.
130
131
1.0.4
132
- Queueview jumps to top when changed. Mayother bugs for all itemviews.
133
- Width of titles and such are now calculated from the window size.
134
- Reworked time-slider to make it look better with motif theme.
135
- Sorting in song view.
136
- Fixed too sensitive systray tooltips.
137
- Maybe fixed connection closed issue.
138
139
1.0.3
140
- Dim tray-icon when disconnected.
141
- Option for auto-reconnect, with user-specifiable interval.
142
- Optional recursive view in directory browser.
143
- Fixed drag and drop of strange filenames, by changing from qurl, to qstring.
144
- Systray actions work again.
145
- Timeslider reflects streaming status.
146
147
1.0.2
148
- Disable minimize to systray check when systray is disabled.
149
- Maintain order of tracks when adding to queue.
150
- Draw drag'n'drop dropspot.
151
- Drop item is the middle of the queue.
152
- Directories splitter size was saved wrong if never shown.
153
154
1.0.1
155
- Search in files.
156
- Made pretty tooltip.
157
- Remember list-header sizes.
158
- Implemented minimizing to system tray.
159
- Disabled timeslider and labels for streams.
160
- Fixes win32 time slider glitches.
161
- Made tool-tips on trayicon work again.
162
- Removed unneccesary Q_OBJECT macros to reduce compile time