diff --git a/CHANGELOG.md b/CHANGELOG.md index 31b9e90..800f289 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index ab6fe71..f5ac945 100644 --- a/README.md +++ b/README.md @@ -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