Update changelog before release
CHANGELOG
8 | 8 | * When an error occurs while fetching a project, an error message is shown and | |
9 | 9 | the new project window re-opens with the same details as before | |
10 | 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 | |
11 | 13 | ||
12 | 14 | === UI Changes === | |
13 | 15 | ||
… | |||
21 | 23 | * Unsupported formats raises a specific exception that can be caught by the UI | |
22 | 24 | * Stop crashing when an error occurs during project fetching | |
23 | 25 | * Properly load empty translations in ts format | |
26 | + | * Properly update fuzzy flags in ts format | |
24 | 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. | |
25 | 33 | ||
26 | 34 | Changes since 0.2 | |
27 | 35 | ----------------- |