From 8de50a3c34f44dce9274215348d50f865daa7f23 Mon Sep 17 00:00:00 2001 From: unK Date: Fri, 5 Sep 2008 18:25:26 +0200 Subject: [PATCH] update NEWS & version bump --- NEWS | 24 ++++++++++++++++++++++++ configure.in | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 7d4a2f37..1ecbb935 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/configure.in b/configure.in index 663ea712..54d69b9c 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.2.2_pre) +AM_INIT_AUTOMAKE(ncmpcpp, 0.2.2) AC_PREREQ(2.59)