From 13bcbcc14d3ce6a0a7d0945305337e8bf03fad91 Mon Sep 17 00:00:00 2001 From: Andrzej Rybczak Date: Sat, 4 Sep 2010 22:52:38 +0200 Subject: [PATCH] update NEWS / version bump --- NEWS | 19 +++++++++++++++++++ configure.in | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 43edbf38..34b0de3a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,22 @@ +ncmpcpp-0.5.5 + +* new feature: select album around cursor +* new feature: 'replay' function +* fixed feature: display separators between albums +* playlist: support for adding last.fm streams +* browser: support for operations on m3u playlists not created by MPD +* browser: support for deleting group of selected items +* media library: show songs with primary tag unspecified +* lyrics: new fetching system +* lyrics: support for storing lyrics in song's directory +* artist info: support for preffered language +* settings: support for custom visualization color +* settings: support for 'empty' part of progressbar in progressbar_look +* settings: new config option: titles_visibility +* song format: support for limiting maximal length of a tag +* a lot of minor fixes + + ncmpcpp-0.5.4 * new feature: toggle bitrate visibility at runtime diff --git a/configure.in b/configure.in index 8e66e688..4abe6833 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.5_pre) +AM_INIT_AUTOMAKE(ncmpcpp, 0.5.5) AC_PREREQ(2.59)