summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-01-03 21:26:49 +0100
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-01-03 21:26:49 +0100
commitbd048ccd3cd421d9c0f1dd8b675196772760c769 (patch)
tree279d7cf5dc45228c55cc3366973cb8d5fb6f5178 /ChangeLog
parentaae5749a8cf836f1846ed1f73abce36cbca2cfe8 (diff)
changelog for 0.3.2
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog35
1 files changed, 35 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4d40c467..8b674a54 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,38 @@
+version 0.3.2
+ all GTK+ UI code is now in plugin
+ numerous memory and cpu optimizations
+ fully editable/scriptable columns with sorting
+ native look and feel of playlist widget
+ selection is synchronous between main window and search window
+ plugins got GUI configuration
+ much smoother seekbar
+ compatible with more GTK theme engines
+ improved restore window geometry after minimizing to system tray
+ flexible nowplaying querying support via command line
+ ALSA code moved to plugin
+ new "nullout" output plugin - good for testing, and as basis for new plugins
+ added template .c file (with comments) for making new decoder plugins
+ updated id3v2 and apev2 parsers to support more metadata types
+ id3v2.2 parser now supports unsynchronization
+ metadata viewer accessible from context menu
+ flac plugin now plays "oga" files (flac in ogg container)
+ ffmpeg plugin, adds formats: m4a (aac,alac), mpc/mp+/mpp, wma, shn, oma, ac3, vqf
+ vtx plugin using libayemu
+ adplug plugin (includes support for adlib S3Ms)
+ fixed cuesheet support in mp3 and ogg plugins
+ fixed building for i686 architectures w/o sse2 support
+ fixed sse2 code issues in ape plugin
+ added support for custom scrobbler url to last.fm plugin (e.g. libre.fm)
+ added Play Queue funtionality to playlist (context menu)
+ fixed lots of bugs in command line processing
+ improved main menu in GTK UI
+ added average/approximate bitrate display to statusbar
+ new "cursor follows playback" feature
+ new "stop after current track" feature
+ keyboard navigation in search window
+ search window geometry is now saved and restored between sessions
+ .dbpl extension is auto-added when saving playlist
+
version 0.3.1
improved header widget drawing and gtkengines compatibility
fixed vfs_curl to fetch content size properly again