Code

configure.ac: disable NLS in mini mode
[ncmpc.git] / NEWS
diff --git a/NEWS b/NEWS
index 959339d716f2a6bc1aba3c43f94c545246b6bfa1..59b8077603dc9984c184a79b7e0b1ed21d75cc61 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,43 @@
-ncmpc-0.11.0
+ncmpc 0.13 - not yet released
+  * added output configuration screen, default hotkey F8
+  * new --disable-locale configure option
+
+
+ncmpc 0.12 - 2008-12-05
+  * added artist screen (tag browser)
+  * added highly experimental lyrics screen (disabled by default)
+  * removed clock screen
+  * support wide characters
+  * optimized memory usage
+  * always try to reconnect after server failure
+  * support unix domain sockets for the MPD connection
+  * added compile-time "mini" option which produces the smallest
+    possible ncmpc binary
+  * added LIRC support
+  * scroll long song names in the playlist
+  * added command "locate" ('G') which locates a song in the database browser
+  * added "song" screen ('i') which displays song information
+
+
+ncmpc 0.11.1 - 2005-01-24
+ + Spanish translations from Jose Cedeno
+ + Russian translations from Nikolay Pavlov
+ + French translations from Yann Cézard
+ + ncmpc now supports SIGSTOP and SIGCONT (Ctrl-Z)
+ + ncmpc now hides the cursor on the help screen
+ + ncmpc now can enqueue and play a song from the browse screen (Enter)
+ + configuration changes:
+       o ncmpc no longer supports the old configuration file syntax
+       o the crossfade time can now be definied in (crossfade-time)
+       o support for ncurses mouse events is now optional (enable-mouse)
+ + bugfixes:
+       o fixed short option handling for multiple short options
+       o %time% format fix from Aurelien Foret (use %02d for seconds)
+       o Fixed abort (Ctrl-G) handling when saving playlist
+       o survive select/find operations on empty lists (Niko Tyni)
+
+
+ncmpc 0.11.0 - 2004-07-09
  + removed popt dependency
  + the default port is now 6600 (mpd-0.11.0)
  + nls support (glib-2.4 required for nls)
@@ -29,11 +68,11 @@ ncmpc-0.11.0
  + ncmpc now offers to overwrite when saving playlists
  + ncmpc now have an optional clock screen
  + ncmpc now updates the local playlists via MPD's plchanges command...
+ + ncmpc now support ncurses mouse events (xterm)
+ + ncmpc now has german translations from Ingmar Gebert
  
 
-
-ncmpc-0.10.1 
-
+ncmpc 0.10.1 - 2004-04-26
  + support for user key bindings (~/.ncmpc/keys)
  + a key configuration screen (press 'K')
  + fixed resize event (SIGWINCH) handling.
@@ -45,6 +84,5 @@ ncmpc-0.10.1
  + the user configuration file is moved to ~/.ncmpc/config
  + and some small changes (view the ChangeLog for details)
 
-       
-
 
+ncmpc 0.10.0 - 2004-04-12