Skip to content

Releases: LckAndLove/sshops

v1.3.4

Choose a tag to compare

@github-actions github-actions released this 20 Apr 01:41
fix: exec_command correctly uses host.Password for authentication

v1.3.3

Choose a tag to compare

@github-actions github-actions released this 20 Apr 01:30
feat: support plaintext password storage in inventory

v1.3.1

Choose a tag to compare

@github-actions github-actions released this 15 Apr 09:37
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

Choose a tag to compare

@github-actions github-actions released this 15 Apr 09:28
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

Choose a tag to compare

@github-actions github-actions released this 15 Apr 08:25
fix: correct static file routing in web server

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 15 Apr 07:32
docs: add playbook documentation, bump version to 1.1.0

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 15 Apr 06:57