update NEWS & version bump

This commit is contained in:
unK
2008-09-05 18:25:26 +02:00
parent d7cd982b29
commit 8de50a3c34
2 changed files with 25 additions and 1 deletions

24
NEWS
View File

@@ -1,3 +1,27 @@
ncmpcpp-0.2.2
+ new screen - playlist editor
+ new playlist view - columns
+ playlist view switcher added (key 'p' by default)
+ find function modes added (wrapped/normal, switch is 'w' by default)
+ albums in media library sorted by year (and it's also displayed)
+ multiple items selection support and related functions added
+ playlists management support
+ new function - "go to dir containing selected song" (key 'G' by default)
+ moving items improved
+ lots of minor fixes
ncmpcpp-0.2.1
+ support for composer, performer and disc tag
+ customizable keybindings
+ "add" option added
+ example config files are installed automatically now
+ "repeat one song" mode added (works only if ncmpcpp is running)
+ minor fixes, improvements etc.
ncmpcpp-0.2
+ libmpd dependency dropped

View File

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