Files
nncmpp/NEWS
T

144 lines
3.7 KiB
Plaintext
Raw Normal View History

2026-08-08 14:45:57 +02:00
2.3.0 (2026-08-08)
2026-05-30 23:24:43 +02:00
2026-07-30 17:40:52 +02:00
* The "elapsed" attribute is now used for "remaining" as well.
For the typical theme, remove "remaining" and reverse your "elapsed".
2026-08-08 14:33:23 +02:00
* Added "b", "f", "p", "s" bindings for back/forward seek, play/pause, stop
2026-05-30 23:24:43 +02:00
* AppKit: the application now shows up in Now Playing,
and as a consequence responds to media keys
2026-08-04 07:35:20 +02:00
* AppKit: made the application icon look nicer
* X11: improved font lookup of italic and bold variants
2026-05-30 23:24:43 +02:00
2026-05-26 19:06:22 +02:00
2.2.0 (2026-05-26)
2026-05-26 19:06:22 +02:00
* Added an AppKit user interface; the -x (--x11) option has become -g (--gui)
2026-02-23 23:54:33 +01:00
2024-08-07 22:12:43 +02:00
* Made global search indicate the search terms, and match on filenames
2024-10-31 06:49:40 +01:00
* Added ability to configure bindable user-defined actions;
these can launch arbitrary shell commands
2025-01-08 09:42:31 +01:00
* Prevented crashes when the daemon disconnects during search
2024-09-02 21:28:53 +02:00
* X11: added support for font fallbacks to the editor as well
2025-06-04 22:00:25 +02:00
* X11: fixed that XSettings had to be present
2025-08-02 18:24:16 +02:00
* X11: fixed a new Fontconfig warning
2024-02-27 00:39:23 +01:00
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
2024-02-10 18:38:15 +01:00
2.1.0 (2024-02-11)
2022-09-18 09:15:23 +02:00
* Added ability to look up song lyrics,
using a new scriptable extension interface for the Info tab
2022-10-30 18:52:28 +01:00
* Improved song information shown in the window header
* Escape no longer quits the program
2023-06-15 16:35:26 +02:00
* X11: added an icon and a desktop entry file
2023-06-09 14:52:26 +02:00
* X11: added support for font fallbacks and italic fonts
2022-10-30 18:52:28 +01:00
* X11: fixed rendering of overflowing, partially visible list items
2022-09-20 11:11:49 +02:00
2024-02-10 18:38:15 +01:00
* X11: fixed a crash when resizing the window to zero dimensions
2023-05-30 14:41:44 +02:00
* Added a "o" binding to select the currently playing song
2022-09-18 09:15:23 +02:00
* Added Readline-like M-u, M-l, M-c editor bindings
2024-02-10 18:38:15 +01:00
* Made the scroll wheel work on the elapsed time gauge and the volume display
2023-05-30 15:15:20 +02:00
* Changed volume adjustment bindings to use +/- keys
2023-07-20 13:20:34 +02:00
* Changed volume adjustment to go in steps of 5 rather than 10 %
2022-09-18 09:15:23 +02:00
2022-09-03 15:13:07 +02:00
2.0.0 (2022-09-03)
2022-08-18 01:43:41 +02:00
* Added an optional X11 user interface
* Implemented mouse drags on the elapsed time gauge and the scrollbar
2022-08-27 17:34:16 +02:00
* Added Tab and S-Tab bindings to iterate tabs
2022-08-18 01:43:41 +02:00
* Added a "z" binding to center the view on the selected item
2022-08-25 07:42:10 +02:00
* Added a "?" binding to describe items in various tabs
2022-08-25 02:25:33 +02:00
* Made it possible to adjust the spectrum analyzer's FPS limit
* Moved "Disconnected" and "Connecting..." messages to the status bar
2022-08-18 01:43:41 +02:00
* Fixed possibility of connection timeouts with PulseAudio integration
2021-12-21 05:45:46 +01:00
1.2.0 (2021-12-21)
2021-12-08 19:05:58 +01:00
* Added ability to control the volume of MPD's current PulseAudio sink
* Now fetching Internet stream information asynchronously
2021-12-21 05:37:42 +01:00
* Added basic incremental search, normally bound to C-s, in all tabs
2021-12-08 19:05:58 +01:00
* Fixed jumping to the beginning of the queue after deleting items
2021-11-04 14:19:50 +01:00
1.1.1 (2021-11-04)
* Terminal focus in/out events no longer ring the terminall bell
* Made mouse work in non-rxvt terminals with recent xterm terminfo
2021-10-21 09:16:51 +02:00
1.1.0 (2021-10-21)
2021-06-29 04:54:47 +02:00
* Now requesting and processing terminal de/focus events,
using a new "defocused" attribute for selected rows
2021-07-03 23:58:05 +02:00
* Made it possible to show a spectrum visualiser when built against FFTW
* Any program arguments are now added to MPD's current playlist
2021-06-29 04:54:47 +02:00
2020-10-26 13:20:11 +01:00
1.0.0 (2020-11-05)
* Coming with a real manual page instead of a help2man-generated stub
* Added a mode to poll MPD for the elapsed time, enabled by default,
fixing two cases of improper tracking
* Started showing song duration in the library
* Added C-PgUp/PgDown and C-Left/Right bindings to iterate tabs
* Added VIM-like C-y and C-e bindings for scrolling
* Added Windows Explorer-like M-Up binding to go up a directory
* Worked around a cURL bug crashing the application
* Fixed handling of direct SHOUTcast streams
* Miscellaneous little fixes
2018-11-02 21:50:36 +01:00
0.9.0 (2018-11-02)
* Initial release