aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog15
-rw-r--r--ChangeLog.rus13
-rw-r--r--README2
3 files changed, 28 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 82fb7cde6..31031119b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -172,7 +172,7 @@ Version 0.2.0
* 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 APE tag support in the mpeg plugin
* added general plugin support
* added scrobbler plugin
* added d-bus plugin
@@ -197,3 +197,16 @@ Version 0.2.0
* updated Chinese Simplified translation (lon)
* updated German translation (Stefan Koelling)
* updated Czech translation (Karel Volný)
+
+Version 0.2.1
+* fixed desktop file (thanks to Eugene Lyubimkin)
+* fixed build (thanks to Eugene Lyubimkin)
+* fixed bugs in the file dialog
+* fixed margins
+* updated Chezh translation (Karel Volny)
+* middle mouse button click on the tray icon works as the play/pause command
+* fixed memory leak
+* fixed skin parsing
+* increased file dialog speed
+* improved accuracy of the mp3 duration calculation
+* added preamp support in the the modplug plugin
diff --git a/ChangeLog.rus b/ChangeLog.rus
index 5c2e0961f..00b8c78f5 100644
--- a/ChangeLog.rus
+++ b/ChangeLog.rus
@@ -202,3 +202,16 @@
* обновлён китайский упрощённый перевод (lon)
* обновлён немецкий перевод (Stefan Koelling)
* обновлён чешский перевод (Karel Volný)
+
+Версия 0.2.1
+* исправлен desktop-файл (благодраности Евгению Любимкину)
+* исправлена сборка (благодраности Евгению Любимкину)
+* исправлены ошибки в файловом диалоге
+* исправлены отступы
+* обновлён чешский перевод (Karel Volny)
+* щелчок средней кнопкой мыши по системному значку работает теперь как команда "воспроизвести/приостановить"
+* устранена утечка памяти
+* исправлено чтение обложек
+* увеличена скорость файлового диалога
+* улучшена точность вычисления длительности mp3-файлов
+* добавлена возможность увеличения громкости в модуле modplug
diff --git a/README b/README
index 5b5bdc4e0..16b37714e 100644
--- a/README
+++ b/README
@@ -88,7 +88,7 @@ in qmmp.pri file - just comment corresponding line( symbol '#').
Attention! By default all modules are enabled.
Changing shared library install path (needed by some 64-bit distributions).
-By default, all libraries and plugins will be installed in $(INSTALL PREFIX)/lib. You can change "lib"
+By default, all libraries and plugins will be installed to $(INSTALL PREFIX)/lib. You can change "lib"
to "lib64" by running qmake-qt4 or cmake with special parameter:
qmake-qt4 LIB_DIR=/lib64
or