v2.2.1: Critical multi-run session bugfix, .Count property fix, ASR prompt improvement, code quality review

This commit is contained in:
NexusOne23 2025-12-20 23:08:01 +01:00
parent c6f8291d50
commit b3efcf35fd
68 changed files with 307 additions and 159 deletions

View file

@ -18,7 +18,7 @@
.NOTES
Author: NexusOne23
Version: 2.2.0
Version: 2.2.1
Requires: PowerShell 5.1+
.EXAMPLE

View file

@ -25,7 +25,7 @@
.NOTES
Author: NexusOne23
Version: 2.2.0
Version: 2.2.1
Requires: PowerShell 5.1+
.EXAMPLE

View file

@ -27,7 +27,7 @@
.NOTES
Author: NexusOne23
Version: 2.2.0
Version: 2.2.1
#>
#Requires -Version 5.1
@ -3180,7 +3180,7 @@ try {
<body>
<div class="container">
<div class="header">
<h1>NoID Privacy v2.2.0</h1>
<h1>NoID Privacy v2.2.1</h1>
<p class="subtitle">Complete Hardening Compliance Report</p>
<span class="badge">All $totalSettings Settings Verified</span>
</div>
@ -3200,7 +3200,7 @@ try {
</div>
<div class="meta-item">
<span class="meta-label">Framework Version</span>
<span class="meta-value">NoID Privacy v2.2.0</span>
<span class="meta-value">NoID Privacy v2.2.1</span>
</div>
</div>
@ -3642,7 +3642,7 @@ try {
</div>
<div class="footer">
<p>Generated by NoID Privacy v2.2.0</p>
<p>Generated by NoID Privacy v2.2.1</p>
<p>Professional Windows 11 Security & Privacy Hardening Framework</p>
</div>
</div>