summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2012-03-17 22:28:58 +0100
committerGravatar waker <wakeroid@gmail.com>2012-03-17 22:28:58 +0100
commitdeab3cf4c29fd4d101ba54562455c13fef8fa389 (patch)
treece07fca83f4e52a367bf64c4af9b12d93601f02a /ChangeLog
parent1249b426b66fa1a24739611c96e567a22632bc02 (diff)
changelog for 0.5.2
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog50
1 files changed, 50 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8d84dedb..be98b762 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,53 @@
+version 0.5.2
+ fixed reading id3v2 and apev2 tags from raw AAC files
+ fixed proxy authentication bug in vfs_curl plugin
+ added OpenIndian b148 support (Kevin van der Vlist)
+ improved APE performance
+ fixed freeze bug in alsa plugin on x86_64
+ added automatic creation of directory structure to the converter plugin
+ few fixes in random and shuffle modes
+ improved automatic config saving
+ added support for ffmpeg-0.8 (Igor Murzov)
+ fixed rename/remove playlist crash when no playlist was selected
+ last.fm plugin will now split multiline fields when scrobbling
+ few bug fixes / improvements in cuesheet support
+ fixed writing non-ascii id3v1 tags
+ pressing enter/play in paused state will now play selected track (bugfix)
+ fixed content-length handling after redirects in vfs_curl plugin
+ artwork plugin now supports png by default
+ fixed rdb check in aac adts parser, this means improved aac support (by 少昊)
+ fixed rare aac crash
+ added EXTM3U support
+ m3u and pls files are now supported only via Load Playlist menu
+ fix off-by-one error in convstr_id3v2 (gohai)
+ improved support for the case when an M3U file contains URIs of other M3Us
+ improved volumebar tooltip (xent)
+ replaygain preamp improvements (Jan D. Behrens)
+ ignore embedded album cuesheets in single-track files
+ experimental GTK3 support, can be enabled with ./configure --enable-gtk3
+ Vala is not used in this project anymore
+ vorbis plugin will now try to open .OGA files
+ GME plugin: added fadeout support, fixed intro/looping, fixed headerless files support (e.g. some GYM), improved gzipped files detection
+ added auto-resizing support to playlist columns
+ DUMB, AudioOverload, SHN, Mono2Stereo plugins are now back in the main tarball
+ default PulseAudio buffer is set to 8K
+ added FLAC embedded album covers (Tydus)
+ added "Album Artist" support to shuffle albums mode
+ fixed several memory leaks
+ config file parser now supports blank values
+ added %L %X %Z to title formatting for "selected playback length", "selected track count", "current channel configuration" respectively
+ added new commandline switch --gui to select GUI plugin
+ added WM/Year field support to ffmpeg plugin
+ fixed reading embedded covers from id3v2.4
+ added optional "Album Artist" support to last.fm
+ aac: improved duration scanner, fixed infinite loop in mp4ff ATOM_UNKNOWN handler
+ avoid scanning/loading plugins twice when XDG_LOCAL_HOME is the same as install directory (Thynson)
+ improvements in the command line handling code (Eugene Debrev)
+ shellexec now supports quoting strings for more flexibility
+ fixed resampler dsp plugin auto-configuration when the player is started for the 1st time
+ plugin API now allows to extend playlist context menu
+ added "audio/ogg" mime-type support
+
version 0.5.1
fixed crash bug after deleting playlists
fixed importing fb2k EQ presets