Niek / superview

A small program that takes a 4:3 aspect ratio video file, and transforms it to a 16:9 video using the GoPro SuperView method
GNU General Public License v3.0
211 stars 20 forks source link

Bump fyne.io/fyne from 1.4.1 to 1.4.2 #25

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps fyne.io/fyne from 1.4.1 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
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
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)