feat: update to version 0.1.3 with new CLI flags, logging enhancements, and Windows MSI installer

This commit is contained in:
serversdwn
2026-02-10 07:08:24 +00:00
parent edeb6a6eba
commit 69e856db6a
9 changed files with 424 additions and 57 deletions

View File

@@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.1.3] - 2026-02-09
### Added
- CLI flags: `--config`, `--log-dir`, `--once`, `--version`
- File logging with rotation (default in `C:\ProgramData\ThorIngest\logs`)
### Changed
- Default config location to `C:\ProgramData\ThorIngest\config.json` with fallback to local `config.json`
- Updated console output to use structured logging
### Added
- Windows MSI installer scaffolding under `installer/` (WiX + NSSM setup)
## [0.1.1] - 2025-12-08
### Changed