---------------------------------------------------------------------------

02.09.2009 - 0.99.05.033
- fixed crash in Windows when checking a whole drive
- fixed crash when saving data from the tag editor
- improved trace speed on Windows
- fixed potential crash at startup
- fixed crash when changing a file that is being used by other program
- more details and better formatting in assert messages and trace files
- MPEG2 Layer3 streams no longer show Support note
- improved temporary file generation, which can result in faster transforms
- F1 help now works for the first session dialog
- smaller TABs in the "Tag details" area make "Other info" more readable
- better HTML paragraph formatting

---------------------------------------------------------------------------

23.08.2009 - 0.99.05.032
- new Qt (4.5.2) and MinGW (3.4.5) for the Windows version
- restructured crash detector
- fixed Windows issue with rectangles being shown instead of letters
- Lyrics partial support
- warning that may corrupt data
- note about how to change selected files
- HTML clean up

---------------------------------------------------------------------------

18.08.2009 - 0.99.05.031
- crash detection
- fixed small memory leak in config dialog
- fixed small memory leak in the tag editor
- content is shown for GEOB frames
- .ID3 files are now loaded in addition to .MP3
- made the counter shown when applying transforms increment on new file
    (until now it was incremented for each transform)
- "Various artists" no longer set as "artist" when downloading track
    info from MusicBrainz
