diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 109 |
1 files changed, 101 insertions, 8 deletions
@@ -14,8 +14,8 @@ Version 0.0.3 * added tray support (based on Pavel's Kirpichev's patch) * added menu and hot keys support * added directory $HOME/.qmmp/skins in skin search pathes -* fixed UTF bug in FLAC plugin (previous correction dasn't fix bug) -* fixed UTF bug in Ogg Vorbis plugin (previous correction dasn't fix bug) +* fixed UTF bug in FLAC plugin (previous correction doesn't fix bug) +* fixed UTF bug in Ogg Vorbis plugin (previous correction doesn't fix bug) * fixed bug in playlist which can cause program crash * add drag&drop support (thanks to Vladimir Kuznetsov) @@ -33,7 +33,7 @@ Version 0.0.4 Version 0.0.5 * added playlist indicators (Vladimir Kuznetsov) * added playlist control buttons (Vladimir Kuznetsov) -* improved shuffle and repeate functions (Vladimir Kuznetsov) +* improved shuffle and repeat functions (Vladimir Kuznetsov) * added support for m3u, pls, xspf playlists (Vladimir Kuznetsov) * added region.txt file support * added scroll control for equalizer bars @@ -64,9 +64,9 @@ Version 0.1 * added cmake support(experimental) * added default skin * improved settings dialog -* fixed "accertion failed" bug +* fixed "assertion failed" bug * fixed hotkeys in playlist menu -* added english readme (Vladimir Kuznetsov) +* added English readme (Vladimir Kuznetsov) * fixed showing bitrate over 999 kbps * added Winamp EQF import * added rest time show (Vladimir Kuznetsov) @@ -93,7 +93,7 @@ Version 0.1.2 * fixed "Delete" hotkey in Russian translation Version 0.1.3 -* added Chinese Simplified translation (l on) +* added Chinese Simplified translation (lon) * added Ukrainian translation (Gennadi Motsyo) * added codings fix for command line (Vladimir Kuznetsov) * fixed next song selection after deletion selected (Vladimir Kuznetsov) @@ -102,5 +102,98 @@ Version 0.1.3 * added Shift+N hotkey for all windows * set using UTF-8 by default in mad plugin * fixed russian translation in the flac plugin -* added current song position navigation with Left/Right cursor buttons -* added main menu popup on main display +* added current song position navigation with Left/Right cursor buttons (Vladimir Kuznetsov) +* added main menu popup on main display (Vladimir Kuznetsov) +* added menu for left title button (Vladimir Kuznetsov) +* added custom library directory (for qmake only) + +Version 0.1.3.1 +* fixed library install path when using qmake + +Version 0.1.4 +* redesigned command line interface (Vladimir Kuznetsov) +* added packed skin support +* xdg menu support (thanks to Gennadi Motsyo and Karel Volný) +* added custom library path +* added current song saving +* removed wrapper from installation +* added Czech translation (Karel Volný) +* added Chinese Traditional translation (lon) +* updated Chinese Simplified translation (lon) +* updated Turkish translation (Mustafa GUNAY) +* fixed Russian Translation +* updated icons +* fixed cmake scripts (Yuriy Zhuravlev) +* reduced wakeups number +* fixed interface freezing when skiping broken entries +* fixed skin parsing +* fixed segmentation fault when trying to show details dialog with invalid file path +* fixed codepage saving in the mpeg plugin +* fixed some bugs in the ffmpeg plugin +* added qt4.3-specific fixes +* fixed metadata disabling +* fixed freezing when seeking + +Version 0.1.5 +* updated Czech translation (Karel Volný) +* added Brazilian Portuguese translation (Klaos Lacerda and Bruno Gonçalves) +* fixed memory leak +* fixed build with Qt-4.2 +* fixed file permissions +* faster seek speed while using alsa plugin as output +* changed playlist background color +* fixed freezing + +Version 0.1.6 +* fixed desktop file +* fixed russian translation +* added "$PREFIX/share/qmmp/skins" to skin search paths +* fixed skin parsing +* fixed possible GPL violation +* tar.bz2 skins support +* using ISO-8859-1 encoding for id3v1 tags by default +* fixed load playlists with double extensions +* added German translation (Stefan Koelling) +* improved settings dialog +* added localization for standart Qt dialogs +* show more debug information + +Version 0.2.0 +* added url dialog (Vladimir Kuznetsov) +* added stream support +* added filedialog interface (Vladimir Kuznetsov) +* added OSS output plugin (Yuriy Zhuravlev) +* improved plalist (Vladimir Kuznetsov) +* added visual plugin support +* added analyzer plugin +* added shaded mode support +* added sndfile plugin +* added software volume control +* redesigned command line interface using UDS (Vladimir Kuznetsov) +* added command line plugins support (Vladimir Kuznetsov) +* added volume control plugin (Vladimir Kuznetsov) +* added APE tag support for the mpeg plugin +* added general plugin support +* added scrobbler plugin +* added d-bus plugin +* added tray plugin +* added notifier plugin +* improved skin reading +* added WavPack plugin +* added psi now playing notification support +* added Pulse Audio output plugin +* added sorting by track number +* added mp3 wave support +* added modplug plugin +* added new application icons (Andrey Andreev) +* added new default skin (Andrey Andreev) +* added effect plugin support +* added sample rate conversion plugin +* optimized alsa output +* added 24-bits support +* updated Ukrainian translation (Gennadi Motsyo) +* updated Russian translation +* updated Chinese Traditional translation (lon) +* updated Chinese Simplified translation (lon) +* updated German translation (Stefan Koelling) +* updated Czech translation (Karel Volný) |
