1Changelog of Qt-based Multimedia Player
2
3--------------
4Version 0.0.1
5* first test release
6
7Version 0.0.2
8* fixed bug in FLAC plugin
9* fixed fft.c: changed g_malloc() to malloc()
10* fixed UTF bug in FLAC plugin
11* fixed UTF bug in Ogg Vorbis plugin
12
13Version 0.0.3
14* added tray support (based on Pavel's Kirpichev's patch)
15* added menu and hot keys support
16* added directory $HOME/.qmmp/skins in skin search paths
17* fixed UTF bug in FLAC plugin (previous correction doesn't fix bug)
18* fixed UTF bug in Ogg Vorbis plugin (previous correction doesn't fix bug)
19* fixed bug in playlist which can cause program crash
20* add drag&drop support (thanks to Vladimir Kuznetsov)
21
22Version 0.0.4
23* added shift insertion support (Vladimir Kuznetsov)
24* added inserted songs moving (Vladimir Kuznetsov)
25* added queue support (Vladimir Kuznetsov)
26* added sort menu (Vladimir Kuznetsov)
27* added shuffle and repeat functions (Vladimir Kuznetsov)
28* improved playlist slider
29* added volume and balance control
30* fixed some bugs in mad plugin
31* various improves in plugin system
32
33Version 0.0.5
34* added playlist indicators (Vladimir Kuznetsov)
35* added playlist control buttons (Vladimir Kuznetsov)
36* improved shuffle and repeat functions (Vladimir Kuznetsov)
37* added support for m3u, pls, xspf playlists (Vladimir Kuznetsov)
38* added region.txt file support
39* added scroll control for equalizer bars
40* added autosave of equalizer settings
41* added Jack support plugin (Yuriy Zhuravlev)
42* added Musepack support plugin
43* fixed program crash with some skins
44* fixed bug in balance control
45* fixed bug in alsa plugin which cause crash in some soundcards (thanks to Vadim Kalinnikov)
46* fixed bug in processing of double click on playlist
47
48Version 0.0.6
49* improved insertion (Vladimir Kuznetsov)
50* added command line support (Vladimir Kuznetsov)
51* added playlist loading by thread (Vladimir Kuznetsov)
52* added equalizer preset support
53* added ffmpeg support plugin for playing WMA files
54* fixed bug in mad plugin, which cause program crash with invalid file paths
55* fixed bug in Jack plugin, which cause program crash when Jack server is
56  not running (Yuriy Zhuravlev)
57* added pkgconfig support for building
58
59Version 0.1
60* added jump to file dialog (Vladimir Kuznetsov)
61* added about dialog (Vladimir Kuznetsov)
62* added Russian translation
63* added installation support
64* added cmake support(experimental)
65* added default skin
66* improved settings dialog
67* fixed "assertion failed" bug
68* fixed hotkeys in playlist menu
69* added English readme (Vladimir Kuznetsov)
70* fixed showing bitrate over 999 kbps
71* added Winamp EQF import
72* added rest time show (Vladimir Kuznetsov)
73* fixed time indicator blinking (Vladimir Kuznetsov)
74* fixed "segmentation failed" with some buggy skins (Vladimir Kuznetsov)
75* fixed parsing some skins
76
77Version 0.1.1
78* fixed ffmpeg plugin build
79* fixed playlist file types (Vladimir Kuznetsov)
80* fixed zero duration bug in mad plugin
81* fixed codepage in about dialog
82* fixed bug in cmake build scripts, which cause conflict in translation resources
83
84Version 0.1.2
85* fixed "segmentation failed" in remaining time mode (Vladimir Kuznetsov)
86* fixed "segmentation failed" when resume playback with empty playlist
87* fixed settings saving in tray mode
88* added hotkeys in playlist (Up, Down, Alt- and Shift- modifiers) (Vladimir Kuznetsov)
89* added broken files skipping (Vladimir Kuznetsov)
90* added Turkish translation (Mustafa GUNAY)
91* added custom close action (Vladimir Kuznetsov)
92* fixed and improved cmake scripts
93* fixed "Delete" hotkey in Russian translation
94
95Version 0.1.3
96* added Chinese Simplified translation (lon)
97* added Ukrainian translation (Gennadi Motsyo)
98* added codings fix for command line (Vladimir Kuznetsov)
99* fixed next song selection after deletion selected (Vladimir Kuznetsov)
100* fixed zero duration bug in mpc, flac, vorbis plugins
101* fixed some non-critical bugs in Ogg Vorbis plugin
102* added Shift+N hotkey for all windows
103* set using UTF-8 by default in mad plugin
104* fixed Russian translation in the flac plugin
105* added current song position navigation with Left/Right cursor buttons (Vladimir Kuznetsov)
106* added main menu popup on main display (Vladimir Kuznetsov)
107* added menu for left title button (Vladimir Kuznetsov)
108* added custom library directory (for qmake only)
109
110Version 0.1.3.1
111* fixed library install path when using qmake
112
113Version 0.1.4
114* redesigned command line interface (Vladimir Kuznetsov)
115* added packed skin support
116* xdg menu support (thanks to Gennadi Motsyo and Karel Volný)
117* added custom library path
118* added current song saving
119* removed wrapper from installation
120* added Czech translation (Karel Volný)
121* added Chinese Traditional translation (lon)
122* updated Chinese Simplified translation (lon)
123* updated Turkish translation (Mustafa GUNAY)
124* fixed Russian Translation
125* updated icons
126* fixed cmake scripts (Yuriy Zhuravlev)
127* reduced wakeups number
128* fixed interface freezing when sniping broken entries
129* fixed skin parsing
130* fixed segmentation fault when trying to show details dialog with invalid file path
131* fixed codepage saving in the mpeg plugin
132* fixed some bugs in the ffmpeg plugin
133* added qt4.3-specific fixes
134* fixed metadata disabling
135* fixed freezing when seeking
136
137Version 0.1.5
138* updated Czech translation (Karel Volný)
139* added Brazilian Portuguese translation (Klaos Lacerda and Bruno Gonçalves)
140* fixed memory leak
141* fixed build with Qt-4.2
142* fixed file permissions
143* faster seek speed while using alsa plugin as output
144* changed playlist background color
145* fixed freezing
146
147Version 0.1.6
148* fixed desktop file
149* fixed Russian translation
150* added "$PREFIX/share/qmmp/skins" to skin search paths
151* fixed skin parsing
152* fixed possible GPL violation
153* tar.bz2 skins support
154* using ISO-8859-1 encoding for id3v1 tags by default
155* fixed load playlists with double extensions
156* added German translation (Stefan Koelling)
157* improved settings dialog
158* added localization for standard Qt dialogs
159* show more debug information
160
161Version 0.2.0
162* added url dialog (Vladimir Kuznetsov)
163* added stream support
164* added filedialog interface (Vladimir Kuznetsov)
165* added OSS output plugin (Yuriy Zhuravlev)
166* improved playlist (Vladimir Kuznetsov)
167* added visual plugin support
168* added analyzer plugin
169* added shaded mode support
170* added sndfile plugin
171* added software volume control
172* redesigned command line interface using UDS (Vladimir Kuznetsov)
173* added command line plugins support (Vladimir Kuznetsov)
174* added volume control plugin (Vladimir Kuznetsov)
175* added APE tag support in the mpeg plugin
176* added general plugin support
177* added scrobbler plugin
178* added d-bus plugin
179* added tray plugin
180* added notifier plugin
181* improved skin reading
182* added WavPack plugin
183* added psi now playing notification support
184* added Pulse Audio output plugin
185* added sorting by track number
186* added mp3 wave support
187* added modplug plugin
188* added new application icons (Andrey Andreev)
189* added new default skin (Andrey Andreev)
190* added effect plugin support
191* added sample rate conversion plugin
192* optimized alsa output
193* added 24-bits support
194* updated Ukrainian translation (Gennadi Motsyo)
195* updated Russian translation
196* updated Chinese Traditional translation (lon)
197* updated Chinese Simplified translation (lon)
198* updated German translation (Stefan Koelling)
199* updated Czech translation (Karel Volný)
200
201Version 0.2.1
202* fixed desktop file (thanks to Eugene Lyubimkin)
203* fixed build (thanks to Eugene Lyubimkin)
204* fixed bugs in the file dialog
205* fixed margins
206* updated Chezh translation (Karel Volny)
207* middle mouse button click on the tray icon works as the play/pause command
208* fixed memory leak
209* fixed skin parsing
210* increased file dialog speed
211* improved accuracy of the mp3 duration calculation
212* added preamp support in the the modplug plugin
213
214Version 0.2.2
215* fixed Ukrainian translation (Gennadi Motsyo)
216* fixed Russian translation
217* added Polish translation (Grzegorz Gibas)
218* fixed build with qmake
219* fixed compile warnings
220* some jack fixes
221* fixed UDS datagram encoding
222* removed unused code
223* fixed skin parsing
224
225Version 0.2.3
226* fixed out-of-source build (thanks to Funda Wang)
227* added parallel build support (Funda Wang)
228* added recent ffmpeg support
229* fixed Russian translation
230* added French translation (Stanislas Zeller)
231* fixed audio port in the jack plugin (Adrian Knoth)
232* fixed memory leak
233* fixed playlist loading when using drag and drop and command line
234* fixed crash on exit with enabled visualization
235* fixed playlist file parsing
236* fixed main visualization flickering
237* fixed gcc-4.3 warnings
238* fixed modplug build
239* added enter hotkey support in the jump dialog
240* fixed segmentation fault in the PulseAudio plugin
241* added OSS4 support (Yuriy Zhuravlev)
242* fixed notification bug
243* fixed critical bug in the settings dialog
244* removed duplicate --next command line option (Adrian Knoth)
245
246Version 0.2.4
247* fixed xspf parsing (thanks to Sebastian Pipping)
248* fixed playlist downloading
249* fixed url dialog bug
250* some oss fxes
251* musepack sv8 support
252* fixed noise at beginning of some mp3 files
253* overwriting equalizer presets with the same names
254
255Version 0.3.0
256* new libqmmp and libqmmpui api
257* added cue sheet support (experimental)
258* added flac embedded cue support
259* added wavpack embedded cue support (thanks to Dmitry Kostin)
260* added aac plugin
261* added cd audio plugin
262* added mplayer plugin
263* added more formats provided by ffmpeg library (including monkey's audio)
264* added global hotkey support
265* added mpris support
266* added lyrics plugin (uses lyricwiki.org)
267* added removable device support (with help of hal)
268* added file operations plugin
269* added projectm visual plugin
270* added bs2b plugin (thanks to Sebastian Pipping)
271* added partial mingw support
272* added wave output plugin
273* added api documentation
274* added transparency settings
275* added Italian translation (Gian Paolo Renello)
276* removed dbus plugin
277* improved status icon plugin: added volume control using mouse wheel
278* improved scrobbler plugin: now-playing notification, libre.fm support, offline mode
279* improved visualization support
280* improved desktop integration
281* improved notifier plugin: transparency settings and volume tracking
282* improved playlist: added show protocol option
283* optimized startup process
284* fixed pulse audio plugin bug (24-bit support)
285* fixed alsa buffer underrun
286* fixed default font
287* fixed gnome support
288* fixed system language detection
289* fixed a lot of noncritical bugs
290* updated Ukrainian translation (Gennadi Motsyo)
291* updated Russian translation
292* updated German translation (Panagiotis Papadopoulos)
293* updated Polish translation (Grzegorz Gibas)
294
295Version 0.3.1
296* added Home/End hotkeys
297* added possibility to hide song numbers
298* added cygwin support (yselkowitz AT gmail.com)
299* added standard icons support to the status icon plugin
300* added openbox compatibility option
301* added possibility to load plugins from a different location (Holger Schurig)
302* added mkv extension to mplayer plugin
303* added volume control using global hotkeys
304* added scrolling with mouse to text scroller (Erik Ölsar)
305* added Qt 4.6 support
306* fixed build on some systems (Pino Toskano)
307* fixed problem with "buffering" message
308* fixed sorting by name
309* fixed cue parsing
310* fixed displayed mpeg version
311* fixed bug with missing comment in playlist
312* fixed non-working global hotkeys with enabled caps-lock
313* fixed keyboard lock by hotkey plugin
314* fixed non-working equalizer when using Ogg Vorbis plugin
315* fixed jack regression
316* fixed data receiving from UDS
317* fixed button focus behavior (Erik Ölsar)
318* fixed problem with slow visualization
319* fixed problems with some sound cards
320* fixed locale detection
321* fixed current track loss
322* removed broken LyricWiki.org support, added lyricsplugin.com instead
323* added Lithuanian translation (Algirdas Butkus)
324* added Kazakh translation (Baurzhan Muftakhidinov)
325* updated Chinese Traditional and Chinese Simplified translations (lon)
326* updated Russian translation
327* updated Turkish translation (Bilgesu Güngör)
328* updated German translation (Panagiotis Papadopoulos)
329* updated Ukrainian translation (Gennadi Motsyo)
330* updated Italian translation (Gian Paolo Renello)
331* updated Polish translation (Grzegorz Gibas)
332
333Version 0.3.2
334* added metacity compatibility
335* added projectM 2.0 support
336* added kde dialog support
337* removed XFree86-Misc dependency
338* fixed software volume control (added 8/32-bits support)
339* fixed segfault with 6-channel files
340* fixed cue parsing
341* improved "jump to" dialog behaviour
342
343Version 0.3.3
344* added Hungarian translation (Németh Gábor)
345* fixed kde dialog support (thanks to Sebastian Piping)
346* fixed problems with some mp3 files
347* fixed crash on m4a files
348* fixed settings dialog
349* fixed proxy support
350
351Version 0.3.4
352* fixed build
353* fixed bug in the global shortcut editor
354* fixed 24-bit wavpack support
355* fixed lyrics viewer
356* fixed desktop file (Karel Volný)
357
358Version 0.4.0
359* sound core has been partially rewritten
360* added transport plugin api
361* added engine plugin api
362* added template based tag formatting
363* added templates support to notification plugin
364* added cover support
365* added unified details dialog
366* added support for additional tags
367* added bitmap text support (Erik Ölsar)
368* added status icon popup message (Artur Guzik)
369* added kde notifications plugin (Artur Guzik)
370* added skinned cursors (Erik Ölsar)
371* added double size mode
372* added multiple playlists support
373* added popup information
374* added ladspa host plugin
375* added ReplayGain support
376* added aac streams support
377* added cover manager plugin
378* added 16-bit output
379* added automatic charset detection (for cue and icy metadata)
380* added null output plugin
381* added cddb support
382* added ogg flac support
383* added option 'continue playback on startup'
384* added option 'always on top'
385* added seeking to command line
386* added possibility to remove invalid or duplicate tracks from playlist
387* added http plugin
388* added mms plugin (experimental)
389* added cover support to mpris plugin
390* added scalable icons (Adria Arrufat and Quentin Denis)
391* removed deprecated Qt classes
392* removed http support from core
393* improved cue support
394* improved scrobbler plugin
395* improved fileops plugin
396* fixed gaps between cue tracks
397* fixed ape seeking (thanks to Michail Zheludkov)
398* updated Ukrainian translation (Gennadi Motsyo)
399* updated Czech translation (Karel Volný)
400* updated Russian translation
401* updated Hungarian translation (Németh Gábor)
402* updated Lithuanian translation (Algirdas Butkus)
403* updated Polish translation (Grzegorz Gibas)
404
405Version 0.4.1
406* added Dutch translation (Ronald Uitermark)
407* added shorten audio format
408* fixed flv playback
409* fixed mplayer support
410* fixed popup notifications
411* fixed time format
412* fixed possible segmentation fault
413* fixed bug which causes equalizer to appear when closing the preferences window
414* fixed notification template
415* fixed mpris regression
416* fixed url dialog
417* fixed removable volumes detection
418* fixed problem with metadata updating
419* skip invalid files
420* removed obsolete memalign function
421
422Version 0.4.2
423* added Japanese translation (RyoTa SimaMoto)
424* added Spanish translation (Félix Medrano)
425* added offset support into mplayer plugin
426* updated German translation (Panagiotis Papadopoulos)
427* updated Polish translation (Grzegorz Gibas)
428* fixed build scripts
429* fixed shorten playback
430* fixed freezes on corrupted files
431* fixed problem with UDS under freebsd (RyoTa SimaMoto)
432* fixed oss delays
433* fixed possible freezes with mplayer plugin
434* fixed problems with some video files
435* fixed lyrics plugin (due api changes)
436* fixed template parsing (Avihay Baratz)
437* optimized tag editor form
438* removed deprecated functions from jack plugin
439
440Version 0.4.3
441* added dvd autodetection
442* added possibility to center balance on middle-click (Panagiotis Papadopoulos)
443* fixed build (Christian Morales Vega)
444* fixed problems with pidgin-musictracker
445* fixed command line processing
446* fixed skins list update
447* fixed segmentation fault on video playback
448* fixed bug with 'next' command processing
449* fixed memory leak
450* fixed vorbis comment saving
451* fixed aac streams support
452* fixed ape noise while seeking
453* fixed Russian translation
454* fixed crash when adding multiple directories simultaneously
455* fixed add/remove effects problem
456
457Version 0.4.4
458* added possibility to save cue tracks inside playlist files
459* optimized ladspa plugin
460* fixed random playback (Anton Petrusevich)
461* fixed metacity support
462* fixed windows titles
463* fixed cue parsing
464* fixed problem with glibc 2.13 (Michał Grosicki)
465* switched to LyricWiki again
466* updated Japanese translation (Ryota Shimamoto)
467* updated Russian translation
468
469Version 0.4.5
470* added support for read-only options to ladspa plugin
471* fixed qmake build (Ryota Shimamoto)
472* fixed headers list (Ryota Shimamoto)
473* fixed typos
474* fixed scrobbler plugin (Ferdinand Vesely)
475* updated Japanese translation (Ryota Shimamoto)
476
477Version 0.5.0
478* added extra stereo plugin
479* added udisks plugin
480* added midi support
481* added chiptune formats support
482* added crossfade effect (experimental)
483* added mpris 2.0 support
484* added scrobbling 2.0 protocol support
485* added xdg icons support
486* added tint2/lxpanel support
487* added wm autodetection
488* added lxde integration
489* added possibility to center balance on middle-click
490* added --status and --nowplaying command line options
491* added possibility to move tabs
492* added possibility to copy tracks between  playlists (Avihay Baratz)
493* added 'show on all desktops' option
494* added 96 kHz samplerate support to equalizer
495* added icons for udisks/hal devices
496* added button to the details dialog, that opens up the directory of that file (thanks to Panagiotis Papadopoulos)
497* added audio buffer size option
498* added 'show playlist' and 'show equalizer' hotkeys
499* added shortcut editor
500* added 'stop after current song' and 'no playlist advance' features (Avihay Baratz)
501* added song numbers alignment
502* reduced seeking delay
503* reduced equalizer delay
504* reworked main menu
505* improved cue plugin (Evgeny Gleyzerman)
506* improved audio effects implementation
507* improved playlist mapping
508* improved text scroller
509* moved OSS4 support to separate plugin
510* fixed playlist behavior (Avihay Baratz)
511* fixed problems with large fonts in playlist
512* fixed problems with invalid URLs
513* fixed window WM_CLASS/WM_ROLE properties
514* fixed format detection by mime type
515* updated Russian translation
516* updated Ukrainian translation (Gennadi Motsyo)
517* updated Polish translation (Grzegorz Gibas)
518* updated Japanese translation (Ryota Shimamoto)
519* updated German translation (Panagiotis Papadopoulos)
520* updated Spanish translation (Félix Medrano)
521* updated Lithuanian translation (Algirdas Butkus)
522
523Version 0.5.1
524* added latest ffmpeg support
525* added ac3 support
526* added possibility to switch normal/shaded mode by double click (Panagiotis Papadopoulos)
527* decreased startup delay
528* fixed visualization bug
529* fixed scrobbler plugin
530* fixed build scripts
531* fixed signals synchronization
532* fixed mplayer support
533* fixed segmentation fault in the alsa settings dialog
534* fixed broken mpris2
535* fixed windows overlapping at left side of screen (Artur Guzik)
536* fixed frozen while cycling through deleted files in playlist
537* fixed status icon bugs (Artur Guzik)
538* fixed skinned button bug
539* fixed metacity support
540* removed internal api usage from gme plugin
541* updated Chinese Traditional translation (lon)
542* updated Chinese Simplified translation (lon)
543* updated German translation (Panagiotis Papadopoulos)
544
545Version 0.5.2
546* added feature to reset equalizer slider on middle click (Panagiotis Papadopoulos)
547* added recent Psi+ notification support
548* added Slovak translation (Ján Ďanovský)
549* added EAC3, DTS, and Dolby TrueHD support (Makis Kalofolias)
550* added automatic removal of spaces from the URL
551* added mms metadata support
552* improved playlist selector
553* improved docking windows behaviour
554* fixed mouse cursor change bug
555* fixed multi-selection bug
556* fixed cmake build scripts
557* fixed Alt-mouse moving bug
558* fixed mms delays
559* fixed pulseaudio support
560* fixed jack support
561* fixed text scroller title format
562
563Version 0.5.3
564* added Sony Media Wave 64 (W64) support
565* added ffmpeg 0.9.1 support
566* fixed jack 1.9.6 support
567* fixed http plugin freeze
568* fixed displaying ape bitrate
569* fixed bugs in the text scroller
570* fixed oss4 volume control
571* fixed segmentation fault when 'repeat track' is enabled
572* fixed text scroller default font
573* fixed segmentation fault when delete invalid tracks
574* fixed duplicates removal
575* removed taglib dependency from gme plugin
576* updated Japanese translation (Ryota Shimamoto)
577
578Version 0.5.4
579* added ffmpeg 0.10 support
580* added 'disc number' tag support for flac files with embedded cuesheet (Brice Videau)
581* fixed build (Karel Volný)
582* fixed sorting bugs (Brice Videau)
583* fixed drag-and-drop feature
584* fixed playlists scrolling
585* fixed memory leak
586
587Version 0.5.5
588* added latest libcdio support (Leon Merten Lohse)
589* enabled oss4 plugin by default
590* fixed Russian translation
591* fixed acc streams support
592* fixed aac bitrate calculation
593* fixed scrobbler failure when using Qt 4.8 (Cristian Rodríguez)
594* fixed oss support under freebsd
595* fixed some cuesheets parsing
596* fixed --pause command line option behavior (Jared Breland)
597* updated Japanese translation (Ryota Shimamoto)
598
599Version 0.5.6
600* added ffmpeg 0.11 support
601* fixed freebsd build
602
603Version 0.6.0
604* added converter plugin
605* added stream browser plugin
606* added file type determination by content (experimental)
607* added '--quit' command line option
608* added text scroller background option
609* added playlists separator option
610* added multiband equalizer api
611* added equalizer presets from Amarok (Thanks to Panagiotis Papadopoulos)
612* added playlits access from command line
613* added dithering to MPEG plugin
614* added priority support to decoder api
615* added user interface api
616* added default destination and file name pattern to fileops plugin
617* added additional directory filters
618* added feature to add files from command line to specific playlist
619* added pkg-config support
620* added vqf support
621* added feature to display shoutcast stream information
622* added 'jump to track' and 'forward/rewind' global hotkeys
623* added 'New Playlist' button
624* added sorting by disc number (Brice Videau)
625* added feature to use clipboard content in the URL dialog (Panagiotis Papadopoulos)
626* added scrobbler cache synchronization after successful submission (Ferdinand Vesely)
627* changed playlist insertion behavior
628* disabled OSS3 plugin by default
629* improved cue plugin
630* moved skinned ui to separate plugin
631* fixed 'hide on close' feature
632* fixed moc warnings during compilation
633* fixed IPC under windows
634* fixed windows-specific bugs
635* fixed problems with some asynchronous calls
636* fixed qmmp_cue.desktop
637* fixed saving playlists on logout
638* updated about dialog
639* updated Russian translation
640* updated Ukrainian translation (Gennadi Motsyo)
641* updated Japanese translation (Ryota Shimamoto)
642* updated Polish translation (Grzegorz Gibas)
643* updated German translation (Panagiotis Papadopoulos)
644* updated Dutch translation (Ronald Uitermark)
645
646Version 0.6.1
647* added icons to the file dialog buttons
648* fixed icecast streams titles
649* fixed build
650* fixed default output under windows
651* fixed api documentation
652* fixed possible segmentation fault in the cue plugin
653* fixed cue parsing
654* fixed automatic charset detection
655* fixed Ukrainian translation (Gennadi Motsyo)
656* fixed Russian translation
657
658Version 0.6.2
659* fixed crash in the http plugin (Franz Fellner)
660* fixed possible crash in the cue parser
661
662Version 0.6.3
663* fixed typo in the about dialog
664* fixed FSF address
665* fixed cmake scripts
666* fixed filters of the directory scanner
667* fixed crash in the playlist popup message
668* updated Lithuanian translation (Algirdas Butkus)
669
670Version 0.6.4
671* using UTF-8 encoding for shoutcast metadata by default
672* fixed visualization menu update after changing settings
673* fixed skinned user interface settings
674* fixed analyzer falloff speeds
675* fixed skinned user interface visualization switching
676* fixed playlist titlebar resize bug
677* fixed color selection widget
678* fixed possible crash in the transport plugins
679* fixed Russian translation
680* updated Japanese translation (Ryota Shimamoto)
681
682Version 0.6.5
683* added latest psi/psi+ support
684* added Hebrew translation (Genghis Khan)
685* increased default mms/http buffer size
686* fixed shortcut dialogs
687* fixed segmentation fault caused by http transport
688* fixed file type determination by content
689* fixed division line position in the playlist
690* fixed some bugs in the WaveOut plugin
691* updated Japanese translation (Ryota Shimamoto)
692* updated Russian translation
693* updated flac mime-type (Christian Morales Vega)
694
695Version 0.6.6
696* added support for http redirect to the url dialog
697* added ffmpeg 1.1 support
698* fixed 24/32-bit mode support in the src plugin
699* fixed seeking when using oss4 as output
700* fixed streaming support in the ffmpeg plugin
701* fixed build without qt3support headers (thanks to Dmitry Smolin)
702* fixed playlist titlebar cursor
703* fixed mpris2 support
704* fixed typos
705* updated Hebrew translation (Genghis Khan)
706
707Version 0.6.7
708* added lubuntu integration
709* improved rtl locales support
710* fixed latest paranoia support
711* fixed libav 0.8.x support
712* fixed 'enter' hotkey in the playlist browser
713* fixed 24-bit mode support in the src plugin
714* fixed compiler warnings
715
716Version 0.6.8
717* fixed bugs in the mpris plugin
718* fixed segmentation fault when running without output plugins
719* updated Japanese translation (Ryota Shimamoto)
720
721Version 0.7.0
722* added udisks2 plugin
723* added opus plugin
724* added track change plugin
725* added tracks copy/paste plugin
726* added x-content/audio-cdda content type
727* added 24/32-bit equalizer
728* added unity integration
729* added user interface language option
730* added playlists auto-save feature (Ferdinand Vesely)
731* added unified URL dialog
732* added playlists downloading support to the command line parser
733* added winapi support to the hotkey plugin
734* added volume control support to the waveout plugin
735* added wildmidi configuration file auto-search
736* added sorting by file creation date
737* added libavutil version output to the ffmpeg plugin
738* added automatic 16-bit audio converter
739* added pause handling to the scrobbler plugin (Ferdinand Vesely)
740* enabled UTF-8 by default for cue files and shoutcast metadata
741* enabled more formats by default in the ffmpeg plugin
742* improved some plugins api
743* improved analyzer plugin (variable size, fullscreen mode, etc)
744* improved last.fm registration
745* improved configuration dialog
746* removed QtXML dependence from the scrobbler plugin
747* disabled udisks plugin by default
748* moved ffmpeg 0.6-0.8 support to separate plugin
749* updated Ukrainian translation (Gennadi Motsyo)
750* updated Russian translation
751* updated Polish translation (Grzegorz Gibas)
752* updated Japanese translation (Ryota Shimamoto)
753* updated Hebrew translation (Genghis Khan)
754* updated Chezh translation (Karel Volny)
755
756Version 0.7.1
757* improved jack plugin (24/32-bit samples and freebsd support)
758* excluded mime types of disabled plugins in the mpris interface
759* fixed windows support in the gme plugin
760* fixed shortcut editor dialog
761* fixed api documentation
762* fixed parsing of the icy packet size
763* fixed possible freezes
764* fixed Spanish translation (thanks to Gustavo Alvarez)
765* fixed and improved qmake support (Ryota Shimamoto)
766* fixed pkg-config support
767* fixed several ui bugs
768* fixed scrobbler regressions
769
770Version 0.7.2
771* fixed queue update bug
772* fixed track length formatting
773* fixed api documentation
774* fixed gcc warnings
775* fixed memory leaks
776* fixed wildmidi config path
777* fixed playlist autosave feature
778* fixed possible segmentation fault
779* fixed title format update bug
780* removed unimplemented function
781
782Version 0.7.3
783* added window size and position saving to the projectm plugin
784* disabled unsupported settings in the statusicon plugin under Windows
785* fixed warnings about invalid parent thread
786* fixed race condition
787* fixed ReplayGain support in the flac plugin
788* fixed parsing of the track/disc number with separator
789* fixed tooltip in the status icon plugin under Windows
790* fixed 'show tooltip' option in the status icon plugin
791* removed unused variables
792
793Version 0.7.4
794* added Galician translation (Óscar Pereira)
795* added ffmpeg 2.1 support
796* added m3u8 playlist extension
797* improved ReplayGain support:
798  - fixed 24/32 bit mode
799  - added clipping to prevent overflow
800* improved cdaudio plugin:
801  - added Windows support
802  - added track cache
803  - fixed proxy support
804* fixed localization of the wildmidi plugin
805* fixed case sensitivity while checking file extensions
806* fixed gcc 4.8 warnings
807* fixed memory leak
808* fixed several Windows-only bugs:
809  - fixed parsing of the m3u files with backslashes
810  - fixed problem with absolute paths
811  - fixed adding files from command line under Windows
812  - fixed Meta/Win modifier in the global hotkey plugin
813* fixed Japanese translation (RyōTa SimaMoto)
814
815Version 0.7.5
816* fixed case sensitivity while checking file extensions (tnanks to Ryota Shimamoto)
817* fixed special global keys support under the win32 platform
818* fixed latest cmake support
819* fixed initial position of the equalizer volume slider
820* fixed clang warnings
821
822Version 0.7.6
823* added libav 10 and ffmpeg 2.2 support
824* fixed url parsing
825* fixed freezing on playback resume
826* fixed random freezing in the mplayer plugin
827* fixed reset selection of tracks when calling context menu
828* fixed multimedia keys support under win32
829
830Version 0.7.7
831* fixed typos
832* fixed Polish locale support
833* removed 'OnlyShowIn' key from qmmp.desktop
834* removed useless files
835
836Version 0.8.0
837* added sid plugin
838* added ReplayGain scanner
839* added gnome hotkey plugin
840* added DirectSound plugin
841* added track grouping view
842* added sorting by group
843* added quick search to the playlist browser
844* added multiple tracks support to the details dialog
845* added context menu to the plugin settings page
846* added lazy plugin loading
847* added feature to disable transport plugins
848* added data waiting condition for transport plugins
849* added floating point output for lossy decoders
850* added peak overflow support for lossy decoders
851* added support for id3v2-based ReplayGain tags
852* added clipping prevention using ReplayGain information
853* added delayed initialization in the wildmidi plugin
854* added volume control hotkeys
855* added 'mute' global hotkey
856* added '--toggle-mute' command line option
857* added '--show-mw' command line option
858* added ogg opus preset to the converter plugin
859* added scrobbler 2.0 api for libre.fm
860* added context menu in the window of the analyzer plugin
861* added window flags access from visual plugin api
862* added atomic playlist saving operation
863* added created playlist auto-selection
864* added feature to not clear previous playlist when opening new one
865* added mplayer command line options setting
866* added Serbian translation (Mladen Pejaković)
867* blocked one hotkey assignment for several commands in the hotkey plugin
868* limited cover cache size
869* improved 'jump to track' dialog
870* improved projectm plugin:
871  - added context menu
872  - added multi-channel mode
873  - added list of presets
874  - added win32 support
875* improved win32 support
876  - enabled support for the enca library
877  - added feature to add files from multiple instances
878  - added file associations support (based on SMPlayer implementation)
879  - added uninstall support
880* fixed noise on buffer underrun
881* fixed title format in the shaded mode
882* fixed alt-f4 behavior
883* fixed possible race condition
884* fixed possible segmentation fault in the mad plugin
885* fixed 'eject' button function
886* fixed raise of the main window when starting another instance
887* fixed default skin
888* updated Russian translation
889* updated Hebrew translation (Genghis Khan)
890* updated Ukrainian translation (Gennadi Motsyo)
891* updated Serbian translation (Mladen Pejaković)
892* updated Polish translation (Grzegorz Gibas)
893* updated Lithuanian translation (Algirdas Butkus)
894
895Version 0.8.1
896* added rusxmms patch autodetection for all supported platforms
897* added application information to the windows executable
898* fixed --pl-dump/--pl-play command line options
899* fixed regressions in the mpris 1.0 support
900* fixed selection behaviour in the playlist when using keyboard
901* fixed disc number disappearing when using flac with embedded cue
902* fixed main window activation
903* fixed segmentation fault when moving track in the group mode
904* fixed not working 'exit' action when option 'hide on close' is enabled
905* fixed freezing in the alsa plugin
906* fixed m4a support
907* fixed clearing a key combination in the hotkey plugin
908* removed duplicate extensions from the file association page
909
910Version 0.8.2
911* added Portuguese translation (Sérgio Marques)
912* added transifex integration
913* added webm support
914* improved image scaling quality
915* fixed xspf parsing
916* fixed cover loading sequence
917* fixed main window activation under windows
918* fixed analyzer color settings
919* fixed typos (Matteo Cypriani)
920* fixed possible segmentation fault in the opus plugin
921* fixed separator of the file filters
922* reduced tag reading delay (requires TagLib 1.8 or higher)
923* updated Russian translation
924* updated Ukrainian translation (Gennadi Motsyo)
925* updated Japanese translation (RyōTa SimaMoto)
926
927Version 0.8.3
928* reduced time of the 'Randomize List' and "Remove Duplicates" operations
929* fixed ffmpeg 2.5 support
930* fixed 24/32 bit modes in the equalizer
931* fixed skin parsing
932* fixed autoplay when playlist was opened from command line
933* updated Portuguese translation (Sérgio Marques)
934* updated Czech translation (Jaroslav Lichtblau)
935
936Version 0.8.4
937* added icons for some actions
938* fixed multiple connections to same signal when switching playlists
939* fixed api documentation
940* fixed playlist selector drawing bug
941* fixed Portuguese translation (Sérgio Marques)
942* fixed Hebrew translation (Genghis Khan)
943* updated Turkish translation (Uğur KUYU)
944
945Version 0.8.5
946* added user data directory support
947* increased player thread priority under windows
948* fixed playlist resizing on RTL locales
949* fixed vorbis comment support
950* fixed build using qmake
951* fixed cover disappearing bug
952* fixed windows executable file description
953* fixed settings form
954* fixed problem with path separators under windows
955* fixed libre.fm support
956* fixed some skin parsing
957* fixed support of some skins
958* fixed modplug plugin settings
959
960Version 0.8.6
961* added *.med files support (Ville Skyttä)
962* added s3m, stm and xm extensions to desktop files (Ville Skyttä)
963* updated Japanese translation (RyoTa SimaMoto)
964* improved global hotkey settings
965* fixed main window activation
966* fixed minimizing throw taskbar under windows
967* fixed some skins parsing
968* fixed config directory path
969* fixed text scroller colors
970* fixed home page
971* fixed details dialog form
972* fixed documentation
973* fixed support of keyboards with single play/pause button
974
975Version 0.8.7
976* fixed opus plugin
977* fixed typos
978
979Version 0.8.8
980* fixed crash when quitting while playlist is being populated
981* fixed some skins support
982* fixed documentation
983* fixed cmake support
984
985Version 0.9.0
986* added audio-channel sequence converter
987* added 9 channels support to equalizer
988* added album artist tag support (Dmitry Misharov)
989* added asynchronous sorting
990* added sorting by file modification date
991* added sorting by album artist
992* added multiple column support
993* added feature to hide track length
994* added feature to disable plugins without qmmp.pri modification (qmake only)
995* added feature to remember playlist scroll position
996* added feature to exclude cue data files
997* added feature to change user agent
998* added feature to change window title
999* added feature to reset fonts
1000* added feature to restore default shortcuts
1001* added default hotkey for the "Rename List" action
1002* added feature to disable fadeout in the gme plugin
1003* added Simple User Interface (QSUI) with the following changes:
1004  - added multiple column support
1005  - added sorting by album artist
1006  - added sorting by file modification date
1007  - added feature to hide song length
1008  - added default hotkey for the "Rename List" action
1009  - added "Save List" action to the tab menu
1010  - added feature to reset fonts
1011  - added feature to reset shortcuts
1012  - improved status bar
1013* optimized playlist container
1014* optimized sample rate converter
1015* improved cmake build scripts (RyoTa SimaMoto)
1016* improved playlist changes notification
1017* improved title formatter
1018* improved ape tags support in the mpeg plugin
1019* improved fileops plugin:
1020  - added feature to move files
1021  - reworked settings dialog
1022* increased details dialog size
1023* reduced cpu usage (Hon Jen Yee)
1024* changed default skin to Glare (author: sixsixfive)
1025* changed default playlist separator
1026* using DirectSound output as default under Windows
1027* updated Russian translation
1028* updated Czech translation (Jaroslav Lichtblau)
1029* updated Hebrew translation (Genghis Khan)
1030* updated German translation (Ettore Atalan)
1031* updated Portuguese translation (Sérgio Marques)
1032* updated Ukrainian translation (Gennadi Motsyo)
1033* updated French translation (Sébastien Aperghis-Tramoni)
1034* updated Polish translation (Daniel Krawczyk)
1035* updated Greek translation (Dimitrios Glentadakis)
1036* updated Japanese translation (RyoTa SimaMoto)
1037
1038Version 1.0.0
1039* switch to Qt5
1040* removed ffmpeg_legacy plugin
1041* removed legacy udisks plugin
1042* removed support of taglib versions less than 1.8
1043* fixed 16-bit converter
1044* fixed Russian translation
1045* optimized equalizer
1046* optimized flac and wavpack plugins
1047* improved skinned ui in the shaded mode:
1048  - improved time indicator (Thomas Perl)
1049  - fixed playlist colors
1050* fixed clicks while playing some mp3 files
1051* fixed memory leak in the wavpack plugin
1052* fixed effects and decoders sorting
1053* fixed possible race condition
1054* updated Greek translation (Dimitrios Glentadakis)
1055
1056Version 1.0.1
1057* added XFCE icon theme support
1058* added Marco WM support
1059* added test for supported OpenGL implementation while using cmake
1060* improved command line parser
1061* fixed crash in the mplayer engine
1062* fixed time indicator in the qsui plugin
1063* fixed truncated output of the '--pl-dump' command
1064* fixed track indexes calculation
1065
1066Version 1.0.2
1067* fixed problem with tray icon menu (see QTBUG-48869, patch by equeim)
1068* fixed geometry saving in the skinned UI
1069* fixed segmentation fault in the ReplayGain scanner
1070* fixed hide on close feature
1071* fixed some skins parsing
1072* fixed Dutch translation (Rhythmdrill)
1073
1074Version 1.0.3
1075* added error handling in the mplayer plugin
1076* fixed problem with some covers embedded in the mp3 files
1077* fixed some skins support
1078* fixed issue with equalizer not saving low levels in the qsui plugin
1079* fixed gcc warnings
1080* fixed build without Qt X11 Extras
1081* fixed Cinnamon and MATE support
1082* updated Chinese Simplified translation (mabier)
1083
1084Version 1.0.4
1085* fixed skinned ui build
1086
1087Version 1.0.5
1088* added gnome shell support
1089* fixed url dialog size
1090* fixed memory leak in the qsui plugin
1091* fixed ladspa plugin
1092* fixed cpu usage in the vorbis plugins
1093* fixed utf-8 support in the scrobbler plugin
1094* fixed Greek translation (Dimitrios Glentadakis)
1095* updated French translation (Adrien Vigneron)
1096
1097Version 1.0.6
1098* added feature to change default output plugin
1099* added feature to skip unsupported files in the rgscan plugin
1100* fixed gme plugin build
1101* fixed gcc warnings
1102* fixed Russian translation
1103* updated Portuguese translation (Sérgio Marques)
1104* updated Chinese Simplified translation (Mingye Wang)
1105
1106Version 1.0.7
1107* added ffmpeg 3.0 support
1108* added support for theme change event in the qsui plugin
1109* fixed sendig multiple play commands when opening several files for playback
1110* fixed memory leaks
1111* fixed qt5.6 support
1112
1113Version 1.0.8
1114* fixed session check in the scrobbler plugin
1115* fixed working with both libre.fm and last.fm
1116* fixed cell height in the stream browser
1117* fixed unicode support under windows
1118* fixed problem with file access under windows
1119* removed borders from statusbar in the qsui plugin
1120
1121Version 1.0.9
1122* fixed taglib-1.9 support
1123
1124Version 1.0.10
1125* improved sid plugin:
1126  - added c64 file extension
1127  - fixed default HVSC path
1128* updated Japanese translation (RyoTa SimaMoto)
1129
1130Version 1.1.0
1131* using floating point pcm format for all lossy decoders
1132* using floating point pcm format for all audio effects
1133* added new internal audio converter
1134* added dithering setting
1135* added feature to change output bit depth
1136* added feature to change volume adjustment step
1137* added soxr-based resampler plugin
1138* added MacOS X support (Ivan Ponomarev)
1139* added Qt Multimedia output plugin (Ivan Ponomarev)
1140* added feature to refresh playlist
1141* added two-panel file dialog
1142* added feature to scrobble http streams
1143* added multi-thread support in the audio converter plugin
1144* added support for m4a files in the ReplayGain scanner
1145* added WASAPI output plugin
1146* added https support in the http plugin
1147* added wildmidi 0.4.0 support
1148* added support for XMIDI and MUS (id Software) formats
1149* improved skinned interface:
1150  - show track details when double-clicking on song title in the main window (Thomas Perl)
1151  - improved time indicator in the shaded mode (Thomas Perl)
1152  - added feature to disable anti-aliasing
1153  - added feature to seek by mouse wheel
1154  - added column alignment option
1155* improved simple user interface (qsui):
1156  - added column alignment option
1157  - added feature to add/remove sliders
1158  - added feature to create multiple panels
1159  - added tooltips for the sliders
1160  - improved volume slider
1161  - fixed problem with minimum width
1162* improved wavpack plugin:
1163  - added some optimizations
1164  - fixed memory leak
1165* improved ffmpeg plugin:
1166  - added support for m4a embedded album art
1167  - added replaygain support
1168* improved ladspa plugin
1169* improved command line parser
1170* improved details dialog
1171* improved "jump to track" dialog
1172* improved DirectSound output plugin (24/32-bit and multi-channel support)
1173* removed libsamplerate-based resampler
1174* removed libsamplerate dependency from the jack plugin (using soxr instead)
1175* changed default settings in the mpeg plugin
1176* fixed metadata encoding issue in the http plugin
1177* fixed unicode support under windows
1178* fixed unity/compiz support
1179* fixed disc number parsing
1180* updated Bulgarian translation (Kiril Kirilov)
1181* updated Chinese Traditional translation (Jeff Huang)
1182* updated Chinese Simplified translation (Mingcong Bai, Mingye Wang, mabier)
1183* updated French translation (Adrien Vigneron and Sébastien Aperghis-Tramoni)
1184* updated German translation (Ettore Atalan)
1185* updated Greek translation (Dimitrios Glentadakis)
1186* updated Hebrew translation (Genghis Khan)
1187* updated Japanese translation (RyoTa SimaMoto)
1188* updated Portuguese translation (Sérgio Marques)
1189* updated Russian translation
1190* updated Ukrainian translation (Gennadi Motsyo)
1191
1192Version 1.1.1
1193* added ffmpeg 3.1 support
1194* added portable mode for Windows
1195* fixed qt5.7 support
1196* fixed Russian translation
1197* updated Ukrainian translation (Gennadi Motsyo)
1198* updated Portuguese translation (Sérgio Marques)
1199
1200Version 1.1.2
1201* fixed path to equalizer presets file in the qsui plugin (Ryota Shimamoto)
1202* fixed buffer overflow
1203
1204Version 1.1.3
1205* added xesam:contentCreated field in the mpris plugin
1206* improved ape/tta detection
1207* fixed random stop bug
1208* fixed duration calculation in the mpeg plugin
1209* fixed scrobbling of tracks with '&' symbol
1210* fixed ADTS parser in the aac plugin
1211* fixed librcc database path in the portable mode
1212* updated Brazilian Portuguese translation (Vitor Pereira)
1213* updated German translation (Ettore Atalan)
1214
1215Version 1.1.4
1216* fixed support of skins UTF-16 with encoded pledit.txt
1217* fixed 'index out of range' warning
1218* fixed typo in the qsui plugin
1219
1220Version 1.1.5
1221* added ffmpeg 3.2 support
1222* fixed file downloading issue in the http plugin
1223* fixed directory selection in the qsui plugin
1224* fixed possible segmentation fault
1225* fixed command line option '--pl-repeat-toggle'
1226* fixed some cppcheck warnings
1227* changed file dialog form
1228
1229Version 1.1.6
1230* using http header 'icy-name' as fallback title
1231* enabled AAC by default in the ffmpeg plugin
1232* fixed ADTS parser in the aac plugin
1233* fixed possible segmentation fault
1234* fixed Ogg Opus streams support
1235* updated Chinese Simplified translation (Mingcong Bai)
1236
1237Version 1.1.7
1238* improved stream format determination in the ffmpeg plugin
1239* fixed GCC 6.x support
1240* fixed possible segmentation fault
1241* fixed crash when using KDE file dialog
1242* fixed saving state of the visual plugins
1243* updated Brazilian Portuguese translation (Vítor Pereira Barros)
1244
1245Version 1.1.8
1246* fixed PCM Wave support
1247* fixed Game Boy support in the gme plugin
1248* fixed Xing header detection in the mpeg plugin
1249* fixed output of the '--status' command line option
1250* fixed maximum year in the tag editor
1251
1252Version 1.1.9
1253* using relative skin path for portable configuration
1254* improved WASAPI support
1255* fixed cursors support in the skinned user interface
1256* fixed freezing when using DirectSound output
1257* fixed documentation
1258* fixed issue with 'jump to track' dialog when single click activation is enabled
1259* fixed tray icon tooltip
1260* fixed FLAC bitrate calculation
1261* fixed segmentation fault in the ffmpeg plugin
1262* fixed Russian translation
1263* updated French translation (Adrien Vigneron)
1264
1265Version 1.1.10
1266* added feature to download playlist from https
1267* increased DirectSound buffer size
1268* decreased waiting time in the WASAPI plugin
1269* improved plugin list in the settings dialog
1270* fixed regression in the 'jump to track' dialog
1271* fixed possible segmentation fault
1272* fixed seeking in the ffmpeg plugin
1273* fixed null pointer dereference in the mpeg plugin
1274* fixed gcc warnings
1275* fixed dithering settings
1276* fixed 24 bits support in the WASAPI plugin
1277* fixed segmentation fault on Ogg FLAC streams
1278* fixed XPM skins support
1279* fixed Qt 5.9 support in the global hotkey plugin
1280* updated documentation
1281* updated Galician translation (Delio Docampo Cordeiro)
1282
1283Version 1.1.11
1284* added AAC mime types to the qmmp.desktop
1285* added album artist support in the cue parsers
1286* using game name as album tag in the gme plugin (Chris Spiegel)
1287* fixed seeking in the mpris plugin
1288* fixed issue with untracked property in the mpris plugin
1289* fixed possible segmentation fault
1290* fixed cmake warnings
1291* fixed cmake 3.10 support
1292* fixed file size calculation in the ffmpeg plugin
1293* fixed possible segmentation fault in the ffmpeg plugin
1294* fixed saving of the equalizer 'auto' mode option
1295* fixed control socket permissions (Andrey A. Rys)
1296* fixed rusxmms support
1297* updated Spanish translation (Joel Barrios)
1298* updated Portuguese translation (Sérgio Marques)
1299* updated Greek translation (Dimitrios Glentadakis)
1300
1301Version 1.1.12
1302* fixed IPC regression
1303
1304Version 1.2.0
1305* added archive reader plugin (requires TagLib 1.11 or higher)
1306* added file writer plugin
1307* added icecast output plugin
1308* added feature to disable notifications when another application is in
1309  the full screen mode
1310* added cover tab to the track details dialog
1311* added '--volume-status' command-line option
1312* added '--mute-status' command-line option
1313* added feature to change user interface from command line
1314* added parent directory name to the title formatting fields
1315* added cache to the lyrics plugin
1316* added feature to clear window title when playback is finished
1317* added 'Raise' method implementation to the mpris plugin
1318* added mount point list to the file dialog
1319* improved plugin API
1320* improved cover cache
1321* improved visualization support
1322* improved aac plugin
1323* improved audio format determination in the ffmpeg plugin
1324* improved m3u, pls and xspf support
1325* improved DirectSound and WASAPI support
1326* improved sndfile plugin
1327* improved mpeg plugin:
1328  - added lame header support
1329  - added gapless support
1330  - improved file type determination
1331* improved qsui plugin:
1332  - added quick search to the file system browser
1333  - added quick search to the playlist
1334  - added feature to change toolbar icon size
1335  - added record button
1336  - added cover image alignment
1337  - reduced memory usage
1338  - improved settings
1339* fixed memory leaks
1340* added Finnish translation (Jiri Grönroos)
1341* updated Brazilian Portuguese translation (Vitor Pereira)
1342* updated Chezh translation (Jaroslav Lichtblau)
1343* updated Chinese Simplified translation (Mingcong Bai)
1344* updated French translation (Adrien Vigneron and Sébastien Aperghis-Tramoni)
1345* updated Galician translation (Delio Docampo Cordeiro)
1346* updated German translation (Ettore Atalan)
1347* updated Greek translation (Dimitrios Glentadakis)
1348* updated Indonesian translation (Wantoyo)
1349* updated Polish translation (Daniel Krawczyk)
1350* updated Portuguese translation (Sérgio Marques)
1351* updated Russian translation (Alexey Loginov)
1352* updated Spanish translation (Joel Barrios and Bohdan Shuba)
1353* updated Japanese translation (RyoTa SimaMoto)
1354* updated Ukrainian translation (Gennady Motsyo)
1355
1356Version 1.2.1
1357* added ffmpeg 4.0 support
1358* added feature to change default user interface
1359* fixed playlists moving
1360* fixed openbox support
1361* fixed kwin support
1362* fixed mp3 detection
1363* fixed seeking by mouse wheel
1364* fixed build with Qt 5.11
1365* updated Ukrainian translation (Gennady Motsyo)
1366* updated Italian translation (Luigi Toscano)
1367* updated Spanish translation (Joel Barrios)
1368
1369Version 1.2.2
1370* fixed build with Qt 5.11
1371* fixed memory leaks
1372
1373Version 1.2.3
1374* added qmmp 0.12/1.3 config compatibility
1375* disabling global shortcuts during configuration
1376* improved global hotkey plugin
1377* fixed some gcc warnings
1378* fixed metadata updating issue
1379* fixed build for windows
1380* fixed issue caused by sending same metadata several times in a row
1381
1382Version 1.2.4
1383* added equalizer optimization
1384* updated translation list
1385* improved PCM WAVE support
1386* fixed segmentation fault
1387* fixed tag reading in the archive plugin
1388* fixed seeking in the archive plugin
1389* fixed issue with multiscreen configuration
1390* updated Polish translation (mrerexx)
1391* updated Portuguese translation (Sérgio Marques)
1392* updated Spanish translation (Joel Barrios)
1393* updated Ukrainian translation (Gennady Motsyo)
1394* updated Russian translation
1395
1396Version 1.2.5
1397* added icon for 'exit' action in the tray icon menu
1398* fixed drag-and-drop issue under Qt 5.12
1399* fixed issue with 8-bit audio in the ffmpeg plugin
1400* fixed latest mplayer output parsing
1401* fixed '--quit' command line option processing
1402* fixed issue with empty audio parameters
1403
1404Version 1.2.6
1405* fixed OSS4 plugin build
1406* fixed 12, 20-bit integer and 32-bit float formats support in the
1407  WavPack plugin
1408
1409Version 1.3.0
1410* added history plugin
1411* added mono to stereo converter
1412* added mpg123-based decoder
1413* added PulseAudio volume control
1414* added cover edition feature
1415* added playlist reading/writing optimization
1416* added TAK support
1417* added feature to send listened tracks to  ListenBrainz
1418* added sorting by time in the history plugin
1419* changed KDE notification plugin description
1420* improved skinned plugin:
1421  - added KWin rules
1422  - added feature to hide splitters
1423  - added alternate splitter colors
1424  - added ability to hold the first visible track while loading a playlist
1425* improved qsui plugin:
1426  - added feature to hide splitters
1427  - added feature to change splitter color
1428  - added ability to hold the first visible track while loading a playlist
1429* moved removable volumes to the "add" menu
1430* improved http plugin:
1431  - reduced number of memory allocations
1432  - limited maximum buffer size
1433* improved stream browser:
1434  - added feature to edit bookmark list
1435  - moved launch action from "tools" to "add" menu
1436* added track properties to the title formatting fields
1437* added feature to disable tag reading while loading a playlist file
1438* reduced number of locks
1439* improved command line support
1440* fixed "--pl-help", "--nowplaying-syntax" command line options processing
1441* fixed feature to disable engine
1442* fixed flac preset in the converter plugin
1443* fixed xfce support
1444* improved Windows support:
1445  - added support for progress indicator in the taskbar (taskbar plugin)
1446  - added removable device detecion (rdetect plugin)
1447  - added exclusive mode in the WASAPI plugin
1448* hid private symbols in the liqmmp and libqmmpui libraries
1449* changed plugin installation path
1450* resolved conflict between Qt4- and Qt5-based versions
1451* using GNUInstallDirs module for cmake build
1452* removed mpris1 support
1453* removed support for old versions of the following libraries:
1454  musepack, curl, alsa, sndlib, ffmpeg
1455* removed Windows XP support
1456* removed uninstall plugin
1457* replaced deprecated Qt classes: QDesktopWidget, QSignalMapper
1458* updated Russian translation (Alexey Loginov, Viktor Eruhin)
1459* updated Polish translation (mrerexx)
1460* updated Portuguese translation (Sérgio Marques)
1461* updated Ukrainian translation (Gennady Motsyo)
1462* updated Spanish translation (Joel Barrios)
1463* updated German translation (Ettore Atalan)
1464* updated Greek translation (Dimitrios Glentadakis)
1465* updated Galician translation (Delio Docampo Cordeiro)
1466* updated Indonesian translation (Wantoyo)
1467* updated Italian translation (Luigi Toscano)
1468* updated Finnish translation (Jiri Grönroos)
1469* updated Chinese Traditional translation (Cosmos Chen)
1470
1471Version 1.3.1
1472* added projectM 3.1 support
1473* added feature to determine plugin prefix via pkgconfig (Chris Spiegel)
1474* fixed current track text color in the qsui plugin
1475* fixed command line processing under Windows
1476* fixed AAC support
1477* fixed kwin.sh script (D1mon)
1478* updated Polish translation (mrerexx)
1479* updated Portuguese translation (Sérgio Marques)
1480* updated Finnish translation (Jiri Grönroos)
1481* updated Russian translation (Alexey Loginov)
1482
1483Version 1.3.2
1484* added feature to play track on double click in the history plugin
1485* enabled mpg123 decoder for Windows
1486* using album cover from file by default
1487* fixed lyrics plugin
1488* fixed API documentation
1489* fixed issue with read-only mode for FLAC files
1490* fixed issue with missing properties for some CUE tracks
1491* fixed shortcuts displaying in context menus under Qt 5.10 or higher
1492* fixed Qt 5.13 support
1493* fixed crash under Wayland session
1494* fixed freezing on some corrupted files in the ffmpeg plugin
1495* fixed crash on some streams in the ffmpeg plugin
1496* fixed file type determination by content in the mpeg plugin
1497
1498Version 1.3.3
1499* added float output support for PulseAudio, ALSA and OSS4
1500* added AppStream information (Joel Barrios Dueñas)
1501* added more icon sizes
1502* improved channel conversion
1503* fixed feature to remove tracks when using quick search in the qsui plugin
1504* fixed crash on some corrupted archives
1505* fixed logo animation in the qsui plugin
1506* fixed freezing in the ffmpeg plugin
1507* updated Dutch translation (Heimen Stoffels)
1508* updated Greek translation (Dimitrios Glentadakis)
1509
1510Version 1.3.4
1511* improved mp3 file determination
1512* added format name in the ffmpeg plugin
1513* fixed pausing logic
1514* fixed random crash when changing audio settings
1515* fixed crash in the QtMultimedia plugin
1516* fixed build warning
1517* fixed duration formatting
1518* fixed ReplayGain support
1519* fixed memory leak
1520* fixed multiple channels support in the equalizer
1521* updated Ukrainian translation (Gennady Motsyo)
1522* updated Italian translation (Luigi Toscano)
1523
1524Version 1.3.5
1525* added icon for 'play/pause' action
1526* fixed 'album artist' tag support
1527* fixed issue with missing bitrate after application restart
1528* fixed issue with incorrect audio properties displaying
1529* fixed crash on corrupted .m4a files
1530* fixed duration overflow
1531* fixed playlist duration update
1532* fixed issue with special symbols in the track change plugin
1533* fixed crash on encrypted archives
1534* updated Galician translation (Delio Docampo Cordeiro)
1535
1536Version 1.3.6
1537* added 'album artist' and 'composer' tags support in the ffmpeg plugin
1538* fixed window title updating when playing CUE tracks
1539* fixed crash on Futura skin in the skinned ui
1540* updated French translation (Adrien Vigneron)
1541* updated Indonesian translation (Andika Triwidada and Wantoyo)
1542
1543Version 1.3.7
1544* using gnudb.org as default CDDB server
1545* fixed several crashes in the file operations plugin
1546* fixed mpris support
1547* fixed text scroller issues in the skinned plugin
1548* fixed cmake warning
1549* updated Polish translation (mrerexx)
1550
1551Version 1.4.0
1552* added sleep mode inhibition plugin
1553* added separate ListenBrainz submission plugin
1554* added feature to auto-hide empty service menus
1555* added option to disable two passes for equalizer
1556* added fast mute function for most output plugins
1557* added shared CUE parser
1558* added feature to transit between playlists
1559* added optimizations for flac plugin
1560* added feature to select playlist format from the file dialog
1561* added '--pl-next' and '--pl-prev' command line options
1562* added SOCKS5 proxy support
1563* added feature to display average bitrate
1564* added average bitrate displaying for shoutcast/icecast streams
1565* added Ogg Opus support in the ReplayGain scanner
1566* added feature to merge different tag types in the mpeg plugin
1567* added feature to start command on application startup/exit
1568* added 'make docs' build target
1569* added big endian support formats in the PulseAudio plugin
1570* added feature to write singe file in the file writer plugin
1571* improved qsui plugin:
1572  - added feature to override track background color
1573  - added scope visualization
1574  - added feature to reset visualization colors
1575  - added waveform seek bar
1576  - added alternate analyzer appearance
1577  - using gradients between analyzer colors
1578  - improved status bar
1579* improved ffmpeg plugin:
1580  - added opus bitrate issue workaround
1581  - added new implementation of the read function
1582  - added embedded CUE sheet support (for Monkey's Audio format)
1583  - added format name displaying
1584  - added DSD (Direct Stream Digital) support
1585  - changed minimal ffmpeg version to 3.2
1586  - removed libav support
1587* improved lyrics plugin:
1588  - added feature to save window geometry
1589  - added multiple lyrics providers support (based on Ultimare Lyrics plugin)
1590* improved cdaudio plugin:
1591  - show more metadata
1592  - added KDE Solid integration
1593* improved remote playlists support
1594* improved m3u support
1595* using qsui by default for Wayland sessions
1596* fixed API documentation
1597* updated Portuguese translation (Sérgio Marques)
1598* updated Dutch translation (Heimen Stoffels)
1599* updated Polish translation (mrerexx)
1600* updated Galician translation (Delio Docampo Cordeiro)
1601* updated Spanish translation (Joel Barrios)
1602* updated Russian translation (Alexey Loginov)
1603* updated Ukrainian translation (Gennady Motsyo)
1604* updated French translation (Adrien Vigneron)
1605* updated Indonesian translation (Andika Triwidada)
1606* updated Greek translation (Dimitrios Glentadakis)
1607* updated Italian translation (Luigi Toscano)
1608* updated German translation (Ettore Atalan)
1609
1610Version 1.4.1
1611* fixed NetBSD build
1612* fixed 'jump to track' dialog delay
1613* fixed feature to disable formats in the ffmpeg plugin
1614* fixed some streams detection in the mpeg plugin
1615* fixed losing of equalizer settings
1616* fixed codec and bitrate displaying for IceCast streams
1617* fixed playback startup detection in the mpris plugin
1618* updated Russian translation
1619* updated Dutch translation (Heimen Stoffels)
1620* updated Galician translation (Delio Docampo Cordeiro)
1621* updated Polish translation (mrerexx)
1622* updated Portuguese translation (Sérgio Marques)
1623* updated Spanish translation (Joel Barrios)
1624* updated Turkish translation (abcmen)
1625
1626Version 1.4.2
1627* fixed playlist updating
1628* fixed memory leak
1629* fixed kwin support
1630* fixed xing header parsing in the mpeg plugin
1631* updated Greek translation (Dimitrios Glentadakis)
1632
1633Version 1.4.3
1634* fixed possible crash on general plugin restart
1635* fixed dithering
1636* fixed memory leak
1637* fixed ignored files checking
1638* fixed cue tracks support in the converter plugin
1639* fixed issue with missing disc number in the mpeg plugin
1640* fixed possible freezing on playback resume
1641* updated Finnish translation (Kimmo Kujansuu)
1642* updated Bulgarian translation (Miroslav Mihov)
1643
1644Version 1.4.4
1645* fixed crash when changing audio parameters
1646* fixed memory leak
1647* removed lyrics.wikia.com provider (service was closed)
1648* using plain text in the KDE tray tooltip
1649* updated Dutch translation (Heimen Stoffels)
1650* updated Galician translation (Delio Docampo Cordeiro)
1651* updated Spanish translation (Joel Barrios)
1652* updated Bulgarian translation (Miroslav Mihov)
1653
1654Version 1.4.5
1655* added TagLib 1.12 support
1656* disabled CRC checking in the mpeg plugin
1657* fixed playlist update
1658* fixed build with gcc 11
1659* fixed API documentation
1660* fixed skin search path
1661* fixed application icons
1662
1663Version 1.4.6
1664* added application startup optimization
1665* added X11 session checking in the notifier plugin
1666* fixed provider settings parsing in the lyrics plugin
1667* fixed equalizer form in the qsui plugin
1668* fixed build with the latest ffmpeg version
1669* updated Portuguese translation (Sérgio Marques)
1670* updated Italian translation (Luigi Toscano)
1671* updated French translation (Adrien Vigneron)
1672
1673Version 1.5.0
1674* added media library plugin (experimental)
1675* added PipeWire plugin (experimental)
1676* added built-in CUE editor
1677* added m4b support in the ffmpeg plugin
1678* added option to enable CRC checking in the mpeg plugin
1679* added ID3v1/ID3v2 charset detection using librcd library in the mpeg plugin
1680* added WebP format support for cover image
1681* added groups rebuilding after playlist updating
1682* added metadata formatter optimization
1683* added "%dir()" function in the metadata formatter
1684* added feature to integrate widgets to the main interface from plugins
1685* added feature to execute external command in the fileops plugin
1686* improved visualization synchronization
1687* improved lyrics plugin:
1688  - added widget mode
1689  - show text of the current playing song (in the widget mode only)
1690  - changed user interface
1691* improved qsui plugin:
1692  - added feature to add dock widgets from plugins
1693  - added feature to change tab bar position
1694  - added icons to the file system browser menu
1695  - added feature to place dock widgets in the multiple lines
1696  - removed "Actions" submenu, using "Tools" menu instead
1697* improved skinned plugin:
1698  - added playlist color settings
1699  - moved "Show playlists" option to "Playlist" submenu
1700  - moved "group tracks" and "show header" options to "Playlist" submenu
1701* removed some deprecated API usage
1702* removed obsolete code
1703* changed minimal FFmpeg version to 3.4
1704* updated Portuguese translation (Sérgio Marques)
1705* updated Dutch translation (Heimen Stoffels)
1706* updated Polish translation (mrerexx)
1707* updated Galician translation (Delio Docampo Cordeiro)
1708* updated Spanish translation (Joel Barrios)
1709* updated Russian translation (Ilya Kotov)
1710* updated Ukrainian translation (Gennady Motsyo)
1711* updated French translation (Adrien Vigneron)
1712* updated Indonesian translation (Andika Triwidada)
1713* updated Greek translation (Dimitrios Glentadakis)
1714* updated Italian translation (Luigi Toscano)
1715* updated German translation (Ettore Atalan)
1716* updated Finnish translation (Jiri Grönroos, Kimmo Kujansuu)
1717
1718Version 1.5.1
1719* added application startup optimization
1720* added Korean translation (Jung Hee Lee)
1721* enabled Matroska container by default in the ffmpeg plugin
1722* removed mp3lyrics.org lyrics provider (service was closed)
1723* improved qsui plugin:
1724  - added waveform seekbar optimization (Linearithmik)
1725  - fixed waveform generation for 16-bit samples (Linearithmik)
1726* fixed plugin cache cleanup
1727* fixed build without mpg123
1728* fixed ladspa plugin regression (Linearithmik)
1729
1730Version 1.5.2
1731* fixed default settings in the ffmpeg pugin
1732* fixed build warnings
1733* fixed transition between http tracks
1734* improved qsui plugin:
1735  - fixed toolbar renaming
1736  - fixed Wayland support
1737  - fixed tab bar context menu
1738* updated Finnish translation (Kimmo Kujansuu, Jiri Grönroos)
1739* updated Galician translation (Delio Docampo Cordeiro)
1740* updated Italian translation (Luigi Toscano)
1741