diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f4d36fc36..01dfc73fba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,27 @@ This file lists the main changes with each version of the Fyne toolkit. More detailed release notes can be found on the [releases page](https://github.com/fyne-io/fyne/releases). +## 1.3.3 - Ongoing + +### Added + +* Use icons for file dialog favourites (#1186) + +### Changed + +* Make file filter case sensitive (#1185) + +### Fixed + +* Allow popups to create dialogs (#1176) +* Use default cursor for dragging scrollbars (#1172) +* Correctly parse SVG files with missing X/Y for rect +* Fix visibility of Entry placeholder when text is set (#1193) +* Fix encoding issue with Windows notifications (#1191) +* Fix issue where content expanding on Windows could freeze (#1189) +* Fix errors on Windows when reloading Fyne settings (#1165) + + ## 1.3.2 - 11 July 2020 ### Added