Releases: gioui-plugins/gio-plugins
Releases · gioui-plugins/gio-plugins
v0.8.0
Compatible with Gio v0.8.0
What's Changed
- all: update to Gio 0.6 and Go 1.22 by @inkeliz in #69
- doc: [share] fix documentation by @inkeliz in #72
- doc: [safedata] fix documentation by @inkeliz in #73
- doc: [hyperlink] fix documentation by @inkeliz in #74
- tweak: [hyperlink] detect clicks without requiring Gio events by @inkeliz in #75
- add: auth (sign in with apple/google) by @inkeliz in #76
- fix: [plugin] fix potential crashes due to unsafe stack-allocated cmd by @inkeliz in #78
- fix: [plugin] doc and untagged events by @inkeliz in #80
- fix: [plugin] misuse of unsafe by @inkeliz in #81
- fix: [webview] fix expiration when not defined by @inkeliz in #82
- fix: fix makefile for android by @inkeliz in #83
- fix/tweak: [hyperlink,webviewer,auth] compatibility on android and crashes due to empty strings by @inkeliz in #86
- fix: [webviewer] crashes on Windows by @inkeliz in #89
- fix: [webviewer] make webview invisible/visible on iOS by @inkeliz in #90
- fix: [auth] prevent lose events (primary on JS) by @inkeliz in #91
- tweak: [auth] support Apple SDK for JS by @inkeliz in #92
- tweak: [plugin] reorder type-matching by @inkeliz in #93
- tweak: [auth] improve buttons by @inkeliz in #96
- fix: [plugin] compatibility with Gio v0.8.0 by @inkeliz in #97
Full Changelog: v0.1.0...v0.8.0
v0.1.0
v0.1.0
- This is the last release/tag compatible with Gio v0.1.0.
What's Changed
- add: plugin by @inkeliz in #1
- add: hyperlink by @inkeliz in #2
- add: share by @inkeliz in #3
- add: webviewer by @inkeliz in #4
- add: pingpong (test plugin) by @inkeliz in #5
- share: fix op pool by @inkeliz in #9
- add: issue templates by @inkeliz in #11
- add: github sponsor button by @inkeliz in #12
- add: explorer by @inkeliz in #21
- readme: fix links and move planned-features by @inkeliz in #22
- readme: add Explorer by @inkeliz in #23
- webviewer: fix operations by @inkeliz in #24
- webviewer: make operations deterministic and fix memory leak by @inkeliz in #30
- webviewer: add optional debug/inspection by @inkeliz in #31
- add: safedata by @inkeliz in #33
- fix: [webviewer] fixes deadlocks and mitigates race-condition by @inkeliz in #34
- add: [webviewer] new CacheManager by @inkeliz in #36
- Fix size by @inkeliz in #37
- fix: [safedata][js] use js.Value instead of interface{} by @inkeliz in #38
- all: refactor all packages to make Gio optional by @inkeliz in #40
- fix: [safedata][js] encode data to hex by @inkeliz in #41
- add: [plugins] support macros/records by @inkeliz in #42
- add: [webviewer] SetCookieArrayOp and StorageEvents by @inkeliz in #43
- add: [webviewer][android] fix cookies manager by @inkeliz in #44
- fix: [webviewer] fix pre-compiled jar by @inkeliz in #46
- fix: [hyperlink] issues on Safari and older browsers by @inkeliz in #48
- fix: update pre-compiled jar files by @inkeliz in #49
- Fix cookies and crashes on webview by @inkeliz in #60
Full Changelog: https://github.com/gioui-plugins/gio-plugins/commits/v0.1.0