Skip to content

v0.72.0

Choose a tag to compare

@axadrn axadrn released this 27 May 07:56
3142e9b

Changed

  • Replaced math/rand with crypto/rand in RandomID() – more secure and future-proof (thanks @JamesSlocumIH)

Fixed

  • -h and -v flags now work as expected and correctly display help and version info (thanks @Gad)
  • Toasts now use the correct background and text colors regardless of the current theme.
  • HTMX swaps now use target instead of elt – ensuring proper behavior for OOB swaps (thanks @gektus)