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