Skip to content

v0.25.0

Latest
Compare
Choose a tag to compare
@lucor lucor released this 13 Feb 18:03
fe3589f

🚀 What's New & Improved

  • Updated Go Toolchain: Upgraded to Go 1.19 for better performance and compatibility.
  • Framework & Library Updates:
    • Updated Fyne to v2.5.4
    • Updated age to v1.2.1

🛠 Fixes & Enhancements

  • UI Fix: Resolved a potential nil pointer issue with loginURL when upgrading from previous versions.
  • Systray Improvements: Now enabled only if the StatusNotifierWatcher is available on supported Unix systems.

📦 Dependency Changes

  • Replaced golang.org/x/mobile with github.com/fyne-io/gomobile-bridge@v0.1.0 to fix Android builds (thanks @serialt via #14).
  • Updated Dependencies for better security and performance:
    • fyne.io/fynev2.5.4
    • filippo.io/agev1.2.1
    • golang.org/x/cryptov0.32.0
    • golang.org/x/imagev0.24.0
    • golang.org/x/netv0.34.0
    • golang.org/x/syncv0.11.0
    • golang.org/x/termv0.28.0