diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2022-09-18 09:15:23 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2022-09-20 11:04:39 +0200 |
commit | 28ed7a85a8cbf3173f17e8ca9f7c8a7d5a7c98ed (patch) | |
tree | 3e6f1af6d9bcf195b9b52c4485741ed2c5eec60c /NEWS | |
parent | b6dd94072080d29b356d2c22d9f317deac55331d (diff) | |
download | nncmpp-28ed7a85a8cbf3173f17e8ca9f7c8a7d5a7c98ed.tar.gz nncmpp-28ed7a85a8cbf3173f17e8ca9f7c8a7d5a7c98ed.tar.xz nncmpp-28ed7a85a8cbf3173f17e8ca9f7c8a7d5a7c98ed.zip |
Implement lyrics lookup
There is now a generic mechanism for loading lyrics,
or any other arbitrary content related to songs.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Unreleased + + * Added ability to look up song lyrics, + using a new scriptable extension interface for the Info tab + + * Added Readline-like M-u, M-l, M-c editor bindings + + 2.0.0 (2022-09-03) * Added an optional X11 user interface |