Skip to content

Commit

Permalink
Document the change
Browse files Browse the repository at this point in the history
  • Loading branch information
Ciantic committed Nov 10, 2023
1 parent 6fe5ded commit 3aaea79
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "winvd"
version = "0.0.40"
version = "0.0.41"
authors = ["Jari Otto Oskari Pennanen"]
license = "MIT"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
6 changes: 6 additions & 0 deletions dll/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 3aaea79

Please sign in to comment.