Skip to content

Commit ad9eda3

Browse files
author
Erwin Dondorp
committed
Release 1.30.0
1 parent 93347c6 commit ad9eda3

2 files changed

Lines changed: 25 additions & 1 deletion

File tree

docs/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## 1.30.0 (2023-11-11)
4+
5+
- show long target list and/or long command in output panel as wrapped (erwindon)
6+
- fixed documentation for custom grain display (erwindon, thx sharkmerry7)
7+
- fixed visibility of of templates/nodegroups/reactors when no such info present (erwindon)
8+
- added documentation on how to configure for saltstack 3006+ (erwindon)
9+
- fixed display of state_id with embedded spaces (AntonOvseenko)
10+
- show on which information the highstate screen is based (erwindon)
11+
- fixed logout due to internal error in stats collection (erwindon)
12+
- made all pages mostly printer-aware (erwindon)
13+
- runtype is now a sticky setting (spankywetfish)
14+
- ESC now closes command-box always (erwindon)
15+
- allow custom title for custom grains (erwindon)
16+
- improved filtering on ip-number (AntonOvseenko)
17+
- options page is slightly more accessible (erwindon)
18+
- added navigation using keyboard (erwindon, thx ZsBT)
19+
- added apply-template using keyboard (erwindon, thx ZsBT)
20+
- added page with minions organized by nodegroup (erwindon)
21+
- updated CVE info (erwindon)
22+
- upgraded eslint and fixed related issues (erwindon)
23+
- upgraded stylelint and fixed related issues (erwindon)
24+
- various small fixes and improvements (erwindon)
25+
- Celebrating 450 stars on GitHub
26+
327
## 1.29.0 (2023-02-18)
428
- Updated some OS logos (erwindon, thx mkbrown)
529
- Bump eslint and stylelint to latest versions (erwindon)

saltgui/static/scripts/panels/Login.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {Utils} from "../Utils.js";
88
export class LoginPanel extends Panel {
99

1010
constructor () {
11-
LoginPanel.version = "SaltGUI v1.31.0-snapshot";
11+
LoginPanel.version = "SaltGUI v1.30.0";
1212

1313
super("login");
1414

0 commit comments

Comments
 (0)