File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
saltgui/static/scripts/panels Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -336,6 +336,23 @@ SaltGUI includes these libraries (with possible modifications):
336
336
337
337
## Changelog
338
338
339
+ ## 1.26.0 (2021-10-31)
340
+ - applied review comments on documentation (thx achimmihca)
341
+ - prevent use of null when a task reported changes as such (thx xzenor)
342
+ - add support for additional salt.auth types (thx hoaivan)
343
+ - added a message-of-the-day (motd) facility, before and/or after login
344
+ - various gui (code) improvements and tweaks
345
+ - fixed highstate tooltip content
346
+ - use uniform buttons, but smaller when in a table
347
+ - hide the commandbox on automatic logout
348
+ - fixed beacon template for cert_info
349
+ - bump stylelint+eslint versions
350
+ - fixed several codebeat reported issues
351
+ - added a few more CVEs to test for
352
+ - fixed several constructions that needed higher ES versions
353
+ - display warning sign for error information in beacon data
354
+ - inform when no, or less, beacon-type info is available
355
+
339
356
## 1.25.0 (2021-08-01)
340
357
- fixed generating commands without proper quoting (erwindon, thx xzenor)
341
358
- added extended help for beacon configuration (erwindon)
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ export class LoginPanel extends Panel {
66
66
img . src = "static/images/github.png" ;
67
67
aa . append ( img ) ;
68
68
69
- const txt = document . createTextNode ( "SaltGUI v1.25 .0" ) ;
69
+ const txt = document . createTextNode ( "SaltGUI v1.26 .0" ) ;
70
70
aa . append ( txt ) ;
71
71
72
72
form . append ( aa ) ;
You can’t perform that action at this time.
0 commit comments