Skip to content

Commit

Permalink
Merge branch 'release/v1.3.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed Jun 5, 2020
2 parents 7e24c8f + a63cc09 commit 2de50ef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align="center">
<a href="https://pkg.go.dev/fyne.io/fyne?tab=doc" title="Go API Reference" rel="nofollow"><img src="https://img.shields.io/badge/go-documentation-blue.svg?style=flat" alt="Go API Reference"></a>
<a href="https://github.com/fyne-io/fyne/releases/tag/v1.2.4" title="1.2.4 Release" rel="nofollow"><img src="https://img.shields.io/badge/version-1.2.4-blue.svg?style=flat" alt="1.2.4 release"></a>
<a href="https://github.com/fyne-io/fyne/releases/tag/v1.3.0" title="1.3.0 Release" rel="nofollow"><img src="https://img.shields.io/badge/version-1.3.0-blue.svg?style=flat" alt="1.3.0 release"></a>
<a href='http://gophers.slack.com/messages/fyne'><img src='https://img.shields.io/badge/join-us%20on%20slack-gray.svg?longCache=true&logo=slack&colorB=blue' alt='Join us on Slack' /></a>
<br />
<a href="https://goreportcard.com/report/fyne.io/fyne"><img src="https://goreportcard.com/badge/fyne.io/fyne" alt="Code Status" /></a>
Expand All @@ -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

Expand Down

0 comments on commit 2de50ef

Please sign in to comment.