Change: Improved wizard logic

This commit is contained in:
2025-12-16 22:40:27 +01:00
parent 059aa81c5c
commit 3b2bebf6b9
2 changed files with 33 additions and 39 deletions

View File

@@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- **Config**: Removed `initial_partitioning_start` from configuration file (moved to `--fast-init`).
- **Template**: Replaced legacy check item with comprehensive stats master item.
- **CLI**: Removed legacy `--check-days` argument (replaced by `--stats`).
## [0.4.1] - 2025-12-16
### Added