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
213 stars 21 forks source link

Bump fyne.io/fyne from 1.3.3 to 1.4.0 #22

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps fyne.io/fyne from 1.3.3 to 1.4.0.

Changelog

Sourced from fyne.io/fyne's changelog.

Changelog

This file lists the main changes with each version of the Fyne toolkit. More detailed release notes can be found on the releases page.

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

  • Theme update - new blue highlight, move buttons to outline

  • Android SDK target updated to 29

  • Mobile log entries now start "Fyne" instead of "GoLog"

  • Don't expand Select to its largest option (#1247)

  • Button.HideShadow replaced by Button.Importance = LowImportance

  • Deprecate NewContainer in favour of NewContainerWithoutLayout

  • Deprecate HBox and VBox in favour of new container APIs

  • Move Container.AddObject to Container.Add matching Container.Remove

  • Start move from widget.TabContainer to container.AppTabs

  • Replace Radio with RadioGroup

  • Deprecate WidgetRenderer.BackgroundColor

Fixed

  • Support focus traversal in dialog (#948), (#948)
  • Add missing AbsolutePosition in some mouse events (#1274)
  • Don't let scrollbar handle become too small
  • Ensure tab children are resized before being shown (#1331)
  • Don't hang if OpenURL loads browser (#1332)

... (truncated)

Commits
  • f58de04 Metadata prep for 1.4 release
  • abef6c8 Complete fix to deprecation doc
  • faeda08 Merge pull request #1490 from toaster/bugfix/doc
  • 2c2e855 fix deprecation documentation for widget.New*Box
  • bead846 Complete SVG cache fixes by invalidating on resize
  • 528b491 Better select layout for icons screen
  • 5ffc72c Merge pull request #1479 from andydotxyz/fix/1476
  • 53d82cc Merge pull request #1485 from andydotxyz/fix/tablerefresh
  • 5df118c Fix template so tests fail when not fixed
  • 6e96002 Correct row/col indexing (move from confusing x/y)
  • 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)