8 Commits
Author SHA1 Message Date
john-okeefe b9f4c12839 chore(deps): upgrade Wails to v2.15.0 and bump golang.org/x dependencies
Reinstall the Go toolchain and rebuild wails against v2.15.0, then run
'go mod tidy' to update the dependency graph:

- github.com/wailsapp/wails/v2  v2.12.0 -> v2.15.0
- golang.org/x/crypto  v0.52.0 -> v0.53.0
- golang.org/x/net     v0.55.0 -> v0.56.0
- golang.org/x/sys     v0.45.0 -> v0.46.0
- golang.org/x/term    v0.43.0 -> v0.44.0
- golang.org/x/text    v0.37.0 -> v0.39.0

The regenerated Wails runtime bindings (runtime.d.ts / runtime.js) are
included as they surface new APIs shipped in v2.15: the cross-platform
notification API (InitializeNotifications, SendNotification, etc.) and
the EventsOffAll event helper.
2026-08-29 13:12:18 -04:00
john-okeefe ee8dd2e866 upgraded go packages 2025-02-15 18:47:52 -05:00
john-okeefe 31cc19ba7a removed logged in buttons from navigation 2024-10-26 21:33:42 -04:00
john-okeefe 5c712454d5 fixed bug in tailwind build and updated minor version 2024-10-26 19:55:13 -04:00
john-okeefe f5001cff04 changed from modal to client-side router 2024-09-04 12:05:41 -04:00
john-okeefe ca6727d2b6 updated app icon 2024-08-22 21:00:17 -04:00
john-okeefe 1d83e7b67f wails automatic reformat 2024-07-10 20:48:06 -04:00
john-okeefe 49e399d50c added wails Svelte Template 2024-07-09 10:16:53 -04:00