summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0c17106)
raw | patch | inline | side by side (parent: 0c17106)
author | Jeffrey Middleton <jefromi@gmail.com> | |
Wed, 25 Mar 2009 14:35:41 +0000 (09:35 -0500) | ||
committer | Max 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 | patch | blob | history |
index cd74dc3415d7e50bef435a007efe395d48c97f62..f6341173f5e4cabbcc2770d7e7245f6eef7ddd60 100644 (file)
--- a/NEWS
+++ b/NEWS
* 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