File tree Expand file tree Collapse file tree
saltgui/static/scripts/panels Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff 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 ) ;
You can’t perform that action at this time.
0 commit comments