Releases: LckAndLove/sshops
Releases · LckAndLove/sshops
Release list
v1.3.4
v1.3.3
feat: support plaintext password storage in inventory
v1.3.1
fix: correct memory usage calculation in get_metrics Use free -m (MB integers) instead of free -h (human-readable with Mi suffix). Parse total/used/available columns and calculate percentage as (total - available) / total * 100 for accurate memory usage. Display formatted as: 总计: XMB 已用: XMB 可用: XMB 使用率: X% Update PrintMetricsCard to handle pre-formatted memory string. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
v1.3.0
style: add color to standalone output lines Color only on standalone lines (outside tabwriter) to preserve alignment: - PrintHostTable: "共 N 台主机" in cyan - PrintExecResult: OK/FAIL in bold green/red, total duration in yellow - execSingleHost: OK/FAIL status in color, duration in yellow Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
v1.2.0
fix: correct static file routing in web server Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
v1.1.0
docs: add playbook documentation, bump version to 1.1.0 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
v1.0.0
Full Changelog: https://github.com/LckAndLove/sshops/commits/v1.0.0