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.0 to 1.4.1 #23

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps fyne.io/fyne from 1.4.0 to 1.4.1.

Release notes

Sourced from fyne.io/fyne's releases.

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)
  • 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)
Changelog

Sourced from fyne.io/fyne's changelog.

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

Added (highlights)

  • List (#156), Table (#157) and Tree collection Widgets

  • Card, FileItem, Separator widgets

  • ColorPicker dialog

  • User selection of primary colour

  • Container API package to ease using layouts and container widgets

  • Add input validation

  • ListableURI for working with directories etc

  • Added PaddedLayout

  • Window.SetCloseIntercept (#467)

  • Canvas.InteractiveArea() to indicate where widgets should avoid

  • TextFormatter for ProgressBar

  • FileDialog.SetLocation() (#821)

  • Added dialog.ShowFolderOpen (#941)

  • Support to install on iOS and android with 'fyne install'

  • Support asset bundling with go:generate

  • Add fyne release command for preparing signed apps

  • Add keyboard and focus support to Radio and Select widgets

Changed

... (truncated)

Commits
  • b0e67eb release metadata
  • 608d8f1 fix typos
  • ab52462 Merge pull request #1534 from andydotxyz/fix/1533
  • 0e65e1c Merge branch 'release/v1.4.x' into fix/1533
  • 96c38fb Merge pull request #1557 from Jacalz/form-validation-cleanup
  • 97a53be Merge branch 'release/v1.4.x' into fix/1533
  • 7acac4c Make sure that it respects initial validation status
  • c186353 Merge pull request #1546 from andydotxyz/fix/1504
  • 20d79d9 Merge pull request #1558 from andydotxyz/fix/1553
  • 6b059ba Small cleanup
  • 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)