- fixed "current cell" in the tag editor (until now, when dragging the
    mouse to select several cells, the current cell was wrong, leading to
    setting values incorrectly
- fixed a bug that didn't allow removal of the track number
- slightly improved the normalizer, so a "busy" cursor is shown when the
    connection to the underlying process is lost (the program seems frozen,
    but it resumes after about 30 seconds)

---------------------------------------------------------------------------

28.07.2009 - 0.99.05.030
- fixed a bug that caused the tag editor to reserve more space than needed
    even if the "fast save" option was turned off
- fixed a bug that prevented removal of elements from lists
- fixed a bug in the ID3V2 tag writer that prevented "Discard invalid ID3V2
    data" and other transformations to properly work with ID3V2.4.0 tags
    that contain UTF8-encoded strings, resulting in a broken ID3V2.3.0 tag
- file renamer now accepts patterns with no directory separators, in which
    case the renamed files are placed in the source directory
- pattern dialogs now show the current line and column
- fixed an assertion in the code that determines the file list
- added tooltips for all the notes in the main file table
- improved speed for "Discard invalid ID3V2 data" when no changes are done
- transformation name included in the dialog that shows which file is
    currently processed
- broken ID3V2 streams get removed when saving from the tag editor
- the tag editor no longer triggers an assertion failure if non-default
    settings in the file section of the configuration dialog; (e.g. until
    now saving from the tag editor while original files weren't deleted
    resulted in this assertion failure)
- fixed a bug in the "Change case for ID3V2 text frames" that resulted in
    a program crash if some fields were missing from the ID3V2 tag

---------------------------------------------------------------------------

26.07.2009 - 0.99.05.029
- improved paste in tag editor (it is possible to paste to multiple cells
    or to paste file names copied from file browsers)
- configurable max image size
- button to remove image files
- fixed loading images from current dir
- fixed a bug in tag editor patterns that prevented patterns ending with a
    static text from working
- Windows only: fixed pasting image file that was copied from Windows
    Explorer

---------------------------------------------------------------------------

23.07.2009 - 0.99.05.028
- fast save in the tag editor

---------------------------------------------------------------------------

21.07.2009 - 0.99.04.027
- file renamer can work with the list of visible files instead of the
    current album if the user holds CTRL down when pressing the button
- new transform for keeping a single image, as front cover
- new transform for removing ID3V1
- configurable visible transformations
- tooltips for the transformations menu
- use of backslash for path separator on Windows
- fixed some bugs in the directory filter
- made F1 work on Windows
- fixed normalization status on Windows
- directory filter no longer shows some directories that don't make sense
- more checks + fixed error reporting in file renamer
- "sessions" button visible by default for second and later sessions

---------------------------------------------------------------------------

17.07.2009 - 0.99.04.026
- size grip on most dialogs
- F1 help

---------------------------------------------------------------------------

15.07.2009 - 0.99.03.025
- restructured Unicode stream classes
- Lyrics inside ID3V2 are now shown

---------------------------------------------------------------------------

15.07.2009 - 0.99.03.024
- switched to fstream_utf8

---------------------------------------------------------------------------

13.07.2009 - 0.99.03.023
- tag editor now looks at filter
- files changed in the tag editor no longer show up in the main window if
    a filter is applied and they don't match the filter
- better alignment for text in note column header on Ubuntu
- replaced C / POSIX calls with Qt calls

---------------------------------------------------------------------------

09.07.2009 - 0.99.03.022
- configurable colors

---------------------------------------------------------------------------

09.07.2009 - 0.99.03.021
- 2-letter labels
- gradient grouping of notes
- more consistent font handling
- detecting files changed by external tools
- tooltips are shown for the column headers in the file table

---------------------------------------------------------------------------

05.07.2009 - 0.99.02.020
- added sysinfo to "about" dialog
- more details in sysinfo
- made file renamer work on Windows
- file renamer now replaces invalid characters in file names
- made logger work on Windows 7 (and probably Vista)

---------------------------------------------------------------------------

29.06.2009 - 0.99.02.019
- downloaded images are no longer lost when saving in the tag editor
- duration is now shown for audio streams
- fixed assertion caused by files with too many streams
- assertion instructs reports to be made on forum instead of email
- number of files that might get changed is shown before processing
    multiple files
- assert message includes more info about the OS
- multiple ID3 stream remover no longer included by default in second list
- some changes to .spec file in the hope it will work on Mandriva

---------------------------------------------------------------------------

24.06.2009 - 0.99.02.018
- made -mt suffix default for Boost Serialization

---------------------------------------------------------------------------

24.06.2009 - 0.99.02.017
- always use multithreaded libraries
- improved assert dialog; now it has more data, which can be copied and
    even emailed directly
- the tag editor shows a warning in some cases when a user action would
    result in discarded images

---------------------------------------------------------------------------

21.06.2009 - 0.99.02.016
- fixed an assertion failure that was triggered by an unsupported text
    encoding in APIC
- added support for UTF8 text encoding in APIC
- made the documentation look slightly better on IE6

---------------------------------------------------------------------------

20.06.2009 - 0.99.02.015
- made compilable on Fedora 11 and added Fedora 11 build
- copying missing ID3V1 fields to ID3V2 no longer part of the default
    custom transformation list 2

---------------------------------------------------------------------------

18.06.2009 - 0.99.02.014
- the tag editor loads albums much faster than before; this is most visible
    when navigating to the next / previous album

---------------------------------------------------------------------------

16.06.2009 - 0.99.02.013
- Windows-only: new Boost Serialization library, compiled with
    multithreading support
- Windows-only: new install script, so now the setup has a more modern look
    and allows the user to run the program when the install completes

---------------------------------------------------------------------------

14.06.2009 - 0.99.02.012
- added support for UTF8 in ID3V240
- added maximize button to most windows in Windows (but could not get this
    to work with Gnome)
- removed "What's this" button from most windows
- now the main window shows the session name if more than 1 session was
    defined
- now the main window shows up maximized in Gnome and Windows if it was
    maximized when it was closed
- changed documentation links to point to new site, at SourceForge
- minor documentation improvements

---------------------------------------------------------------------------

06.06.2009 - 0.99.02.011
- added dependency to guarantee that SVG icons can be displayed on non-KDE
    desktops
- fixed an assertion in "Sessions / Save as"
- doc comment changes to prepare for moving to SourceForge

---------------------------------------------------------------------------

04.06.2009 - 0.99.02.010
- fixed a bug that could result in removal of audio data when using the
    "Remove inner non-audio" transformation
- first Windows version
- fixed incorrect handling of the option to keep a single image in an
    ID3V2 tag

---------------------------------------------------------------------------

03.06.2009 - 0.99.01.009
- added scripts for Ubuntu builds
- made compilable on Windows
- added some Windows-specific icons, to replace those that are displayed
    incorrectly
- improved ColumnResizer
- switched text in SVGs to "path", to avoid issues related to missing fonts
- fixed Config / Files so it's no longer possible to only to uncheck all
    radio buttons
- better handling of light background colors in the Notes table
- fixed a bug that could result in erased files when the disk becomes full
- change header / footer layout in the documentation

---------------------------------------------------------------------------

25.05.2009 - 0.99.0.008
- increased cell width for notes, to look OK with more fonts
- added an #include so gcc 4.4 can compile the project
- now using black instead of "selection" color for notes if the contrast
    with the background is too low
- improved the workaround that is needed for multiline text, so now it can
    handle all fonts (previously a message used to show up telling the user
    to change the font)
- added horizontal scrollbar to directory trees
- install.sh now exits errors

---------------------------------------------------------------------------

22.05.2009 - 0.99.0.007
- first public version; most of the 1.0 features implemented and functional
    (what's left is an option to write ID3V2 tags "in place", to be used if
    the tag editor seems too slow; this may lead to data loss in cases of
    program / computer crash)