Skip to content

Releases: lordofscripts/gofynex

v1.2.0

04 Feb 17:23

Choose a tag to compare

Main Changes

  • Added fynex.PersonWidget
  • Redesigned dlg.AboutBox and now includes PersonWidget. It was moved from fynex to dlg
  • Workflow fixes go-fyne.yml so that it builds Fyne apps on ALL OS
  • exported fynex.FlexMiniTheme which is also internally used by some widgets

Full Change Log

Full Changelog: v1.1.0...v1.2.0

v1.1.0

02 Feb 19:16

Choose a tag to compare

  • Added File Open, File Save and Dir Open dialog helpers.

Full Change Log

Full Changelog: v1.0.0...v1.1.0

v1.0.0

31 Jan 23:03

Choose a tag to compare

Welcome to my own collection of Fyne widgets for GO developers. We all know about Fyne quirkiness, so I decided to do something about it in a way I could reuse in all my projects.
Feel free to use them.

The initial release brings in:

  • A non-modal log window where all log messages are redirected
  • A custom About dialog with logo, url, metadata and description.
  • A LED widget to display tri-state information (Booleans are missing on real life!)
  • A dynamic label because sometimes a plain label nor a disabled Entry would do!
  • A great slider widget that displays the current value and optionally a transformed value, and it supports the mouse scrollwheel

Full Changelog: https://github.com/lordofscripts/gofynex/commits/v1.0.0