summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-01-12 22:19:05 +0100
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-01-12 22:19:05 +0100
commit5cd52ae3f0fd32a0e1e801cc6e3c5bd7be2261cf (patch)
tree5ff3ef4d746a2a30d867f4d1f4b977191b30f333 /ChangeLog
parentd3859d47d99a0cc4548940f1c441803849748f1d (diff)
bump to 0.3.2
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 8 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index 0e51d804..95207794 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,13 +1,16 @@
version 0.3.2
all GTK+ UI code is now in plugin
+ improved main menu layout in GTK UI
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
+ selection is synchronized between main window and search window
+ keyboard navigation in search window
+ plugins got basic GUI configuration
much smoother seekbar
compatible with more GTK theme engines
improved restore window geometry after minimizing to system tray
+ search window geometry is now saved and restored between sessions
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
@@ -20,20 +23,15 @@ version 0.3.2
vtx plugin using libayemu
adplug plugin - cmf, rol, hsc, etc (including 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
- ported 24-bit ape support from rockbox
+ fixed sse2 issues on i686 architecture
+ added 24-bit ape support (thanks to Rockbox project)
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
- better handling of http streams
+ improved robustness in http code (handling connection problems, etc)
version 0.3.1
improved header widget drawing and gtkengines compatibility