CHANGELOG
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 |
67 |