22
33All notable changes to this project are documented here.
44
5- ## [ 1.1.0] - Unreleased
5+ ## [ 1.1.0] - 2026-07-09
6+
7+ Highlights: each keyboard event now shows which device sent it, and Windows binaries are
8+ published on GitHub Releases.
69
710### Added
811
9- - ** Input Device** list view column showing which keyboard sent each event, resolved via HID
10- product string when available and a shortened device interface path otherwise
11- - Hot plug tracking through ` RIDEV_DEVNOTIFY ` and ` WM_INPUT_DEVICE_CHANGE `
12+ - ** Input Device column** in the list view. Each keyboard event now shows which physical device
13+ sent it. The name comes from the HID product string when available, otherwise from a shortened
14+ device interface path. Injected input, unknown devices, and the overflow case use fixed labels.
15+ - Hot plug tracking when keyboards are connected or removed (` RIDEV_DEVNOTIFY ` ,
16+ ` WM_INPUT_DEVICE_CHANGE ` )
17+ - Pre built Windows binaries on GitHub Releases (` RawInputViewer-x64.exe ` , ` RawInputViewer-x86.exe ` )
18+ - README download instructions and control reference
19+ - This changelog, CONTRIBUTING.md, and SECURITY.md
1220- ` UniqueHandle ` and ` UniqueFileHandle ` RAII wrappers for Win32 handles (trait based, in the
1321 spirit of WRL ` HandleT ` )
1422- CMake presets for MSVC x64 and x86 (` CMakePresets.json ` )
1523- Single GitHub Actions Windows workflow (native MSVC, x64 and x86)
1624- GitHub Release workflow (tag ` v* ` on ` main ` ) and a manual release dry run workflow
17- - README download instructions, control reference, and release notes
18- - This changelog, CONTRIBUTING.md, and SECURITY.md
1925
2026### Fixed
2127
@@ -35,6 +41,8 @@ All notable changes to this project are documented here.
3541
3642- C style casts replaced with ` static_cast ` and ` reinterpret_cast ` where appropriate
3743- Copyright line updated to 2025-2026 Bitdancer (github.com/RealBitdancer)
44+ - GitHub Actions upgraded to Node 24 compatible action versions (` checkout@v5 ` , ` upload-artifact@v5 ` ,
45+ ` download-artifact@v5 ` , ` action-gh-release@v3 ` )
3846
3947## [ 1.0.0] - 2025-04-07
4048
0 commit comments