Skip to content

Commit 68371b1

Browse files
committed
Release version 1.1.0
1 parent 27cae69 commit 68371b1

3 files changed

Lines changed: 15 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,26 @@
22

33
All 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ A utility to test, visualize, and map WM_INPUT messages. Windows only.
1010

1111
RawInputViewer listens for [`WM_INPUT`](https://learn.microsoft.com/en-us/windows/win32/inputdev/wm-input)
1212
keyboard messages and shows each event in a list view: virtual key, scan code, flags, SAL,
13-
Raylib, and GLFW key name mappings, and (since 1.1.0) which physical device sent the input.
13+
Raylib, and GLFW key name mappings, and which physical device sent the input.
1414

1515
## Download
1616

src/res/RawInputViewer.rc

-448 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)