diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 43 |
1 files changed, 42 insertions, 1 deletions
@@ -1,12 +1,53 @@ Unreleased + * Made global search indicate the search terms, and match on filenames + + * Added ability to configure bindable user-defined actions; + these can launch arbitrary shell commands + + * Prevented crashes when the daemon disconnects during search + + * X11: added support for font fallbacks to the editor as well + + * X11: fixed that XSettings had to be present + + +2.1.1 (2024-02-27) + + * Fixed installation of Info tab plugins + + * Fixed display of playback mode toggles in the terminal user interface + + * Fixed a dead link in the manual page + + +2.1.0 (2024-02-11) + * 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 + + * Escape no longer quits the program + + * X11: added an icon and a desktop entry file + + * X11: added support for font fallbacks and italic fonts + + * X11: fixed rendering of overflowing, partially visible list items + + * X11: fixed a crash when resizing the window to zero dimensions + + * Added a "o" binding to select the currently playing song * Added Readline-like M-u, M-l, M-c editor bindings + * Made the scroll wheel work on the elapsed time gauge and the volume display + + * Changed volume adjustment bindings to use +/- keys + + * Changed volume adjustment to go in steps of 5 rather than 10 % + 2.0.0 (2022-09-03) |