Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,23 @@
This file lists the main changes with each version of the Fyne tools project.
More detailed release notes can be found on the [releases page](https://github.com/fyne-io/tools/releases).

## Ongoing
## 1.7.0 - 16 Oct 2025

### Added

* Support Description metadata
* Allow more than one bundle argument
* Full support for semver 2.0 spec
* Translation setup for newly generated apps

### Changed

* Use embed instead of generated []byte for bundle command
* Make library version output deterministic and more forgiving
* Better error messages when trying to install remote apps without FyneApp.toml
* Replace dashes with underscores in generated app ids
* Renamed release flag --key-store and --key-store-pass to --keystore and --keystore-pass
* Create 16k aligned files for Google Play

### Fixed

Expand All @@ -23,6 +30,14 @@ More detailed release notes can be found on the [releases page](https://github.c
* Entry with mobile.NumberKeyboard does not Type comma and separators (fyne-io/fyne#5101)
* Support d8 instead of dx for generating dex
* Make sure translation files end with a newline to prevent warnings from git and other tools
* Fix missing Migrations in compiled metadata
* Support installing Fyne apps in subdirectories

### New Contributors

Code in v1.7.0 contains work from the following first time contributors:

* @ErikKalkoken


## 1.6.2 - 22 August 2025
Expand Down
Loading