fix: correct CHANGELOG inaccuracies and README badge issues
Some checks are pending
CI - PowerShell Quality Checks / PSScriptAnalyzer (push) Waiting to run
CI - PowerShell Quality Checks / Test on PowerShell 5.1 (push) Waiting to run
CI - PowerShell Quality Checks / Test on PowerShell 7.4 (push) Waiting to run
CI - PowerShell Quality Checks / Validate Project Structure (push) Waiting to run
Pester Tests / test (push) Waiting to run

- CHANGELOG: Fix heading hierarchy (## → ### for Release Highlights)
- CHANGELOG: AntiAI was 24 policies in v2.1.0, not 32 (expanded in v2.2.0)
- CHANGELOG: AdvancedSecurity 42 → 44 verification checks (matches summary table)
- CHANGELOG: Add version reference links at bottom (Keep a Changelog standard)
- README: BAVR 100% was achieved in v2.1.0, not v2.2.0
- README: Status badge linked to CHANGELOG.md (was empty link)
- README: Remove invalid logo=globe from Website badge

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
NexusOne23 2026-03-09 11:23:27 +01:00
parent 4a2f67c269
commit 81a99d1231
2 changed files with 14 additions and 8 deletions

View file

@ -97,7 +97,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
---
## 🌟 Release Highlights
### 🌟 Release Highlights
**630+ Settings** - Expanded from 580+ (Privacy, AntiAI, EdgeHardening, AdvSec Wireless Display)
**NonInteractive Mode** - Full GUI integration via config.json
@ -213,7 +213,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
---
## 🌟 Release Highlights
### 🌟 Release Highlights
**All 7 Modules Production-Ready** - Complete framework with 580+ security settings
**Zero-Day Protection** - CVE-2025-9491 mitigation (SRP .lnk protection)
@ -251,7 +251,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- OneDrive telemetry off (sync functional)
- App permissions default-deny
**AntiAI** (32 policies) - AI Lockdown
**AntiAI** (24 policies) - AI Lockdown
- Generative AI Master Switch (blocks ALL AI models system-wide)
- Windows Recall (complete deactivation + component protection)
- Windows Copilot (system-wide disabled + hardware key remapped)
@ -276,7 +276,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
**Complete BAVR Pattern (Backup-Apply-Verify-Restore)**
- All 580+ settings now fully verified in `Verify-Complete-Hardening.ps1`
- EdgeHardening: 20 verification checks added
- AdvancedSecurity: 42 verification checks added
- AdvancedSecurity: 44 verification checks added
- 100% coverage achieved (was 89.4%)
**Bloatware Removal & Restore**
@ -404,3 +404,9 @@ Temp File Cleanup: Complete
---
**Made with 🛡️ for the Windows Security Community**
[2.2.3]: https://github.com/NexusOne23/noid-privacy/compare/v2.2.2...v2.2.3
[2.2.2]: https://github.com/NexusOne23/noid-privacy/compare/v2.2.1...v2.2.2
[2.2.1]: https://github.com/NexusOne23/noid-privacy/compare/v2.2.0...v2.2.1
[2.2.0]: https://github.com/NexusOne23/noid-privacy/compare/v2.1.0...v2.2.0
[2.1.0]: https://github.com/NexusOne23/noid-privacy/releases/tag/v2.1.0

View file

@ -6,10 +6,10 @@
[![Windows 11](https://img.shields.io/badge/Windows%2011-25H2-0078D4.svg?logo=windows11)](https://www.microsoft.com/windows/)
[![License](https://img.shields.io/badge/license-GPL--3.0-green.svg?logo=gnu)](LICENSE)
[![Version](https://img.shields.io/badge/version-2.2.3-blue.svg)](CHANGELOG.md)
[![Status](https://img.shields.io/badge/status-production--ready-brightgreen.svg)]()
[![Status](https://img.shields.io/badge/status-production--ready-brightgreen.svg)](CHANGELOG.md)
[![GitHub Stars](https://img.shields.io/github/stars/NexusOne23/noid-privacy?style=flat&logo=github)](https://github.com/NexusOne23/noid-privacy/stargazers)
[![Last Commit](https://img.shields.io/github/last-commit/NexusOne23/noid-privacy?style=flat)](https://github.com/NexusOne23/noid-privacy/commits)
[![Website](https://img.shields.io/badge/Website-noid--privacy.com-0078D4?style=flat&logo=globe)](https://noid-privacy.com)
[![Website](https://img.shields.io/badge/Website-noid--privacy.com-0078D4?style=flat)](https://noid-privacy.com)
---
@ -245,8 +245,8 @@ The tool creates internal backups for rollback (BAVR pattern), but a full system
- **Complete Restore** Registry, Services, Tasks, Files - everything
- **Production-Ready** Tested on Windows 11 25H2, PowerShell 5.1+
**Before v2.2.0:** 89.4% verification coverage (62 settings missing)
**After v2.2.0:** 100% verification coverage (all 630+ settings verified)
**Before v2.1.0:** 89.4% verification coverage (62 settings missing)
**Since v2.1.0:** 100% verification coverage (all 630+ settings verified)
---