Updated RELEASE_NOTES.
[ahxm.git] / RELEASE_NOTES
blobbe13f2f368a5bff61fd3df94a5d233fb7c7cb10c
1 Ann Hell Ex Machina Release Notes
2 =================================
4 1.0.4
5 -----
7  * A new directive, 'song_info', to add author and name metadata to a song.
8  * A new command line option, -C, to generate a .cue file.
9  * Fixed a critical bug when loading .wav files directly (instead of
10    converted from other formats as .flac).
12 1.0.3
13 -----
15  * This release allows working with huge wave files, as they are
16    loaded page by page instead of full in memory (but beware of
17    bug #1108).
19 1.0.2b
20 ------
22  * This release includes no new features, but just some internal
23    refactoring (towards supporting paged instruments).
25 1.0.2
26 -----
28  * Tempo changes has been fixed.
29  * New '-P' command line switch to show time progress.
31 1.0.1
32 -----
34  * The performance of the 'skip seconds' option has been dramatically
35    improved; but take note that output will sound differently, as notes
36    that started playing before the time boundary will no longer sound
37    (this will also happen with a real MIDI synthesizer, where note on
38    events will never be sent).
40 1.0.0
41 -----
43  * First stable version.