update NEWS / version bump

This commit is contained in:
Andrzej Rybczak
2010-06-03 12:03:30 +02:00
parent fe6106f222
commit 102bdf06c1
2 changed files with 14 additions and 1 deletions

13
NEWS
View File

@@ -1,3 +1,16 @@
ncmpcpp-0.5.4
* new feature: toggle bitrate visibility at runtime
* new feature: locate song in tag editor
* new feature: separators between albums in playlist
* new feature: customizable columns' names
* new feature: support for multiple tag types in one column
* media library: support for "All tracks" option in middlle column
* playlist: shorten units' names displayed in statusbar
* browser: critical bugfix in feature "remove directory physically from hdd"
* a few other bugfixes
ncmpcpp-0.5.3 ncmpcpp-0.5.3
* new feature: new movement keys: {Up,Down}{Album,Artist} * new feature: new movement keys: {Up,Down}{Album,Artist}

View File

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