Skip to content

Commit a82dd70

Browse files
committed
feat(tweaks): Sprint 642-649 - Phase 5.3 Accessibility + Phase 5.5 Developer, v6.24.0 (+80 tweaks, +8 modules)
Phase 5.3 Accessibility (remaining 4 modules, 40 tweaks): - MagnifierAdvanced.cs: magnif-* (Screen Magnifier zoom, modes, smooth edges) - LiveCaptions.cs: lcap-* (Live Captions text, position, themes, Win11 22H2+) - EyeControlSettings.cs: eyectrl-* (Eye/gaze dwell time, cursor, blink-to-click) - VoiceAccessControl.cs: voiacc-* (Voice Access wake word, dictation, Win11 22H2+) Phase 5.5 Developer Tools (4 modules, 40 tweaks): - WinDbgSettings.cs: windbg-* (JIT debugger AeDebug, crash dumps, WER control) - WSLAdvanced.cs: wsladv-* (WSL2 networking, DNS tunnelling, nested virt, telemetry) - GitCredManager.cs: gitcm-* (Git Credential Manager store, OAuth, GUI mode) - ContainerRuntime.cs: cntr-* (Windows Containers + Sandbox isolation policy) Total: 7,429 tweaks, 170 modules, 122 categories, 3,230 tests (0 failures)
1 parent e9167fe commit a82dd70

30 files changed

Lines changed: 1874 additions & 42 deletions

.github/copilot-instructions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> Auto-loaded by GitHub Copilot on every chat/agent session in this workspace.
44
> Keep this file accurate — it is the fastest path to project understanding.
5-
> Last verified: 2026-04-07 (v6.23.0, ~7,349 tweaks, 122 categories, 3,230 tests).
5+
> Last verified: 2026-04-07 (v6.24.0, ~7,429 tweaks, 122 categories, 3,230 tests).
66
77
## Companion Instruction Files
88

@@ -81,9 +81,9 @@ Rules:
8181
| Build | `dotnet build` / MSBuild via `RegiLattice.sln` |
8282
| Test | xUnit 2.9.3 — 3,230 tests (0 failures) |
8383
| GUI | WinForms with 11 themes (Catppuccin Mocha/Latte, Nord, Dracula + 7 more) |
84-
| Version | 6.23.0 |
84+
| Version | 6.24.0 |
8585
| Install | `dotnet build RegiLattice.sln -c Release` |
86-
| Tweaks | 7,349 across 122 categories (162 files) |
86+
| Tweaks | 7,429 across 122 categories (170 files) |
8787
| Tests | 3,230 passing (0 consistent failures) |
8888
| NuGet | System.Management 10.0.5, Microsoft.NET.Test.Sdk 17.14.1 |
8989

