mirror of
https://github.com/NexusOne23/noid-privacy.git
synced 2026-03-10 02:42:44 +01:00
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
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:
parent
4a2f67c269
commit
81a99d1231
2 changed files with 14 additions and 8 deletions
14
CHANGELOG.md
14
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
|
||||
|
|
|
|||
|
|
@ -6,10 +6,10 @@
|
|||
[](https://www.microsoft.com/windows/)
|
||||
[](LICENSE)
|
||||
[](CHANGELOG.md)
|
||||
[]()
|
||||
[](CHANGELOG.md)
|
||||
[](https://github.com/NexusOne23/noid-privacy/stargazers)
|
||||
[](https://github.com/NexusOne23/noid-privacy/commits)
|
||||
[](https://noid-privacy.com)
|
||||
[](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)
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue