From a211b4d9995c37a9ea1aeb7a70e23ccf57848019 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Tue, 25 Mar 2025 09:07:47 +0000 Subject: [PATCH] feat(core): Enhance SNMP module and interactive CLI setup for UPS shutdown --- changelog.md | 8 ++++++++ ts/00_commitinfo_data.ts | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 0f17173..032a40b 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,13 @@ # Changelog +## 2025-03-25 - 1.8.0 - feat(core) +Enhance SNMP module and interactive CLI setup for UPS shutdown + +- Refactored SNMP packet parsing and encoding utilities for clearer error handling and debugging +- Improved systemd service management with detailed logging during installation and control +- Enhanced interactive CLI setup process for configuring SNMP settings and UPS models +- Expanded test coverage with simulated SNMP responses for various response types + ## 2025-03-25 - 1.7.6 - fix(core) Refactor SNMP, systemd, and CLI modules to improve error handling, logging, and code clarity diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 1f71721..db929f2 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@serve.zone/nupst', - version: '1.7.6', + version: '1.8.0', description: 'Node.js UPS Shutdown Tool for SNMP-enabled UPS devices' }