diff options
author | unK <electricityispower@gmail.com> | 2008-09-05 18:25:26 +0200 |
---|---|---|
committer | unK <electricityispower@gmail.com> | 2008-09-05 18:25:26 +0200 |
commit | 8de50a3c34f44dce9274215348d50f865daa7f23 (patch) | |
tree | 87511be2df96c746e0d49b9bed37c7f486811437 | |
parent | d7cd982b294593b24bb4ff76199746db9eb8febc (diff) |
update NEWS & version bump0.2.2
-rw-r--r-- | NEWS | 24 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 25 insertions, 1 deletions
@@ -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) |