diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index cd2f5b665..60e3ffa95 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## 1.30.0 (2023-11-11) + +- show long target list and/or long command in output panel as wrapped (erwindon) +- fixed documentation for custom grain display (erwindon, thx sharkmerry7) +- fixed visibility of of templates/nodegroups/reactors when no such info present (erwindon) +- added documentation on how to configure for saltstack 3006+ (erwindon) +- fixed display of state_id with embedded spaces (AntonOvseenko) +- show on which information the highstate screen is based (erwindon) +- fixed logout due to internal error in stats collection (erwindon) +- made all pages mostly printer-aware (erwindon) +- runtype is now a sticky setting (spankywetfish) +- ESC now closes command-box always (erwindon) +- allow custom title for custom grains (erwindon) +- improved filtering on ip-number (AntonOvseenko) +- options page is slightly more accessible (erwindon) +- added navigation using keyboard (erwindon, thx ZsBT) +- added apply-template using keyboard (erwindon, thx ZsBT) +- added page with minions organized by nodegroup (erwindon) +- updated CVE info (erwindon) +- upgraded eslint and fixed related issues (erwindon) +- upgraded stylelint and fixed related issues (erwindon) +- various small fixes and improvements (erwindon) +- Celebrating 450 stars on GitHub + ## 1.29.0 (2023-02-18) - Updated some OS logos (erwindon, thx mkbrown) - Bump eslint and stylelint to latest versions (erwindon) diff --git a/saltgui/static/scripts/panels/Login.js b/saltgui/static/scripts/panels/Login.js index ce7f0592f..893333037 100644 --- a/saltgui/static/scripts/panels/Login.js +++ b/saltgui/static/scripts/panels/Login.js @@ -8,7 +8,7 @@ import {Utils} from "../Utils.js"; export class LoginPanel extends Panel { constructor () { - LoginPanel.version = "SaltGUI v1.31.0-snapshot"; + LoginPanel.version = "SaltGUI v1.30.0"; super("login");