update NEWS / version bump

master
Andrzej Rybczak 16 years ago
parent ad74cfea2e
commit a1586b9f46
  1. 14
      NEWS
  2. 2
      configure.in

14
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

@ -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)

Loading…
Cancel
Save