Code

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