Releases: lordofscripts/gofynex
Releases · lordofscripts/gofynex
v1.2.0
Main Changes
- Added
fynex.PersonWidget - Redesigned
dlg.AboutBoxand now includes PersonWidget. It was moved fromfynextodlg - Workflow fixes
go-fyne.ymlso that it builds Fyne apps on ALL OS - exported
fynex.FlexMiniThemewhich is also internally used by some widgets
Full Change Log
Full Changelog: v1.1.0...v1.2.0
v1.1.0
- Added File Open, File Save and Dir Open dialog helpers.
Full Change Log
Full Changelog: v1.0.0...v1.1.0
v1.0.0
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
logmessages 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