Releases: cretl/gs1200hp-ctrl
Releases · cretl/gs1200hp-ctrl
v0.15
Changes for firmware version V2.00(ABKN.3)C0. Works up to this firmware version.
Changelog:
- new dependency: logger (for system logging)
- added a debugMode and removed fixed echo output
- added a syslog option for debugMode
- removed checkCompatibility function, because the new firmware password protected the system info
- renamed the parameters for better auditability
- use bit operations instead of manual state settings
- other small changes
v0.12
Changes for firmware version V2.00(ABKN.1)C0. Works up to this firmware version.
Changelog:
-added password "encryption" for firmware version V2.00(ABKN.1)C0.
-added checkCompatibility function. Warn when the switch model/firmware isn't compatible.
-new dependency: printf (for password "encryption")
-login and logout functions: do not only check the HTTP status code, also check cookie jar
-other small changes