From 81a99d1231492fb1c982b4c2b0c2ea6a6ba4caca Mon Sep 17 00:00:00 2001 From: NexusOne23 Date: Mon, 9 Mar 2026 11:23:27 +0100 Subject: [PATCH] fix: correct CHANGELOG inaccuracies and README badge issues MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- CHANGELOG.md | 14 ++++++++++---- README.md | 8 ++++---- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 800f289..cc412cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index f5ac945..16a5e54 100644 --- a/README.md +++ b/README.md @@ -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) ---