0.3
* Changed the dictionary file format for an XML-based one (FMD: Freshmemory dictionary).
* Added import and export from/to CSV file formats.
* Added a new "Example" field to cards.
    - The keyword in an example is automatically highlighted in the test view. The keyword is either the exact match of the "Question" field or a word prefixed with '%' character.
* Flashcards test:
    - Added "Show answers" checkbox
    - When card contents were changed, the card is immediately updated in the test view
    - If one or more cards are removed, the situation is gracefully handled and the test view is properly updated
    - When trying to start already running test, switch to the test view
    - Polished the GUI
* Window state saving for both main and test views.
* Main window features:
    - Recent files
    - Save copy (like "Save as" but doesn't change the name of the current file)
    - Show/hide toolbars
    - Convinience: Replace the Ctrl+D "Delete cards" hotkey with Del.
* Find dialog:
    - Added "Add regexp" button. It displays a menu of commonly used regular expressions.
    - Polished the GUI
* Command-line arguments:
    - Added --help, -h options
    - The program accepts a dictionary filename to be loaded. This makes possible to bind the .fmd dictionary files with freshmemory program.

0.2
* Feature: Inserting and removing cards (rows)
* Feature: Cut/Copy/Paste cards with the system clipboard
* Feature: Find cards
    - all standard find options
    - regular expressions
    - Find Again action
* Add icons to buttons and windows
* Add About dialog
* Add --version, -v options
* Add options to the project file to enable the following commands:
    - make release
    - make install, make release install (Linux)
* A lot of bugs fixed
