mirror of
https://github.com/NexusOne23/noid-privacy.git
synced 2026-02-15 07:48:15 +01:00
v2.2.1: Critical multi-run session bugfix, .Count property fix, ASR prompt improvement, code quality review
This commit is contained in:
parent
c6f8291d50
commit
b3efcf35fd
68 changed files with 307 additions and 159 deletions
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
.NOTES
|
||||
Author: NexusOne23
|
||||
Version: 2.2.0
|
||||
Version: 2.2.1
|
||||
Requires: PowerShell 5.1+
|
||||
|
||||
.EXAMPLE
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
.NOTES
|
||||
Author: NexusOne23
|
||||
Version: 2.2.0
|
||||
Version: 2.2.1
|
||||
Requires: PowerShell 5.1+
|
||||
|
||||
.EXAMPLE
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue