From 3aaea79b5cead92404d5b7b9c1cae6ef7a88727c Mon Sep 17 00:00:00 2001 From: Jari Pennanen Date: Fri, 10 Nov 2023 20:32:11 +0200 Subject: [PATCH] Document the change --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- dll/CHANGELOG.md | 6 ++++++ 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 718a42d..4849601 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1118,7 +1118,7 @@ dependencies = [ [[package]] name = "winvd" -version = "0.0.40" +version = "0.0.41" dependencies = [ "crossbeam-channel", "macro_rules_attribute", diff --git a/Cargo.toml b/Cargo.toml index bc0d924..b554476 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "winvd" -version = "0.0.40" +version = "0.0.41" authors = ["Jari Otto Oskari Pennanen"] license = "MIT" edition = "2021" diff --git a/README.md b/README.md index c7d8e85..899351f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # VirtualDesktopAccessor.dll -DLL for accessing Windows 11 (22H2 Os Build 22621.2215) Virtual Desktop features from e.g. AutoHotkey. MIT Licensed, see [LICENSE](LICENSE.txt) © Jari Pennanen, 2015-2023 +DLL for accessing Windows 11 (22H2 Os Build 22621.2215, tested also with 23H2 22631.2506) Virtual Desktop features from e.g. AutoHotkey. MIT Licensed, see [LICENSE](LICENSE.txt) © Jari Pennanen, 2015-2023 This repository also contains [Rust library `winvd`](./README-crate.md) for accessing the Virtual Desktop via Rust bindings. diff --git a/dll/CHANGELOG.md b/dll/CHANGELOG.md index f9d3034..76dafa0 100644 --- a/dll/CHANGELOG.md +++ b/dll/CHANGELOG.md @@ -1,5 +1,11 @@ # VirtualDesktopAccessor.dll change log +## Windows 11, Eight binary - IVirtualDesktopNotification changes (2023-11-10) + +My interface definition was missing `virtual_desktop_switched` and +`remote_virtual_desktop_connected` this caused a memory corruption if you were +lucky. + ## Windows 11, Seventh binary - New interface definitions (2023-08-31) Interface definitions changed in the latest Windows 11 build 22621, this is not