Update CHANGELOG.md
CHANGELOG.md
5 | 5 | ||
6 | 6 | ### Improvements and features ### | |
7 | 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 | |
8 | + | * A binary bundle for running the application under Linux and Windows is now | |
9 | + | available. Users do not need to compile and install dependencies by themselves, | |
10 | + | although it is still recommended. | |
11 | 11 | * New button to open a project in an external editor. When in the external editor, | |
12 | 12 | offlate's editon zone is grayed out but kept in sync with what the external | |
13 | 13 | editor is doing. When the external editor is closed, offlate will again allow | |
14 | 14 | edition. | |
15 | + | * New format for Android strings.xml files. | |
16 | + | * New format for Android appstore format (description for Fdroid and other stores | |
17 | + | in the `fastlane` directory). | |
15 | 18 | * New Github system. You can now contribute to projects that are hosted on that | |
16 | 19 | platform. | |
17 | 20 | ||
… | |||
25 | 28 | ||
26 | 29 | * Fix crashes caused by an empty initial configuration, especially at first run, | |
27 | 30 | in the settings window and the new project window. | |
28 | - | * Fix incorrect error message caused by missing import. | |
29 | - | * Fix crash when opening settings window from the editor | |
31 | + | * Fix errors when showing error messages, caused by missing imports. | |
32 | + | * Fix crash when opening settings window from the editor. | |
33 | + | * Add missing dependencies to setup.py preventing pip install offlate from working. | |
30 | 34 | ||
31 | 35 | ### Languages ### | |
32 | 36 |