Releases: oligo/gioview
Releases · oligo/gioview
v0.8.2
v0.8.1
- fix file chooser bug.
- supprt stacked modal views in ViewManager;
- bump go version to 1.23.
- file chooser styling update.
- fix DnD issue: file item cannot be dropped to.
- report dismissed event in ModalLayer; fix DropdownMenu state update issue.
- File tree updates:
- Improve navi tree apprearance;
- Let file tree icons configurable;
- Let label radius be configurable;
- Fix example file tree refreshing issue.
- Export file tree used clipboard data struct for in-app Copy&Paste use.
Full Changelog: v0.8.0...v0.8.1
v0.8.0
- File tree:
- Add Drag&Drop support to file tree
- Add methods to save and restore file tree states
- TextField:
- export methods to support better event handling, styling update.
- Editor:
- Highlight matched texts to support 'find' operation to Editor
- Add dedicated line number color
- Implement ReplaceAll in editor, and update undo/redo for ReplaceAll operations.
- ModalView
- use global event filter to close ModalView
Full Changelog: v0.7.1...v0.8.0
v0.7.1
- filetree: fix inconsisitent data view caused by renaming file entry.
NavItem
: updateChildren
API, ensuring changed children nodes are reconstructed.Tabbar
can now set a max width for the tabs, and the tab width can now be auto calculated;- Added scrolling buttons to
Tabbar
. This ensures that when there's lots of tabs and some are not visible, users can navigate to them by clicking the buttons.
Full Changelog: v0.7.0...v0.7.1
v0.7.0
- remove NavDrawer as it can hardly be reused.
- remove OnSelect API of navitem to let implementations handle clicks.
- feature: export image location and set a callback for external use.
- fix filetree cut/paste item issue; some minor styling updates of EntryNavItem.
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
- optimized image package;
- added some new widgets;
- new file explorer package(file chooser & file tree);
- and other enhancements.
Full Changelog: v0.5.0...v0.6.0