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.4.2 to 1.4.3 #29

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps fyne.io/fyne from 1.4.2 to 1.4.3.

Release notes

Sourced from fyne.io/fyne's releases.

Happy new year, here's a 1.4.3 to celebrate

We hope that everyone had a good holiday and enjoyed the festivities. Now that 2021 is here we are hard back at work, here is the latest bugfix release with a load of tasty fixes for you :).

Fixed

  • Fix crash when showing file open dialog on iPadOS
  • Fix possible missing icon on initial show of disabled button
  • Capturing a canvas on macOS retina display would not capture full resolution
  • Fix the release build flag for mobile
  • Fix possible race conditions for canvas capture
  • Fix tree, so it refreshes visible nodes on Refresh()
  • TabContainer Panic when removing selected tab (#1668)
  • Incorrect clipping behaviour with nested scroll containers (#1682)
  • MacOS Notifications are not shown on subsequent app runs (#1699)
  • Fix the behavior when dragging the divider of split container (#1618)

We are hard at work for the 2.0 release now which should be with you in 3 weeks.

Changelog

Sourced from fyne.io/fyne's changelog.

1.4.3 - 4 January 2021

Fixed

  • Fix crash when showing file open dialog on iPadOS
  • Fix possible missing icon on initial show of disabled button
  • Capturing a canvas on macOS retina display would not capture full resolution
  • Fix the release build flag for mobile
  • Fix possible race conditions for canvas capture
  • Improvements to fyne get command downloader
  • Fix tree, so it refreshes visible nodes on Refresh()
  • TabContainer Panic when removing selected tab (#1668)
  • Incorrect clipping behaviour with nested scroll containers (#1682)
  • MacOS Notifications are not shown on subsequent app runs (#1699)
  • Fix the behavior when dragging the divider of split container (#1618)
Commits
  • 4564e78 Add last minute fix of split pane drag
  • 997f7be Fix when dragging divider of split container
  • 09bfb6d Add test cases of split container divider drag
  • 08cba21 Prepare for release
  • 8c749b1 Fix tree test merge issue
  • c24ab45 Use unique identifier for notifications instead of incremental integer
  • 96c52f7 Remove internal method usage from tutorial
  • d251eb8 Merge pull request #1696 from andydotxyz/fix/svgdetection
  • 43c8b56 Fix test broken by merge
  • e59fa6b Simpler checks for content type
  • 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)