Code

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