From: Jeffrey Middleton Date: Wed, 25 Mar 2009 14:35:41 +0000 (-0500) Subject: NEWS: list commands added since release 0.13 X-Git-Tag: release-0.14~49 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=74f1de9f97fc3e3176044f360626a447ca5773c1;p=ncmpc.git NEWS: list commands added since release 0.13 Select range, HML cursor movement, scrolling commands, screen swap. --- diff --git a/NEWS b/NEWS index cd74dc3..f634117 100644 --- 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