diff --git a/docs/change_list.txt b/docs/change_list.txt index ac0ec06..e17376c 100644 --- a/docs/change_list.txt +++ b/docs/change_list.txt @@ -1,3 +1,10 @@ +# Script Version 1.8 + Release Note + 1.[新增功能]默认server type调整为auto, 通用服务器可自动检索boardid,确认服务器类型 + 2.[新增功能]新增set get功能, 可使用命令对配置进行修改(详见readme) + 3.[问题修复]修正无法识别两位数槽位号的问题 + 4.[功能优化]添加脚本 nicsensor_s.sh, 是nicsensor主体功能的简化版,删去了相对次要功能来确保功能快速执行 + # Script Version 1.7 20250610 Release Note 1.[新增功能]预留扩展函数, 用于自定义选通网卡后的I2C操作 diff --git a/nicsensor.sh b/nicsensor.sh index c88efaf..5563afd 100755 --- a/nicsensor.sh +++ b/nicsensor.sh @@ -1,5 +1,5 @@ #!/bin/sh -SCRIPT_VERSION="1.7.7" +SCRIPT_VERSION="1.8" # --------------------------------------------------------- # Project Feature Varible (Change as need) # ---------------------------------------------------------