jeandeaual / tts-deckconverter

Generate card decks for Tabletop Simulator.
MIT License
39 stars 5 forks source link

Bump fyne.io/fyne from 1.4.0 to 1.4.2 #18

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps fyne.io/fyne from 1.4.0 to 1.4.2.

Release notes

Sourced from fyne.io/fyne's releases.

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
  • Fixed Card widget MinSize (#1581)
  • Fix missing release tag to enable BuildRelease in Settings.BuildType()
  • Dialog shadow does not resize after Refresh (#1370)
  • Android Duplicate Number Entry (#1256)
  • 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

Fixed

  • Tree could flicker on mouse hover (#1488)
  • Content of table cells could overflow when sized correctly
  • file:// based URI on Android would fail to list folder (#1495)
  • Images in iOS release were not all correct size (#1498)
  • iOS compile failed with Go 1.15 (#1497)
  • Possible crash when minimising app containing List on Windows
  • File chooser dialog ignores drive Z (#1513)

... (truncated)

Changelog

Sourced from fyne.io/fyne's changelog.

1.4.2 - 9 December 2020

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
  • Fixed Card widget MinSize (#1581)
  • Fix missing release tag to enable BuildRelease in Settings.BuildType()
  • Dialog shadow does not resize after Refresh (#1370)
  • Android Duplicate Number Entry (#1256)
  • 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

1.4.1 - 20 November 2020

Changed

  • Table columns can now be different sizes using SetColumnWidth
  • Avoid unnecessary validation check on Refresh in widget.Form

Fixed

  • Tree could flicker on mouse hover (#1488)
  • Content of table cells could overflow when sized correctly
  • file:// based URI on Android would fail to list folder (#1495)
  • Images in iOS release were not all correct size (#1498)
  • iOS compile failed with Go 1.15 (#1497)
  • Possible crash when minimising app containing List on Windows
  • File chooser dialog ignores drive Z (#1513)
  • Entry copy/paste is crashing on android 7.1 (#1511)
  • Fyne package creating invalid windows packages (#1521)
  • Menu bar initially doesn't respond to mouse input on macOS (#505)
  • iOS: Missing CFBundleIconName and asset catalog (#1504)
  • CenterOnScreen causes crash on MacOS when called from goroutine (#1539)
  • desktop.MouseHover Button state is not reliable (#1533)
  • Initial validation status in widget.Form is not respected
  • Fix nil reference in disabled buttons (#1558)

1.4 - 1 November 2020

... (truncated)

Commits
  • f0fc94e Merge branch 'release/v1.4.x'
  • 7489e4a Let's try again for release vote
  • e68fdfc Merge pull request #1632 from Jacalz/setvalidationerror-quickfix
  • a2af54f Let's get rid of Travis mentions
  • e61cf15 Change image text to not overflow
  • 18271e5 Simplify one of the tests
  • 2ff4cc2 Refresh entry on SetValidationError()
  • 8f33697 Release prep for 1.4.2
  • 1a376a0 Merge pull request #1616 from Jacalz/entry-validation-fix
  • faa5d9c Remove unnecessary line in changelog
  • Additional commits viewable in compare view


Dependabot compatibility score

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)