Skip to content

Commit

Permalink
Initial change log for v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed Dec 7, 2022
1 parent 1b10045 commit 5d1b52c
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 5 deletions.
29 changes: 27 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,47 @@
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).

<<<<<<< HEAD
## 2.3.0 - Ongoing
## 2.3.0 - 11 December 2022

### Added

* Shiny new theme that was designed for us
* Improved text handling to support non-latin alphabets
* Add cloud storage and preference support
* Add menu icon and submenu support to system tray menus
* More button importance levels `ErrorImportance`, `WarningImportance`
* Support disabling of `AppTabs` and `DocTabs` items
* Add image support to rich text (#2366)
* Add CheckGroup.Remove (#3124)

### Changed

* The buttons on the default theme are no longer transparent, but we added more button importance types
* Expose a storage.ErrNotExists for non existing documents (#3083)

### Fixed

* Displaying unicode or different language like Bengali doesn't work (#598)
* Cannot disable container.TabItem (#1904)
* Update Linux/XDG app settings to delegate theme to new fd.o color-scheme (#2657)
* fyne package -os android needs NDK 16/19c (#3066)
* Caret position lost when resizing a MultilineEntry (#3024)
* Fix possible crash in table resize (#3369)
* Memory usage surge when selecting/appending MultilineEntry text (#3426)
* Fyne bundle does not support appending when parameter is a directory
* Crash parsing invalid file URI (#3275)
* Systray apps on macOS can only be terminated via the systray menu quit button (#3395)
* Wayland Scaling support: sizes and distances are scaled wrong (#2850)
* Google play console minimum API level 31 (#3375)
* Data bound entry text replacing selection is ignored (#3340)
* Split Container does not respect item's Visible status (#3232)
* Android - Entry - OnSubmitted is not working (#3267)
* Can't set custom CGO_CFLAGS and CGO_LDFLAGS with "fyne package" on darwin (#3276)
* Text line not displayed in RichText (#3117)
* Segfault when adding items directly in form struct (#3153)
* Preferences RemoveValue does not save (#3229)
* Create new folder directly from FolderDialog (#3174)
* Slider drag handle is clipped off at minimum size (#2966)


## 2.2.4 - 9 November 2022
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@
It is designed to build applications that run on desktop and mobile devices with a
single codebase.

Version 2.2 is the current release of the Fyne API, it added system tray support,
`App.Metadata` as well as richer menus and support for building WASM apps.
Version 2.3 is the current release of the Fyne API, it added a refined theme design,
cloud storage, improved text handling for international languages and many
smaller feature additions.
We are now working towards the next big release, codenamed
[cragganmore](https://github.com/fyne-io/fyne/milestone/17)
[Dalwhinnie](https://github.com/fyne-io/fyne/milestone/18)
and more news will follow in our news feeds and GitHub project.

# Prerequisites
Expand Down

0 comments on commit 5d1b52c

Please sign in to comment.