Skip to content

Bugfix release v1.1.1

Compare
Choose a tag to compare
@andydotxyz andydotxyz released this 27 Aug 17:09
· 7781 commits to master since this release

A mostly bugfix release for v1.1 that includes optimisations as well as essential fixes.
In this release we also changed how the hidden property is interpreted so that child objects could remain hidden whilst tab contains show and hide groups.

Added

  • Add support for custom Windows manifest files in fyne package

Changed

  • Dismiss non-modal popovers on secondary tap
  • Only measure visible objects in layouts and minSize calculations (#343)
  • Don't propagate show/hide in the model - allowing children of tabs to remain hidden
  • Disable cut/copy for password fields
  • Correctly calculate grid layout minsize as width changes
  • Select text at end of line when double tapping beyond width

Fixed

  • Scale could be too large on macOS Retina screens
  • Window with fixed size changes size when un-minimized on Windows (#300)
  • Setting text on a label could crash if it was not yet shown (#381)
  • Multiple Entry widgets could have selections simultaneously (#341)
  • Hover effect of radio widget too low (#383)
  • Missing shadow on Select widget
  • Incorrect rendering of subimages within Image object
  • Size calculation caches could be skipped causing degraded performance