1.15.1
This commit is contained in:
parent
0dbb0d0a28
commit
6c10556cc9
|
@ -10,6 +10,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||
- fixed Sandboxie crypto fails to start in red boxes
|
||||
- fixed issue with breakout process when using explorer.exe
|
||||
|
||||
### Changed
|
||||
- validated compatibility with Windows build 27729 and updated DynData
|
||||
|
||||
|
||||
|
||||
## [1.15.0 / 5.70.0] - 2024-10-19
|
||||
|
|
|
@ -34,7 +34,7 @@ const wchar_t Parameters[] = L"\\Parameters";
|
|||
#define IMAGE_FILE_MACHINE_ARM64 0xAA64 // ARM64 Little-Endian
|
||||
#endif
|
||||
|
||||
#define WIN11_LATEST 27695 // <-----
|
||||
#define WIN11_LATEST 27729 // <-----
|
||||
#define SVR2025 26040
|
||||
#define WIN11_FIRST 22000
|
||||
#define SVR2022 20348
|
||||
|
|
Loading…
Reference in New Issue