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
|
25e85ec3dd
|
Fix: Update unit tests to match current code API
- Remove tests for non-existent parameters (BlockUPnP, DisableAdminShares, Force)
- Update tests for actual parameters (SkipBackup, RemoveBloatware)
- Skip interactive tests on CI (require admin rights/user input)
- Simplify config structure tests
- All Module Structure and Configuration tests now pass
|
2025-12-08 11:12:01 +01:00 |
|