Code

NEWS: list commands added since release 0.13
authorJeffrey Middleton <jefromi@gmail.com>
Wed, 25 Mar 2009 14:35:41 +0000 (09:35 -0500)
committerMax Kellermann <max@duempel.org>
Fri, 27 Mar 2009 07:24:39 +0000 (08:24 +0100)
Select range, HML cursor movement, scrolling commands, screen swap.

NEWS

diff --git a/NEWS b/NEWS
index cd74dc3415d7e50bef435a007efe395d48c97f62..f6341173f5e4cabbcc2770d7e7245f6eef7ddd60 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,13 @@ ncmpc 0.14 - not yet released
   * bell on wrapped search (optionally)
   * added new "jump" ('.') command, which queries the user for a string and
     jumps to the entry which begins with that string while the user is typing.
+  * added new "select range" ('v') command, which lets the user perform various
+    actions (e.g. add to playlist, delete, move, shuffle) on ranges of songs
+  * added commands ('H', 'M', 'L') to jump to top, middle, and bottom of screen
+  * added scrolling commands ('^B', '^N', 'B', 'N') to scroll up/down one line
+    or up/down half a screen
+  * added screen swap ('`') command to switch to the most recently used screen
+  * added MPD information and currently playing song to the info screen ('i')
 
 
 ncmpc 0.13 - 2009-01-09