diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2022-10-30 18:52:28 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2023-03-07 01:56:26 +0100 |
commit | 0b62b2a788e4773a0be03e5b10c86f553efa5117 (patch) | |
tree | caadacc576125a80df9edc4e9569c93889282b89 | |
parent | d58856571daa110658fdff13ffcfd9728c1a7648 (diff) | |
download | nncmpp-0b62b2a788e4773a0be03e5b10c86f553efa5117.tar.gz nncmpp-0b62b2a788e4773a0be03e5b10c86f553efa5117.tar.xz nncmpp-0b62b2a788e4773a0be03e5b10c86f553efa5117.zip |
Update NEWS
-rw-r--r-- | LICENSE | 2 | ||||
-rw-r--r-- | NEWS | 6 |
2 files changed, 6 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Copyright (c) 2016 - 2022, Přemysl Eric Janouch <p@janouch.name> +Copyright (c) 2016 - 2023, Přemysl Eric Janouch <p@janouch.name> Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted. @@ -3,7 +3,11 @@ Unreleased * Added ability to look up song lyrics, using a new scriptable extension interface for the Info tab - * Made the X11 interface support italic fonts + * Improved song information shown in the window header + + * X11: added italic font support + + * X11: fixed rendering of overflowing, partially visible list items * Added Readline-like M-u, M-l, M-c editor bindings |