Update CHANGELOG

Julien LepillerSat Nov 09 16:15:56+0100 2019

974b21f

Update CHANGELOG

CHANGELOG unknown status 2

1-
This file summarizes changes between releases.
2-
3-
Changes since 0.4
4-
-----------------
5-
6-
=== Improvements and features ===
7-
8-
* A binary bundle for running the application under Linux is now available.
9-
  Users do not need to compile and install dependencies by themselves.
10-
* New format for Android strings.xml files
11-
12-
=== UI Changes ===
13-
14-
=== Bug fixes ===
15-
16-
* Fix crashes caused by an empty initial configuration, especially at first run,
17-
  in the settings window and the new project window.
18-
* Fix incorrect error message caused by missing import.
19-
20-
=== Languages ===
21-
22-
Changes since 0.3
23-
-----------------
24-
25-
=== Improvements and features ===
26-
27-
* When an error occurs while fetching a project, an error message is shown and
28-
  the new project window re-opens with the same details as before
29-
* Create a new ts file for languages not yet supported by a Qt project
30-
* Open the settings window when creating a project for which the platform was
31-
  not configured yet
32-
33-
=== UI Changes ===
34-
35-
* Fix tabulation order when creating and editing project settings
36-
* Add missing icon to the build result
37-
38-
=== Bug fixes ===
39-
40-
* Correctly pass application version to the gettext format
41-
* When editing a project, system specific fields were not shown
42-
* Unsupported formats raises a specific exception that can be caught by the UI
43-
* Stop crashing when an error occurs during project fetching
44-
* Properly load empty translations in ts format
45-
* Properly update fuzzy flags in ts format
46-
* Fix crash when editing a project
47-
* Fix fetching a non default branch of a git project
48-
49-
=== Languages ===
50-
51-
* Update 'en' and 'fr' translations.
52-
53-
Changes since 0.2
54-
-----------------
55-
56-
* Qt translation files (.ts) support
57-
* Gitlab support
58-
** Multiple instances can be set up in settings
59-
** Sends merge requests upstream
60-
* Project management window
61-
** Acts as a welcoming screen
62-
** Allows to easily create, open, edit and delete projects
63-
** Better access to settings and credits
64-
* Creating and loading a new project will not freeze the app anymore
65-
** Feedback is given with a progress bar in the status bar
66-
** Loading of a new project is done in a separate worker thread

CHANGELOG.md unknown status 1

1+
This file summarizes changes between releases.
2+
3+
Changes since 0.4
4+
-----------------
5+
6+
### Improvements and features ###
7+
8+
* A binary bundle for running the application under Linux is now available.
9+
  Users do not need to compile and install dependencies by themselves.
10+
* New format for Android strings.xml files
11+
12+
### UI Changes ###
13+
14+
* No more freeze when uploading or updating a project: it is done on a separate
15+
  thread.
16+
17+
### Bug fixes ###
18+
19+
* Fix crashes caused by an empty initial configuration, especially at first run,
20+
  in the settings window and the new project window.
21+
* Fix incorrect error message caused by missing import.
22+
23+
### Languages ###
24+
25+
Changes since 0.3
26+
-----------------
27+
28+
### Improvements and features ###
29+
30+
* When an error occurs while fetching a project, an error message is shown and
31+
  the new project window re-opens with the same details as before
32+
* Create a new ts file for languages not yet supported by a Qt project
33+
* Open the settings window when creating a project for which the platform was
34+
  not configured yet
35+
36+
### UI Changes ###
37+
38+
* Fix tabulation order when creating and editing project settings
39+
* Add missing icon to the build result
40+
41+
### Bug fixes ###
42+
43+
* Correctly pass application version to the gettext format
44+
* When editing a project, system specific fields were not shown
45+
* Unsupported formats raises a specific exception that can be caught by the UI
46+
* Stop crashing when an error occurs during project fetching
47+
* Properly load empty translations in ts format
48+
* Properly update fuzzy flags in ts format
49+
* Fix crash when editing a project
50+
* Fix fetching a non default branch of a git project
51+
52+
### Languages ###
53+
54+
* Update 'en' and 'fr' translations.
55+
56+
Changes since 0.2
57+
-----------------
58+
59+
* Qt translation files (.ts) support
60+
* Gitlab support
61+
** Multiple instances can be set up in settings
62+
** Sends merge requests upstream
63+
* Project management window
64+
** Acts as a welcoming screen
65+
** Allows to easily create, open, edit and delete projects
66+
** Better access to settings and credits
67+
* Creating and loading a new project will not freeze the app anymore
68+
** Feedback is given with a progress bar in the status bar
69+
** Loading of a new project is done in a separate worker thread