.github/instructions/lessons-learned.instructions.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ applyTo: "**/*.cs,**/tests/**,**/*Tests/**"
77
> Accumulated hard-won insights from the Python → C# migration, test coverage sprints,
88
> the 453-tweak restoration campaign, and the large-file splitting campaign.
99
> These rules are **as important as the coding standards** — they prevent recurring mistakes.
10-
> Last updated: 2026-04-07 (v6.23.0, C# 13 / .NET 10.0-windows, ~7,349 tweaks, 122 categories, 3,230 tests)
10+
> Last updated: 2026-04-07 (v6.24.0, C# 13 / .NET 10.0-windows, ~7,429 tweaks, 122 categories, 3,230 tests)
1111
1212
---
1313

@@ -1460,7 +1460,8 @@ Version history:
14601460
| v6.11.0 | 5 | +50 | 667–671 (PolicyLocation/PolicyDataCollection/PolicyWinRM/PolicyCredentialUI/PolicyMediaPlayer) |
14611461
| v6.12.0 | 0 | -1,664 | — (mass dedup: removed 1,756 duplicate TweakDef blocks, kept alphabetically-first module; 8,853→7,189 tweaks; 26→23 categories; 35→31 modules) |
14621462
| v6.13.0 | 0 | 0 | — (file split: 31 merged tweak files → 146 individual files via multi-class extraction + partial class splits; no tweak count change) |
1463-
**Current version**: v6.23.0 — 7,349 tweaks, 122 categories, 162 files (31 original + 131 extracted/split). Run full gap analysis on all three phases before creating any new module.
1463+
| v6.24.0 | 8 | +80 | — (Phase 5.3 Accessibility remaining + Phase 5.5 Developer: MagnifierAdvanced/LiveCaptions/EyeControlSettings/VoiceAccessControl/WinDbgSettings/WSLAdvanced/GitCredManager/ContainerRuntime) |
1464+
**Current version**: v6.24.0 — 7,429 tweaks, 122 categories, 170 files (31 original + 139 extracted/split). Run full gap analysis on all three phases before creating any new module.
14641465

14651466
---
14661467

.github/instructions/workspace.instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RegiLattice.sln
3737
│ │ │ # Locale, PipManager, Ratings, ShellRunner,
3838
│ │ │ # SystemMonitor, TweakHistory, WinGetManager
3939
│ │ ├── Plugins/ # Tweak Pack system (JSON marketplace)
40-
│ │ └── Tweaks/ # 162 module files (31 original + 131 extracted/split), 7,349 tweaks across 122 categories
40+
│ │ └── Tweaks/ # 170 module files (31 original + 139 extracted/split), 7,429 tweaks across 122 categories
4141
│ ├── RegiLattice.GUI/ # WinForms application
4242
│ │ ├── Program.cs # Entry point
4343
│ │ ├── AppIcons.cs # Programmatic icon/bitmap generation

Directory.Build.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
Configuration Manager to the x64 platform. Both are required. -->
2020
<Platforms>x64</Platforms>
2121
<PlatformTarget>x64</PlatformTarget>
22-
<Version>6.23.0</Version>
23-
<AssemblyVersion>6.23.0.0</AssemblyVersion>
24-
<FileVersion>6.23.0.0</FileVersion>
25-
<InformationalVersion>6.23.0</InformationalVersion>
22+
<Version>6.24.0</Version>
23+
<AssemblyVersion>6.24.0.0</AssemblyVersion>
24+
<FileVersion>6.24.0.0</FileVersion>
25+
<InformationalVersion>6.24.0</InformationalVersion>
2626
<Deterministic>true</Deterministic>
2727
<ContinuousIntegrationBuild Condition="'$(GITHUB_ACTIONS)' == 'true'">true</ContinuousIntegrationBuild>
2828
<TieredCompilation>true</TieredCompilation>

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
<!-- SEO / GitHub search keywords
1+
<!-- SEO / GitHub search keywords
22
windows registry tweaks windows 11 debloat privacy hardening performance optimizer
33
disable telemetry windows optimizer system hardening group policy alternative
44
registry editor winforms gui cli dotnet csharp tweak engine
55
shutup10 alternative w10privacy alternative O&O ShutUp10 winutil win11debloat
66
windows 11 tweaks windows 10 tweaks gaming optimization security hardening
77
registry backup corporate IT sysadmin gpo intune-compatible compliance audit
8-
7189 tweaks 122 categories declarative regop engine dry-run snapshot diff
8+
7429 tweaks 122 categories declarative regop engine dry-run snapshot diff
99
RegiLattice windows-optimizer tweak-manager registry-automation open-source
1010
-->
1111

@@ -25,13 +25,13 @@
2525
![License](https://img.shields.io/badge/license-MIT-green)
2626
![Version](https://img.shields.io/badge/version-6.18.0-blue)
2727

28-
A comprehensive **Windows 10 / Windows 11 registry tweak toolkit** and system optimizer — debloater · privacy hardening tool · performance optimizer · security hardening · group policy alternative — with **7,189 verified tweaks** across **122 categories**, a **declarative RegOp engine**, a **full CLI** with 25+ commands, an **interactive console menu**, and a **WinForms GUI** with **11 switchable themes**. Built on **.NET 10 (C# 13)** for native performance on Windows 10/11 x64.
28+
A comprehensive **Windows 10 / Windows 11 registry tweak toolkit** and system optimizer — debloater · privacy hardening tool · performance optimizer · security hardening · group policy alternative — with **7,429 verified tweaks** across **122 categories**, a **declarative RegOp engine**, a **full CLI** with 25+ commands, an **interactive console menu**, and a **WinForms GUI** with **11 switchable themes**. Built on **.NET 10 (C# 13)** for native performance on Windows 10/11 x64.
2929

3030
## Download & Install
3131

3232
**Pre-built installer (recommended):**
3333

34-
👉 **[Download RegiLattice v6.18.0](https://github.com/RajwanYair/RegiLattice/releases/latest)** (MSI installer + portable EXE) from the [Releases page](https://github.com/RajwanYair/RegiLattice/releases)
34+
👉 **[Download RegiLattice v6.24.0](https://github.com/RajwanYair/RegiLattice/releases/latest)** (MSI installer + portable EXE) from the [Releases page](https://github.com/RajwanYair/RegiLattice/releases)
3535

3636
The MSI installer:
3737
- Installs **GUI** (`RegiLattice.GUI.exe`) under `Program Files\RegiLattice\GUI\`
@@ -50,7 +50,7 @@ Download `RegiLattice.GUI.exe` or `RegiLattice.exe` directly from the [Releases
5050
<img src="docs/assets/stats.svg" alt="RegiLattice Stats" width="100%"/>
5151
</p>
5252

53-
- **7,189 verified tweaks** across 122 categories — each fully reversible with apply + remove
53+
- **7,429 verified tweaks** across 122 categories — each fully reversible with apply + remove
5454
- **Declarative RegOp pattern** — most tweaks defined as data (`ApplyOps`/`RemoveOps`/`DetectOps`), not code
5555
- **3 interfaces** — WinForms GUI, CLI with 25+ commands, interactive console menu
5656
- **WinForms GUI** — 11 switchable themes (Catppuccin Mocha/Latte, Nord, Dracula, Tokyo Night, Gruvbox Dark, Solarized Dark, One Dark Pro, Rosé Pine, Everforest, Cyberpunk), collapsible categories, scope badges (USER/MACHINE/BOTH), live search, checkbox selection, status filters, profile selector
@@ -319,7 +319,7 @@ MIT — see [LICENSE](LICENSE) for details.
319319

320320
Paste this into the repository **Description** field for maximum GitHub search visibility:
321321

322-
> Windows 10/11 registry tweaks toolkit — 7,189 tweaks, debloater, privacy hardening, performance optimizer, security hardening, group policy alternative. WinForms GUI + CLI. .NET 10, C# 13.
322+
> Windows 10/11 registry tweaks toolkit — 7,429 tweaks, debloater, privacy hardening, performance optimizer, security hardening, group policy alternative. WinForms GUI + CLI. .NET 10, C# 13.
323323
324324
### Recommended GitHub Topics
325325

@@ -329,7 +329,7 @@ Set the following topics on the repository (GitHub UI → "About" gear → Topic
329329

330330
### Repository Description *(paste into GitHub → About gear → Description)*
331331

332-
> Windows 10/11 registry tweaks toolkit — 7,189 tweaks, debloater, privacy hardening, performance optimizer, security hardening, group policy alternative, compliance audit. WinForms GUI + CLI. .NET 10, C# 13. Open source.
332+
> Windows 10/11 registry tweaks toolkit — 7,429 tweaks, debloater, privacy hardening, performance optimizer, security hardening, group policy alternative, compliance audit. WinForms GUI + CLI. .NET 10, C# 13. Open source.
333333
334334
### Search Keywords
335335

chocolatey/regilattice.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<metadata>
1515
<id>regilattice</id>
1616
<!-- Version is replaced by the release workflow during choco pack -->
17-
<version>6.23.0</version>
17+
<version>6.24.0</version>
1818
<packageSourceUrl>https://github.com/RajwanYair/RegiLattice/tree/main/chocolatey</packageSourceUrl>
1919
<owners>RajwanYair</owners>
2020
<title>RegiLattice</title>
@@ -28,11 +28,11 @@
2828
<docsUrl>https://github.com/RajwanYair/RegiLattice/blob/main/docs/Development.md</docsUrl>
2929
<bugTrackerUrl>https://github.com/RajwanYair/RegiLattice/issues</bugTrackerUrl>
3030
<tags>registry tweaks windows optimization privacy performance security gui cli admin</tags>
31-
<summary>Windows Registry Tweak Toolkit — 7,349 tweaks across 122 categories</summary>
31+
<summary>Windows Registry Tweak Toolkit — 7,429 tweaks across 122 categories</summary>
3232
<description><![CDATA[
3333
## RegiLattice
3434
35-
A comprehensive Windows registry tuning toolkit featuring **7,349 expert-curated tweaks** across **122 categories** — from privacy hardening and performance optimisation to security policies and enterprise management.
35+
A comprehensive Windows registry tuning toolkit featuring **7,429 expert-curated tweaks** across **122 categories** — from privacy hardening and performance optimisation to security policies and enterprise management.
3636
3737
### Features
3838

docs/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@ All notable changes to RegiLattice are documented here.
44
Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
55
This project adheres to [Semantic Versioning](https://semver.org/).
66

7+
## [6.24.0] — 2026-04-07
8+
9+
### Added — Phase 5.3 Accessibility (remaining) + Phase 5.5 Developer Modules (+80 tweaks, +8 modules)
10+
11+
- `MagnifierAdvanced.cs` — 10 Screen Magnifier advanced configuration tweaks (`magnif-*`)
12+
- `LiveCaptions.cs` — 10 Windows 11 Live Captions feature tweaks (`lcap-*`, MinBuild=22621)
13+
- `EyeControlSettings.cs` — 10 Eye Control / gaze input tweaks (`eyectrl-*`)
14+
- `VoiceAccessControl.cs` — 10 Windows 11 Voice Access tweaks (`voiacc-*`, MinBuild=22621)
15+
- `WinDbgSettings.cs` — 10 Windows Debugger / crash dump / WER tweaks (`windbg-*`)
16+
- `WSLAdvanced.cs` — 10 WSL 2 advanced registry tweaks (`wsladv-*`)
17+
- `GitCredManager.cs` — 10 Git Credential Manager registry tweaks (`gitcm-*`)
18+
- `ContainerRuntime.cs` — 10 Windows Container / Sandbox policy tweaks (`cntr-*`)
19+
20+
### Stats
21+
22+
- Tweaks: 7,429 (+80) across 122 categories
23+
- Modules: 170 files (+8)
24+
- Tests: 3,230 (2,434 Core + 434 CLI + 362 GUI), 0 failures
25+
726
## [6.23.0] — 2026-04-07
827

928
### Added — Phase 5.2 Gaming Performance + Phase 5.3 Accessibility (+80 tweaks, +8 modules)

docs/assets/architecture.svg

Lines changed: 1 addition & 1 deletion
Loading

docs/assets/banner.svg

Lines changed: 2 additions & 2 deletions
Loading

docs/assets/how-it-works.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)