Skip to content

Commit

Permalink
Release 1.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Erwin Dondorp committed Aug 1, 2021
1 parent 27e06be commit a0513cb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,15 @@ SaltGUI includes these libraries (with possible modifications):

## Changelog

## 1.25.0 (2021-08-01)
- fixed generating commands without proper quoting (erwindon, thx xzenor)
- added extended help for beacon configuration (erwindon)
- fixed sticky key status (erwindon)
- updated CVE info to include recent disclosures (erwindon)
- several small improvements and fixes (erwindon)
- updated several dependencies reported by dependabot
- celebrating 300 stars on GitHub

## 1.24.0 (2021-03-04)
- SaltGUI is now a single page application (erwindon)
- allow reduced number of pages (erwindon, thx bbinet)
Expand Down
2 changes: 1 addition & 1 deletion saltgui/static/scripts/panels/Login.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export class LoginPanel extends Panel {
img.src = "static/images/github.png";
aa.append(img);

const txt = document.createTextNode("SaltGUI v1.24.0");
const txt = document.createTextNode("SaltGUI v1.25.0");
aa.append(txt);

form.append(aa);
Expand Down

0 comments on commit a0513cb

Please sign in to comment.