summaryrefslogtreecommitdiff
path: root/NEWS
blob: 130f23b5e205d3fb4187051d951d5807a52dca70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
2.2.0 (2026-05-26)

 * Added an AppKit user interface; the -x (--x11) option has become -g (--gui)

 * 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

 * X11: fixed a new Fontconfig warning


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

 * 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)

 * Added an optional X11 user interface

 * Implemented mouse drags on the elapsed time gauge and the scrollbar

 * Added Tab and S-Tab bindings to iterate tabs

 * Added a "z" binding to center the view on the selected item

 * Added a "?" binding to describe items in various tabs

 * Made it possible to adjust the spectrum analyzer's FPS limit

 * Moved "Disconnected" and "Connecting..." messages to the status bar

 * Fixed possibility of connection timeouts with PulseAudio integration


1.2.0 (2021-12-21)

 * Added ability to control the volume of MPD's current PulseAudio sink

 * Now fetching Internet stream information asynchronously

 * Added basic incremental search, normally bound to C-s, in all tabs

 * Fixed jumping to the beginning of the queue after deleting items


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


1.1.0 (2021-10-21)

 * Now requesting and processing terminal de/focus events,
   using a new "defocused" attribute for selected rows

 * Made it possible to show a spectrum visualiser when built against FFTW

 * Any program arguments are now added to MPD's current playlist


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


0.9.0 (2018-11-02)

 * Initial release