From a1586b9f462b22977ea6bf55eb2137951f164720 Mon Sep 17 00:00:00 2001 From: Andrzej Rybczak Date: Mon, 15 Feb 2010 14:31:42 +0100 Subject: [PATCH] update NEWS / version bump --- NEWS | 14 ++++++++++++++ configure.in | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 4625e936..0efba9d6 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +ncmpcpp-0.5.1 + + + new feature: customizable startup screen + + new feature: locate song in media library + + new feature: support for built-in mpd searching in search engine + + new feature: support for adding random artists/albums to playlist + + new feature: support for album artist tag + + new feature: support for switching between user-defined sequence of screens + + new feature: discard column colors if item is selected (optional) + + new feature: support for adding tracks to playlist after highlighted item + + make displaying dates of albums in media library optional + + several bugfixes + + ncmpcpp-0.5 + bash completion support diff --git a/configure.in b/configure.in index f022d029..86cc6064 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.1_pre) +AM_INIT_AUTOMAKE(ncmpcpp, 0.5.1) AC_PREREQ(2.59)