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 | |
| 12 | === UI Changes === |
| 13 | |
| 14 | * Fix tabulation order when creating and editing project settings |
| 15 | * Add missing icon to the build result |
| 16 | |
| 17 | === Bug fixes === |
| 18 | |
| 19 | * Correctly pass application version to the gettext format |
| 20 | * When editing a project, system specific fields were not shown |
| 21 | * Unsupported formats raises a specific exception that can be caught by the UI |
| 22 | * Stop crashing when an error occurs during project fetching |
| 23 | * Properly load empty translations in ts format |
| 24 | * Fix crash when editing a project |
| 25 | |
| 26 | Changes since 0.2 |
| 27 | ----------------- |
| 28 | |
| 29 | * Qt translation files (.ts) support |
| 30 | * Gitlab support |
| 31 | ** Multiple instances can be set up in settings |
| 32 | ** Sends merge requests upstream |
| 33 | * Project management window |
| 34 | ** Acts as a welcoming screen |
| 35 | ** Allows to easily create, open, edit and delete projects |
| 36 | ** Better access to settings and credits |
| 37 | * Creating and loading a new project will not freeze the app anymore |
| 38 | ** Feedback is given with a progress bar in the status bar |
| 39 | ** Loading of a new project is done in a separate worker thread |
| 40 |