This file summarizes changes between releases.

Changes since 0.3
-----------------

=== Improvements and features ===

* When an error occurs while fetching a project, an error message is shown and
  the new project window re-opens with the same details as before
* Create a new ts file for languages not yet supported by a Qt project
* Open the settings window when creating a project for which the platform was
  not configured yet

=== UI Changes ===

* Fix tabulation order when creating and editing project settings
* Add missing icon to the build result

=== Bug fixes ===

* Correctly pass application version to the gettext format
* When editing a project, system specific fields were not shown
* Unsupported formats raises a specific exception that can be caught by the UI
* Stop crashing when an error occurs during project fetching
* Properly load empty translations in ts format
* Properly update fuzzy flags in ts format
* Fix crash when editing a project
* Fix fetching a non default branch of a git project

=== Languages ===

* Update 'en' and 'fr' translations.

Changes since 0.2
-----------------

* Qt translation files (.ts) support
* Gitlab support
** Multiple instances can be set up in settings
** Sends merge requests upstream
* Project management window
** Acts as a welcoming screen
** Allows to easily create, open, edit and delete projects
** Better access to settings and credits
* Creating and loading a new project will not freeze the app anymore
** Feedback is given with a progress bar in the status bar
** Loading of a new project is done in a separate worker thread