File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
3131
3232---
3333
34+ ## [ 1.0.1] – 2025-11-22
35+
36+ ### Added
37+
38+ - ** Automatic service installation** - the ` -install ` flag now creates and starts the Windows service automatically
39+ - New ` internal/installer ` package handles service registration via Windows Service Control Manager
40+ - No longer requires manual ` sc create ` and ` sc start ` commands
41+ - Simplified installation: just run ` AzureAutoHibernate.exe -install ` as Administrator
42+
43+ ### Changed
44+
45+ - Refactored installation logic from ` cmd/autohibernate/main.go ` into dedicated ` internal/installer ` package
46+
47+ ---
48+
3449## [ 1.0.0] – 2025-11-17
3550
3651### Added
You can’t perform that action at this time.
0 commit comments