Skip to content

v1.6.1

Choose a tag to compare

@shenaba shenaba released this 24 Jul 12:32

Enhancements

  • Automatic nginx reverse proxy with a new Domains & Certificates tab — generate and manage vhosts and certificates straight from the panel, key each vhost by its domain, and optionally put the sub server behind the proxy too #68

Bug Fixes

  • Complete the actions.* i18n keys across all six locales, so success toasts and the Changes audit log no longer render raw keys such as actions.reconcileNode into the UI #69 (fixes #66)
  • Drop the duplicate success toast on node reconcile / adopt — the shared response handler already shows one, so the hand-rolled component toast was firing a second time #69
  • Fall back to the raw action name when an actions.* key is missing (matching Home.vue), so a future unkeyed action degrades to a plain name instead of leaking the actions. prefix #69

Full Changelog: v1.6.0...v1.6.1