Bug fixes to 1.4 release, including macOS release process
In this bugfix release we delivered a number of improvements to the fyne command that give more
control when building releases and completes the code signing of macOS apps for the App Store as well!
A number of other fixes including improvements to Entry validation and Android keyboards are included as well.
Added
[fyne-cli] Add support for passing custom build tags (#1538)
Changed
Run validation on content change instead of on each Refresh in widget.Entry
Fixed
[fyne-cli] Android: allow to specify an inline password for the keystore
Support older macOS by default - back to 10.11 (#886)
Complete certification of macOS App Store releases (#1443)
Fix compilation errors for early stage Wayland testing
Fix entry.SetValidationError() not working correctly
Fixes for 1.4 branch including iOS release build completion
After a successful v1.4.0 release we wanted to clear up a few bugs and add some items that didn't get there in time :).
The highlights for many developers will be:
iOS App Store uploads now successful using "fyne release" command
macOS menu bar initially doesn't respond to mouse input in Catalina
Adding SetColumnWidth for Table
The full list of changes is as follows:
Changed
Table columns can now be different sizes using SetColumnWidth
Avoid unnecessary validation check on Refresh in widget.Form
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps fyne.io/fyne from 1.4.0 to 1.4.2.
Release notes
Sourced from fyne.io/fyne's releases.
... (truncated)
Changelog
Sourced from fyne.io/fyne's changelog.
... (truncated)
Commits
f0fc94e
Merge branch 'release/v1.4.x'7489e4a
Let's try again for release votee68fdfc
Merge pull request #1632 from Jacalz/setvalidationerror-quickfixa2af54f
Let's get rid of Travis mentionse61cf15
Change image text to not overflow18271e5
Simplify one of the tests2ff4cc2
Refresh entry on SetValidationError()8f33697
Release prep for 1.4.21a376a0
Merge pull request #1616 from Jacalz/entry-validation-fixfaa5d9c
Remove unnecessary line in changelogDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)