aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2016-05-13 07:01:48 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2016-05-13 07:01:48 +0000
commit7703bc60d4f796f1d368d0ebd17284c16cf5d606 (patch)
tree9a653c0a53ccdb9cedff7289ba9f8b7d3c36d444 /ChangeLog
parent41198d26aad54834c6d6956d50826d9105c9fe91 (diff)
downloadqmmp-7703bc60d4f796f1d368d0ebd17284c16cf5d606.tar.gz
qmmp-7703bc60d4f796f1d368d0ebd17284c16cf5d606.tar.bz2
qmmp-7703bc60d4f796f1d368d0ebd17284c16cf5d606.zip
updated changelog
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@6344 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog50
1 files changed, 49 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3da711dd8..cf6c014f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -992,7 +992,7 @@ Version 0.9.0
* added multiple column support
* added feature to hide track length
* added feature to disable plugins without qmmp.pri modification (qmake only)
-* added feature to remember playlist scroll position
+* added feature to remember playlist scroll position
* added feature to exclude cue data files
* added feature to change user agent
* added feature to change window title
@@ -1034,3 +1034,51 @@ Version 0.9.0
* updated Polish translation (Daniel Krawczyk)
* updated Greek translation (Dimitrios Glentadakis)
* updated Japanese translation (RyoTa SimaMoto)
+
+Version 0.10.0
+* using floating point output for all lossy decoders
+* added new audio converter
+* added dithering setting
+* added feature to change output bit depth
+* added feature to change volume adjustment step
+* added soxr-based resampler plugin
+* added feature to change default output plugin (?)
+* added MacOS X support (Ivan Ponomarev)
+* added Qt Multimedia output plugin (Ivan Ponomarev)
+* added feature to refresh playlist
+* added two-panel file dialog
+* added feature to scrobble http streams
+* added multi-thread support in the audio converter plugin
+* added support for m4a files in the replaygain scanner
+* improved skinned interface:
+ - show track details when double-clicking on song title in main window (Thomas Perl)
+ - improved time indicator in shaded mode (Thomas Perl)
+ - added feature to disable anti-aliasing
+ - added feature to seek by mouse wheel
+ - added column alignment option
+* improved qsui plugin:
+ - added column alignment
+ - added feature to add/remove sliders
+ - added feature to create multiple panels
+ - added tooltips to the sliders
+ - improved volume slider
+ - fixed problem with minimum width
+* improved wavpack plugin:
+ - added some optimizations
+ - fixed memory leak
+* improved ffmpeg plugin:
+ - added support for m4a embedded album art
+ - added replaygain support
+* improved ladspa plugin
+* improved command line parser
+* improved details dialog
+* improved "jump to track" dialog
+* removed libsamplerate-based resampler
+* removed libsamplerate dependency from the jack plugin (using soxr instead)
+* changed default settings in the mpeg plugin
+* updated Russian translation
+* updated Japanese translation (RyoTa SimaMoto)
+* updated Ukrainian translation (Gennadi Motsyo)
+* updated Greek translation (Dimitrios Glentadakis)
+* updated Portuguese translation (Sérgio Marques)
+* updated German translation (Ettore Atalan)