Skip to content

Commit 863595e

Browse files
author
Erwin Dondorp
committed
Release 1.29.0
1 parent 790d639 commit 863595e

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

docs/CHANGELOG.md

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

3+
## 1.29.0 (2023-02-18)
4+
- Updated some OS logos (erwindon, thx mkbrown)
5+
- Bump eslint and stylelint to latest versions (erwindon)
6+
- Added CodeQL analysis (thx bsikar)
7+
- Improved reporting on CVE issues (erwindon)
8+
- Fixed some multi-master issues (erwindon)
9+
- Use shorter task summaries in tables (erwindon, thx pju51)
10+
- Publish documentation on github-pages (erwindon, thx bsikar)
11+
- Added more flexibility in hightstate overview (erwindon, thx pju51)
12+
- Improved handling of authentication methods (erwindon, thx xzenor)
13+
- Added interpretation of standard config parameter state_compress_ids (erwindon)
14+
- Improved handling of datetime representation (erwindon, thx mkbrown)
15+
- Allow use of full-return (erwindon)
16+
- More code cleanups and various small stuff (erwindon)
17+
- Celebrating 400 stars on GitHub
18+
319
## 1.28.0 (2022-04-16)
420
- Added icons for Rocky (thx byoungstrom), OpenWRT (thx vemilyus), and a few more (erwindon)
521
- 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
@@ -65,7 +65,7 @@ export class LoginPanel extends Panel {
6565
img.src = "static/images/github.png";
6666
aa.append(img);
6767

68-
const txt = document.createTextNode("SaltGUI v1.28.0");
68+
const txt = document.createTextNode("SaltGUI v1.29.0");
6969
aa.append(txt);
7070

7171
form.append(aa);

0 commit comments

Comments
 (0)