Compare commits
No commits in common. "10da3e93c799782cca7cc7477c02722c673a315b" and "1e74fbe36793da09dd9082e411a5907ed2198f37" have entirely different histories.
10da3e93c7
...
1e74fbe367
@ -1,13 +1,5 @@
|
||||
# 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
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@serve.zone/nupst",
|
||||
"version": "1.8.0",
|
||||
"version": "1.7.6",
|
||||
"description": "Node.js UPS Shutdown Tool for SNMP-enabled UPS devices",
|
||||
"main": "dist/index.js",
|
||||
"bin": {
|
||||
|
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@serve.zone/nupst',
|
||||
version: '1.8.0',
|
||||
version: '1.7.6',
|
||||
description: 'Node.js UPS Shutdown Tool for SNMP-enabled UPS devices'
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user