Skip to content

Commit df545af

Browse files
author
Erwin Dondorp
committed
Release 1.31.0
1 parent 1e38772 commit df545af

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

docs/CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,20 @@
11
# Changelog
22

3-
## 1.30.0 (2023-11-11)
3+
## 1.31.0 (2024-06-17)
4+
- fixes and improvements for highstate task-indicators (thx AntonOvseenko)
5+
- allow job info to be updated when job was still running (thx gseguinbourgeois)
6+
- fixed sorting of minions list for async runs (erwindon)
7+
- allow configuration of highstate page (thx AntonOvseenko)
8+
- moved all in-table menus to the left-hand-side (erwindon)
9+
- added small help to explain effect of table-row-click (erwindon)
10+
- open new tab on ctrl-click or alt-click (erwindon)
11+
- choose between live info and cached info for grains/pillar (thx mbgevers)
12+
- updated list of CVEs and improved presentation (erwindon)
13+
- upgraded eslint and fixed related issues (erwindon)
14+
- upgraded stylelint and fixed related issues (erwindon)
15+
- various small fixes and improvements (erwindon)
416

17+
## 1.30.0 (2023-11-11)
518
- show long target list and/or long command in output panel as wrapped (erwindon)
619
- fixed documentation for custom grain display (erwindon, thx sharkmerry7)
720
- fixed visibility of of templates/nodegroups/reactors when no such info present (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.31.0";
1212

1313
super("login");
1414

0 commit comments

Comments
 (0)