Code

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