added file to generate configure script
[ctl24.git] / seq24 / NEWS
blob5971ccc4c4b9b705204f21252bad35e2ecf76103
1 seq24-0.9.1 (2008-??-??)
3 Fixed Bugs
4 * Fixed error if path for last used directory is not properly set.
6 New Features
10 seq24-0.9.0 (2008-11-27)
12 Fixed Bugs
13 * Fixed BPM saving on 64 bit platforms.
14 * Several string buffer overruns fixed.
15 * Several compiler warnings fixed.
16 * Fixed memory leak if file loading fails due to format errors.
18 New Features
19 * Round robbin logic on sequence edit added.
20 * Start stop shortcut on sequence editor added.
21 * Remember last used directory on configuration so you go where
22   you worked.
23 * Live Quantize, so notes get to the right time when you play.
24 * Fixed volume. Makes midi input have a fixed volume when you record.
25 * Added Redo function on sequence editor.
26 * Switched to sigc++-2.0 API, to make program compatible to latest
27   sigc++ version (2.2).
28 * Man page from Ubuntu added.
29 * Keyboard shortcuts for menu items added.
30 * Added backspace as an optional delete key to the pattern editor.
31 * Use new file dialog layout, MIDI files are preselectable. ".midi"
32   suffix is added if user does not append a valid MIDI file extension.
33 * New menu item to show and hide song edit window.
34 * Tooltips for bottom line elements in main window added.
35 * File new/open/save/close logic rewritten to monitor user applied file
36   changes.
37 * "dump" program removed.
38 * About dialog changed to use new layout.
39 * Zooming and panning in the editor window using the scroll wheel (when
40   CTRL or SHIFT are used) implemented. Horizontal scroll step interval
41   increased to 1/16 note per zoom level and page interval to 1 bar.
42 * Panning in the song editor using the scroll wheel (when SHIFT is used)
43   implemented.
44 * Window icons for song editor and sequence editor added.