1.15.2
This commit is contained in:
parent
164bba3c64
commit
38ef212284
|
@ -25,7 +25,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||
- fixed Could not move file or folder [#4329](https://github.com/sandboxie-plus/Sandboxie/issues/4329)
|
||||
|
||||
### Changed
|
||||
- validated compatibility with Windows build 27744 and updated DynData
|
||||
- validated compatibility with Windows build 27749 and updated DynData
|
||||
- when running via drag and drop now the apps parent folder is used as working dir [#4073](https://github.com/sandboxie-plus/Sandboxie/issues/4073)
|
||||
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@ const wchar_t Parameters[] = L"\\Parameters";
|
|||
#define IMAGE_FILE_MACHINE_ARM64 0xAA64 // ARM64 Little-Endian
|
||||
#endif
|
||||
|
||||
#define WIN11_LATEST 27744 // <-----
|
||||
#define WIN11_LATEST 27749 // <-----
|
||||
#define SVR2025 26040
|
||||
#define WIN11_FIRST 22000
|
||||
#define SVR2022 20348
|
||||
|
|
|
@ -3683,7 +3683,7 @@ OpenIpcPath=\RPC Control\samss lpc
|
|||
OpenIpcPath=*\BaseNamedObjects*\Microsoft Smart Card Resource Manager*
|
||||
|
||||
[Template_Yubikey]
|
||||
Tmpl.Title=Yubikey Authentication
|
||||
Tmpl.Title=FIDO2 security key (Yubikey), passkey Authentication
|
||||
Tmpl.Class=Security
|
||||
OpenIpcPath=\RPC Control\keysvc
|
||||
|
||||
|
|
Loading…
Reference in New Issue