diff --git a/NEWS b/NEWS index e4d7c3c8..43edbf38 100644 --- a/NEWS +++ b/NEWS @@ -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 * new feature: new movement keys: {Up,Down}{Album,Artist} diff --git a/configure.in b/configure.in index 379a9523..5998b92e 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ AC_INIT(configure.in) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(ncmpcpp, 0.5.4_pre) +AM_INIT_AUTOMAKE(ncmpcpp, 0.5.4) AC_PREREQ(2.59)