update NEWS / version bump

This commit is contained in:
Andrzej Rybczak
2009-02-23 10:27:54 +01:00
parent fe79d1ae94
commit d27a0510e4
2 changed files with 13 additions and 1 deletions

12
NEWS
View File

@@ -1,3 +1,15 @@
ncmpcpp-0.3.1
+ support for columns in browser and search engine
+ support for lyricsplugin database
+ support for any tag in search engine
+ support for ignoring leading "the" word while sorting (optional)
+ new feature: apply filter to screen (Ctrl-F by default)
+ new feature: playlist sorting (Ctrl-V by default)
+ new feature: open lyrics in external editor
+ other minor improvements and bugfixes
ncmpcpp-0.3
+ general core rewrite

View File

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