From 622482980c25635b73f41aa36c58d522a034defa Mon Sep 17 00:00:00 2001 From: Andrzej Rybczak Date: Thu, 10 Sep 2009 00:23:16 +0200 Subject: [PATCH] update NEWS / version bump --- NEWS | 20 ++++++++++++++++++++ configure.in | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 88f013cf..505a9701 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,23 @@ +ncmpcpp-0.4 + + + new screen: music visualizer with sound wave/frequency spectrum modes + + new feature: alternative user interface + + new feature: command line switch for displaying now playing song + + new feature: support for fixed size and/or right aligned columns + + new feature: display bitrate of current song in statusbar (optional) + + new feature: display remaining time of current song instead of elapsed (optional) + + new feature: jump to now playing song at start (enabled by default) + + new feature: additional attributes for columns + + song format: support for nested braces + + support for colors in song_status_format + + customizable progressbar look + + mouse support for additional windows + + optional user prompting before clearing main playlist + + track and year tag are not limited to numbers anymore if mp3 files are edited + + marker for full filename (F) has been replaced with directory (D) + + a lot of other minor improvements and bugfixes + + ncmpcpp-0.3.5 + new feature: custom command execution on song change diff --git a/configure.in b/configure.in index f329a886..908d06f5 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.4_pre) +AM_INIT_AUTOMAKE(ncmpcpp, 0.4) AC_PREREQ(2.59)