update NEWS / version bump

This commit is contained in:
Andrzej Rybczak
2009-03-17 19:58:24 +01:00
parent a9bad6863b
commit 42b11910cc
2 changed files with 15 additions and 1 deletions

14
NEWS
View File

@@ -1,3 +1,17 @@
ncmpcpp-0.3.2
+ new feature: locate currently playing song in browser
+ new feature: stop playing after current song
+ new feature: move item(s) in playlist to actual cursor's position
+ new feature: reverse playlist's order
+ support for external console editor
+ support for multiple composer, performer and disc tags
+ support for basic and extended regular expressions
+ make blocking search constraints after succesful searching optional
+ improved searching in screens
+ minor improvements and bugfixes
ncmpcpp-0.3.1
+ support for columns in browser and search engine

View File

@@ -1,7 +1,7 @@
AC_INIT(configure.in)
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE(ncmpcpp, 0.3.2_pre)
AM_INIT_AUTOMAKE(ncmpcpp, 0.3.2)
AC_PREREQ(2.59)