CHANGELOG+README: Add snapshot storage fix (#14), update release date

- Add Recall snapshot storage MB/GB verification fix to CHANGELOG v2.2.3
- Update v2.2.3 release date from 2025-01-07 to 2026-03-05
- Update Release Highlights in README to include #14 fix
- Reported by VM-Master

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
NexusOne23 2026-03-09 11:08:30 +01:00
parent 15dd480462
commit 4a2f67c269
2 changed files with 12 additions and 5 deletions

View file

@ -7,11 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
---
## [2.2.3] - 2025-01-07
## [2.2.3] - 2026-03-05
### 🔨 Bugfix Release
**Critical bugfix for Restore Mode manual module selection.**
**Restore Mode crash fix and Recall snapshot storage verification fix.**
### 🔨 Fixed
@ -22,6 +22,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Impact: Manual module selection in Restore workflow now works correctly
- Reported by: KatCat2
**Recall Snapshot Storage Verification (Bug)**
- Fixed: "Maximum snapshot storage: 10 GB" verification always reported as failed
- Root cause: Microsoft's WindowsAI CSP stores snapshot storage in **MB**, not GB (e.g., `10240` = 10 GB)
- Fix: Updated expected values in config, apply, verify, and docs to use MB values
- Affected values: 10→10240, 25→25600, 50→51200, 75→76800, 100→102400, 150→153600, 0=OS default unchanged
- Reported by: VM-Master ([#14](https://github.com/NexusOne23/noid-privacy/issues/14))
---
## [2.2.2] - 2025-12-22

View file

@ -385,7 +385,7 @@ cd noid-privacy
**Release Highlights:**
- **v2.2.3:** Critical fix — Restore Mode manual module selection crash
- **v2.2.3:** Restore Mode crash fix, Recall snapshot storage verification fix ([#14](https://github.com/NexusOne23/noid-privacy/issues/14))
- **v2.2.2:** Firewall snapshot 60-120s → 2-5s (batch query performance fix)
- **v2.2.1:** Multi-run session bug fix, `.Count` property bug in 5 files
- **v2.2.0:** 100% verification coverage, SRP .lnk protection, RDP/TLS hardening, legacy protocol blocking
@ -847,8 +847,8 @@ The authors are not responsible for any damage or data loss.
### Release Highlights v2.2.3
- **Critical Fix:** Restore Mode manual module selection crash
- Fix: `.Split()` wrong .NET overload → `-split` operator
- **Critical Fix:** Restore Mode manual module selection crash (`.Split()``-split`)
- **Bug Fix:** Recall snapshot storage verification — MB vs GB unit mismatch ([#14](https://github.com/NexusOne23/noid-privacy/issues/14))
### Release Highlights v2.2.2