offlate/CHANGELOG

CHANGELOG

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