12 Commits

Author SHA1 Message Date
8ce1e6531a feat: add foreground mode, pause/resume commands, API docs v0.5.0 2026-03-25 00:12:14 +08:00
b00f95b7fb fix: uninstall now properly cleans files and PATH, stops on permission error, separate config/log cleanup prompts v0.4.1 2026-03-24 23:02:52 +08:00
850cc49daf feat: add interactive config setup on first start, install scripts, and uninstall cleanup v0.4.0 2026-03-24 22:46:45 +08:00
35bf24f0f3 feat(cli): add -v debug flags to trace file writes and env path creations during deployment v0.3.1 2026-03-24 17:16:58 +08:00
b1c7b9f8f7 feat: implement smart self-updater with robust windows file-lock bypasses and semantic version parsing v0.3.0 2026-03-24 17:09:28 +08:00
4e2aba5560 fix(ci): restrict gitignore to root binary files to avoid ignoring source subdirectories
Some checks failed
Release / Build & Release (push) Has been cancelled
v0.2.1
2026-03-24 16:19:08 +08:00
3be3e19e49 release: v0.2.0
Some checks failed
Release / Build & Release (push) Has been cancelled
Comprehensive release containing structural, UX, and behavioral upgrades since v0.1.0:

1. Namespace Transition: Renamed core executable and project namespaces from 'smart-monitor' to 'smart-shutdown'.
2. Objective Vocabulary Refactoring: Normalized output strings and logging descriptors system-wide to a strict, professional tone.
3. Advanced Status Query: 'status' subcommand now retrieves the parsed configuration, log locations/sizes, and tails the last 10 lines of the local log file.
4. Runtime Configuration Setter: Introduced 'config set' subcommand to modify the configuration file with strict type validations.
5. Auto-System Deployment: Remapped 'install' to clone the executable into system domains and register global PATH variables.
6. Cleaner Removal: 'uninstall' purges binary clones and clears environmental variables, leaving zero traces.
7. Documentation Rewrite: Generated an objective README file featuring copy-paste ready Markdown blocks.
v0.2.0
2026-03-24 16:07:22 +08:00
3525a59976 chore: add GitHub Actions release workflow, MIT license, and update gitignore
Some checks failed
Release / Build & Release (push) Has been cancelled
v0.1.0
2026-03-24 14:51:42 +08:00
f288be2a63 feat(migration): upgrade legacy ps1 scripts to single-binary Golang platform 2026-03-24 14:37:44 +08:00
UnbalancedCat
82eeee50f1 add linux support 2025-10-03 17:29:58 +08:00
4b8e3da812 Update smart_shutdown.ps1 v0.2
每次写日志时,都重新根据当前日期确定日志文件名
2025-06-11 23:42:19 +08:00
7ed04262c3 first commit 2025-06-06 17:14:08 +08:00