Code

keyboard: implement keyboard_unread() without ungetch()
[ncmpc.git] / NEWS
1 ncmpc 0.26 - not yet released
2 * require libmpdclient 2.9
3 * adapt to lirc 0.9.4
4 * lyricswiki: update regex
5 * screen_song: show "f" and "dsd" formats
6 * connect asynchronously
7 * fix gcc 7 warnings
9 ncmpc 0.25 - (2016-08-18)
10 * implement "%disc%"
11 * lyricswiki: handle redirects
12 * lyricswiki: update XML format
15 ncmpc 0.24 - (2014-07-14)
16 * fix crash on "jump" (hotkey ".")
17 * save keys to path specified by --key-file
20 ncmpc 0.23 - (2014-07-10)
21 * fix broken l10n in out-of-tree builds
24 ncmpc 0.22 - (2014-06-09)
25 * rename "playlist" to "queue"
26 * remove useless "Connected to ..." message
27 * require libmpdclient 2.3, MPD 0.16
28 * patched color line-flags
29 * configuration option "search-format"
30 * remove broken leoslyrics plugin
31 * show audio format in song screen
34 ncmpc 0.21 - (2013-04-11)
35 * add a chat screen for communication with other clients on the same server
36 * song format: evaluate literal strings as true
37 * fix crash on search screen when disconnected
38 * screen_queue: fix crash on CMD_SCREEN_SWAP when the queue is empty
39 * lyricswiki: fix Ruby 2.0 and UTF-8
42 ncmpc 0.20 - (02/05/2012)
43 * increase connection timeout to 5 seconds
44 * screen_queue: follow songs when they are moved out of the visible
45   range
46 * add a doxygen configuration file. Documentation will be generated if the
47   configure script is called with --enable-documentation
48 * screen_lyrics: You can now edit lyrics by pressing 'e'
49 * configurable timeout for MPD connections
50 * screen_keydef: show command descriptions
51 * show the paths of the configuration files in --version output
54 ncmpc 0.19 - (07/23/2011)
55 * require libmpdclient 2.2
56 * show real server address in status message
57 * fix crash after "clear" command
58 * po: added Polish translation
61 ncmpc 0.18 - (09/22/2010)
62 * screen_song: show song range
63 * screen_artist: respect artist when adding albums
64 * po: added Italian translation
67 ncmpc 0.17 - (06/22/2010)
68 * screen_queue: fix range selection check on "shuffle"
69 * screen_browser: check for error before adding song to playlist
70 * po: added Brazilian Portuguese translation
73 ncmpc 0.16.1 - (01/17/2009)
74 * screen_queue: always update the list size
75 * screen_browser: fixed jump to playlist file
78 ncmpc 0.16 - (12/25/2009)
79 * using libmpdclient 2.0 instead of built-in libmpdclient
80 * require MPD 0.12
81 * allow multiple queued database updates
82 * reactivate incremental playlist changes
83 * optimize "add+play song" with addid/playid
84 * handle stderr messages from lyrics plugins
85 * search: eliminate duplicate results
86 * use the "idle" command to reduce CPU and network usage
87 * disable the status bar clock by default
88 * list_window: fix narrow cursor drawing
89 * screen_play: repaint after the "select-playing" command
90 * screen_text: start searching at window origin, not bottom
91 * strfsong: support multiple values for a tag
92 * screen_browser: different colors for directories and playlists
93 * screen_browser: display song duration
94 * screen_queue: move ranges with one single "move" command
95 * status_bar: fix display_remaining_time while seeking
96 * status_bar: display elapsed time event when total time is unknown
97 * charset: added support for zero-width characters
98 * colors: added support for 256 colors and text attributes
99 * compatibility fixes for GLib 2.12
102 ncmpc 0.15 - 2009-09-24
103 * added the "lyrics-autosave" option
104 * added CMD_SELECT_PLAYING
105 * display song duration in the playlist
106 * added the "hardware_cursor" option
107 * show plugin error messages on the screen
108 * fixed NULL pointer dereference when not yet connected
109 * new translation: Hebrew
112 ncmpc 0.14 - 2009-04-21
113   * bell on wrapped search (optionally)
114   * added new "jump" ('.') command, which queries the user for a string and
115     jumps to the entry which begins with that string while the user is typing.
116   * added new "select range" ('v') command, which lets the user perform various
117     actions (e.g. add to playlist, delete, move, shuffle) on ranges of songs
118   * added commands ('H', 'M', 'L') to jump to top, middle, and bottom of screen
119   * added scrolling commands ('^B', '^N', 'B', 'N') to scroll up/down one line
120     or up/down half a screen
121   * added screen swap ('`') command to switch to the most recently used screen
122   * added MPD information and currently playing song to the info screen ('i')
123   * support for new MPD 0.15 modes: single ('y'), consume ('C')
124   * added "scroll-offset" option
125   * new translations: Czech, Simplified Chinese, Korean, Ukrainian, Dutch
128 ncmpc 0.13 - 2009-01-09
129   * added output configuration screen, default hotkey F8
130   * new --disable-locale configure option
131   * new --disable-multibyte configure option; this allows you to
132     disable wide character support, retaining multibyte character
133     support
134   * search with regular expressions
137 ncmpc 0.12 - 2008-12-05
138   * added artist screen (tag browser)
139   * added highly experimental lyrics screen (disabled by default)
140   * removed clock screen
141   * support wide characters
142   * optimized memory usage
143   * always try to reconnect after server failure
144   * support unix domain sockets for the MPD connection
145   * added compile-time "mini" option which produces the smallest
146     possible ncmpc binary
147   * added LIRC support
148   * scroll long song names in the playlist
149   * added command "locate" ('G') which locates a song in the database browser
150   * added "song" screen ('i') which displays song information
153 ncmpc 0.11.1 - 2005-01-24
154  + Spanish translations from Jose Cedeno
155  + Russian translations from Nikolay Pavlov
156  + French translations from Yann Cézard
157  + ncmpc now supports SIGSTOP and SIGCONT (Ctrl-Z)
158  + ncmpc now hides the cursor on the help screen
159  + ncmpc now can enqueue and play a song from the browse screen (Enter)
160  + configuration changes:
161         o ncmpc no longer supports the old configuration file syntax
162         o the crossfade time can now be definied in (crossfade-time)
163         o support for ncurses mouse events is now optional (enable-mouse)
164  + bugfixes:
165         o fixed short option handling for multiple short options
166         o %time% format fix from Aurelien Foret (use %02d for seconds)
167         o Fixed abort (Ctrl-G) handling when saving playlist
168         o survive select/find operations on empty lists (Niko Tyni)
171 ncmpc 0.11.0 - 2004-07-09
172  + removed popt dependency
173  + the default port is now 6600 (mpd-0.11.0)
174  + nls support (glib-2.4 required for nls)
175  + ncmpc now uses the terminal in raw mode (enabling key bindings to Ctrl-C...)
176  + changed key bindings:
177         o cursor movement up/down with j and k (used to be . and ,)
178         o the update/redraw command is now executed with Ctrl-L (used to be u) 
179  + new ncmpc commands:
180         o move a playlist entry up/down with Ctrl-K, Ctrl-J (playlist screen)
181         o add a song/url with a (playlist screen)
182         o support for MPD db updates with Ctrl-U 
183  + new command line options --config=FILE and --key-file=FILE
184  + configuration changes:
185         o replaced '_' with '-' in configuration field names
186         o the color support in ncmpc have been redesigned - more colors and 
187           color fields
188         o the display of song names can now be customized (list-format, 
189           status-format, xterm-title-format)
190         o ncmpc no longer changes the xterm title by default (set-xterm-title)
191         o new option for default find mode (find-wrap)
192         o new option for cplay like cursor movement (wrap-around)
193         o alert bells can be customized (audible-bell,visible-bell)
194         o the wide cursor is now enabled by default (wide-cursor)
195         o view the sample configuration file or the manual page for details 
196  + ncmpc now scrolls long song names on the status line
197  + ncmpc now have a new build in line editor with completion and history
198  + ncmpc now remembers the cursor position when changing directories
199  + ncmpc now offers to overwrite when saving playlists
200  + ncmpc now have an optional clock screen
201  + ncmpc now updates the local playlists via MPD's plchanges command...
202  + ncmpc now support ncurses mouse events (xterm)
203  + ncmpc now has german translations from Ingmar Gebert
204  
206 ncmpc 0.10.1 - 2004-04-26
207  + support for user key bindings (~/.ncmpc/keys)
208  + a key configuration screen (press 'K')
209  + fixed resize event (SIGWINCH) handling.
210  + improved drawing routines (removes flickering)
211  + support for seeking, toggle crossfade 
212  + support for a wide (like cplay) cursor (se the man page for details)
213  + display mpd status flags on the second row [rzx] (repeat,random,crossfade)
214  + support for system-wide configuration files (config,keys)
215  + the user configuration file is moved to ~/.ncmpc/config
216  + and some small changes (view the ChangeLog for details)
219 ncmpc 0.10.0 - 2004-04-12