summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog13
-rw-r--r--configure.ac2
2 files changed, 14 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8971e1a1..4d40c467 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+version 0.3.1
+ improved header widget drawing and gtkengines compatibility
+ fixed vfs_curl to fetch content size properly again
+ fixed rare memory leak bug in seekbar drawing
+ fixed total playtime display
+ changed buttons to use stock icons
+ implemented reading of embedded cuesheets from ape and wavpack files
+ fixed bug in filename resolving when starting from commandline
+ added possibility to open multiple files from filemanagers
+ fixed random locking/hanging in alsa module
+ loading plugins from $XDG_CONFIG_HOME/.local/lib/deadbeef/ (by Alexey A. Smirnov <alexey.smirnov@gmx.com>)
+ middle click on tray icon toggles pause on current track (by Alex Dedul <rotmer@gmail.com>)
+
version 0.3.0
vfs plugins - for implementing http/ftp streaming, etc
improved mpeg (libmad) plugin - eats less memory, works faster
diff --git a/configure.ac b/configure.ac
index 327ebcf5..4b1ece21 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ AC_INIT
AC_CONFIG_HEADER(config.h)
PACKAGE="deadbeef"
-VERSION="0.3.0"
+VERSION="0.3.1"
AM_INIT_AUTOMAKE($PACKAGE,$VERSION)