Commit graph

11 commits

Author SHA1 Message Date
NexusOne23
da9f937ee8 release: v2.2.3 - Fix Restore Mode module selection crash
CHANGELOG:
- Fixed: Restore Mode manual module selection crash (Critical)
- Root cause: .Split(',', ';', ' ') triggered wrong .NET overload
- Fix: Replaced with native PowerShell -split '[,; ]' operator
- Reported by: KatCat2

VERSION BUMP: 2.2.2 -> 2.2.3
- Updated 48 files with new version number
- CHANGELOG.md: Added v2.2.3 release notes
- README.md: Updated badge, module table, project status
2026-01-07 18:46:14 +01:00
NexusOne23
74b73eda81 fix: cleanup loader lists, update New-DefaultConfig, fix CHANGELOG numbers
- Remove non-existent Backup/Restore-AntiAISettings from AntiAI.psm1 loader

- Remove non-existent Restore-PrivacySettings from Privacy.psm1 loader

- Update New-DefaultConfig: EdgeHardening 20->24, AdvancedSecurity 36->50

- Add missing options: nonInteractive, autoConfirm, module-specific settings

- Fix CHANGELOG.md: AntiAI 24->32, EdgeHardening 20->24, AdvancedSecurity 44->50
2025-12-24 21:15:09 +01:00
NexusOne23
877e01df37 v2.2.2: Performance fix for firewall snapshot (60-120s to 2-5s) + version alignment 2025-12-22 06:46:53 +01:00
NexusOne23
b3efcf35fd v2.2.1: Critical multi-run session bugfix, .Count property fix, ASR prompt improvement, code quality review 2025-12-20 23:08:01 +01:00
NexusOne23
d78d941113 v2.2.0: Fix Privacy settings count + DoH connectivity test
Privacy Module:
- Fixed 'Applied X settings' to show only registry settings (60/78/86)
- Bloatware count no longer added to settings total
- Consistent with module prompt (MSRecommended: 60, Strict: 78, Paranoid: 86)

DNS Module:
- Fixed DoH connectivity test for systems with REQUIRE mode active
- Tests HTTPS endpoint (port 443) when classic DNS is blocked
- Proper detection of existing DoH configuration

Verified: Full Apply/Verify/Restore cycle - 633/633 settings (100%)
2025-12-09 10:48:12 +01:00
NexusOne23
eafa89cf97 Add AllowLinguisticDataCollection=0 to all Privacy profiles (prevents typing data collection) 2025-12-09 07:29:52 +01:00
NexusOne23
8ca38df79c Add input validation loops to EdgeHardening and AdvancedSecurity prompts 2025-12-09 07:16:50 +01:00
NexusOne23
31bcf46b0c Fix: Edge 24 policies, AntiAI 15 features in module manifests 2025-12-09 07:07:15 +01:00
NexusOne23
cd4d7188fc Fix: Framework AntiAI 15 features, Privacy counts, Edge 24 policies, config.json 2025-12-09 07:03:39 +01:00
NexusOne23
580590af6c Fix: AntiAI 15 features, DNS Quad9 default, AdvancedSecurity Balanced profile 2025-12-09 06:59:57 +01:00
NexusOne23
ba364813ed v2.2.0 - Complete Security Hardening Framework (632 Settings) 2025-12-08 10:32:49 +01:00