diff --git a/CHANGELOG.md b/CHANGELOG.md index e27d8b2893..d2e192b4b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,8 +10,9 @@ More detailed release notes can be found on the [releases page](https://github.c * File open and save dialogs (#225) * Add notifications support (#398) * Add text wrap support (#332) -* Add accordion widget (#206) +* Add Accordion widget (#206) * Add TextGrid widget (#115) +* Add SplitContainer widget (#205) * Add new URI type and handlers for cross-platform data access * Desktop apps can now create splash windows * Add ScaleMode to images, new ImageScalePixels feature for retro graphics diff --git a/README.md b/README.md index ef38fb24fa..4241eff5c5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@
-
+
@@ -15,11 +15,10 @@
It is designed to build applications that run on desktop and mobile devices with a
single codebase.
-Version 1.2 is the current release which added support for iOS and Android devices
-as well as providing much simpler ways to write custom widgets.
-We are now working towards [1.3](https://github.com/fyne-io/fyne/milestone/7)
-which will add data file dialogs, notifications and many new widgets to create more
-complete applications.
+Version 1.3 is the current release - it introduced file dialogs, notifications and cross
+platform data management as well as the Accordion, TextGrid and SplitContainer widgets.
+We are now working towards [2.0](https://github.com/fyne-io/fyne/milestone/6)
+which aims to add data bindings, animations and more!
# Prerequisites