mirror of
https://github.com/gregtwallace/apc-p15-tool.git
synced 2025-01-22 08:14:08 +00:00
v0.4.0
This commit is contained in:
parent
2b46f33af8
commit
dd246b9f14
2 changed files with 9 additions and 1 deletions
|
@ -1,5 +1,13 @@
|
||||||
# APC P15 Tool Changelog
|
# APC P15 Tool Changelog
|
||||||
|
|
||||||
|
## [v0.4.0] - 2024.02.05
|
||||||
|
|
||||||
|
Add `--restartwebui` flag to issue a reboot command to the webui
|
||||||
|
after a new certificate is installed. This was not needed with
|
||||||
|
my NMC2, but I suspect some might need it to get the new certificate
|
||||||
|
to actually load.
|
||||||
|
|
||||||
|
|
||||||
## [v0.3.3] - 2024.02.04
|
## [v0.3.3] - 2024.02.04
|
||||||
|
|
||||||
Add `--insecurecipher` flag to enable aes128-cbc and 3des-cbc for
|
Add `--insecurecipher` flag to enable aes128-cbc and 3des-cbc for
|
||||||
|
|
|
@ -12,7 +12,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
appVersion = "0.3.3"
|
appVersion = "0.4.0"
|
||||||
)
|
)
|
||||||
|
|
||||||
// struct for receivers to use common app pieces
|
// struct for receivers to use common app pieces
|
||||||
|
|
Loading…
Reference in a new issue