Update CHANGELOG.md

Julien LepillerThu Nov 14 17:20:26+0100 2019

bb75481

Update CHANGELOG.md

CHANGELOG.md

55
66
### Improvements and features ###
77
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.
1111
* New button to open a project in an external editor. When in the external editor,
1212
  offlate's editon zone is grayed out but kept in sync with what the external
1313
  editor is doing. When the external editor is closed, offlate will again allow
1414
  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).
1518
* New Github system. You can now contribute to projects that are hosted on that
1619
  platform.
1720

2528
2629
* Fix crashes caused by an empty initial configuration, especially at first run,
2730
  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.
3034
3135
### Languages ###
3236