From 5748621a08e9a4e4c60346ec818905a760f98873 Mon Sep 17 00:00:00 2001 From: LizardByte-bot <108553330+LizardByte-bot@users.noreply.github.com> Date: Sun, 6 Sep 2026 01:52:46 +0000 Subject: [PATCH 1/3] chore: Add blog post for libvirtualhid release v2026.905.2300.20 --- .../2026-09-05-v2026.905.2300.20.md | 41 +++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 _posts/releases/libvirtualhid/2026-09-05-v2026.905.2300.20.md diff --git a/_posts/releases/libvirtualhid/2026-09-05-v2026.905.2300.20.md b/_posts/releases/libvirtualhid/2026-09-05-v2026.905.2300.20.md new file mode 100644 index 00000000..3b5802bf --- /dev/null +++ b/_posts/releases/libvirtualhid/2026-09-05-v2026.905.2300.20.md @@ -0,0 +1,41 @@ +--- +layout: release +title: libvirtualhid v2026.905.2300.20 Released +release-tag: v2026.905.2300.20 +gh-repo: LizardByte/libvirtualhid +gh-badge: [follow, fork, star] +tags: [release, libvirtualhid] +thumbnail-img: https://app.lizardbyte.dev/dashboard/github/openGraphImages/libvirtualhid_624x312.png +comments: true +authors: + - github: LizardByte-bot +--- + +## Attention +For best compatibility with Sunshine, it is recommended to pair this driver with Sunshine v2026.906.14454 or newer. + +## What's Changed +* chore(deps): update lizardbyte/actions action to v2026.829.140353 by [@renovate[bot]](https://github.com/apps/renovate) in [#116](https://github.com/LizardByte/libvirtualhid/pull/116) +* fix(Linux): mouse wheel event compatibility by [@ReenigneArcher](https://github.com/ReenigneArcher) in [#117](https://github.com/LizardByte/libvirtualhid/pull/117) +* fix(gamepad): correct battery reporting and Xbox Series support by [@ReenigneArcher](https://github.com/ReenigneArcher) in [#118](https://github.com/LizardByte/libvirtualhid/pull/118) +* fix(installer): WiX uninstall script paths by [@ReenigneArcher](https://github.com/ReenigneArcher) in [#121](https://github.com/LizardByte/libvirtualhid/pull/121) +* chore(deps): update lizardbyte/actions action to v2026.905.43751 by [@renovate[bot]](https://github.com/apps/renovate) in [#122](https://github.com/LizardByte/libvirtualhid/pull/122) +* chore(deps): bump doxyconfig to v2026.904.153907 by [@ReenigneArcher](https://github.com/ReenigneArcher) in [#123](https://github.com/LizardByte/libvirtualhid/pull/123) +* docs: add docs navigation buttons by [@ReenigneArcher](https://github.com/ReenigneArcher) in [#124](https://github.com/LizardByte/libvirtualhid/pull/124) +* chore: update global workflows by [@LizardByte-bot](https://github.com/LizardByte-bot) in [#125](https://github.com/LizardByte/libvirtualhid/pull/125) +* build(deps): bump third-party/lizardbyte-common from to by [@dependabot[bot]](https://github.com/apps/dependabot) in [#126](https://github.com/LizardByte/libvirtualhid/pull/126) + + +**Full Changelog**: https://github.com/LizardByte/libvirtualhid/compare/v2026.829.2338.54...v2026.905.2300.20 + +--- +## Contributors +ReenigneArcherrenovate[bot]LizardByte-botdependabot[bot] + + +--- +📦 **Assets:** + +| ⬇️ Download | #️⃣ Download Count | 🛡️ VirusTotal | +|-------------|-------------------|---------------| +| [libvirtualhid-Windows-AMD64-driver-installer.msi](https://github.com/LizardByte/libvirtualhid/releases/download/v2026.905.2300.20/libvirtualhid-Windows-AMD64-driver-installer.msi) | ![Downloads](https://img.shields.io/github/downloads/LizardByte/libvirtualhid/v2026.905.2300.20/libvirtualhid-Windows-AMD64-driver-installer.msi?style=flat-square&label=&displayAssetName=false) | [![VirusTotal](https://badges.cssnr.com/vt/id/sha256:071638482981fc1fe6ad1f5e789c886f989ff5ecff797ac95faff876983f7ea0?style=flat-square&icon=virustotal&label=)](https://www.virustotal.com/gui/file-analysis/NjFiZTQyYThiYmRhZjgzOGI2MjRiNjMxYjIyZGIzOWM6MTc4ODY0OTkyOA==) | From 2ccf845c4eb8981e91c0df1ef42d4c225d5ffb86 Mon Sep 17 00:00:00 2001 From: Dave Lane <42013603+ReenigneArcher@users.noreply.github.com> Date: Sun, 6 Sep 2026 16:01:35 -0400 Subject: [PATCH 2/3] Apply batched suggestions from code review Co-authored-by: Dave Lane <42013603+ReenigneArcher@users.noreply.github.com> --- .../2026-09-05-v2026.905.2300.20.md | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/_posts/releases/libvirtualhid/2026-09-05-v2026.905.2300.20.md b/_posts/releases/libvirtualhid/2026-09-05-v2026.905.2300.20.md index 3b5802bf..82170ce4 100644 --- a/_posts/releases/libvirtualhid/2026-09-05-v2026.905.2300.20.md +++ b/_posts/releases/libvirtualhid/2026-09-05-v2026.905.2300.20.md @@ -1,18 +1,18 @@ ---- -layout: release -title: libvirtualhid v2026.905.2300.20 Released -release-tag: v2026.905.2300.20 -gh-repo: LizardByte/libvirtualhid -gh-badge: [follow, fork, star] -tags: [release, libvirtualhid] -thumbnail-img: https://app.lizardbyte.dev/dashboard/github/openGraphImages/libvirtualhid_624x312.png -comments: true -authors: - - github: LizardByte-bot ---- - +--- +layout: release +title: libvirtualhid v2026.905.2300.20 Released +release-tag: v2026.905.2300.20 +gh-repo: LizardByte/libvirtualhid +gh-badge: [follow, fork, star] +tags: [release, libvirtualhid] +thumbnail-img: https://app.lizardbyte.dev/dashboard/github/openGraphImages/libvirtualhid_624x312.png +comments: true +authors: + - github: LizardByte-bot +--- + ## Attention -For best compatibility with Sunshine, it is recommended to pair this driver with Sunshine v2026.906.14454 or newer. +For best compatibility with Sunshine, it is recommended to pair this driver with Sunshine v2026.906.195203 or newer. ## What's Changed * chore(deps): update lizardbyte/actions action to v2026.829.140353 by [@renovate[bot]](https://github.com/apps/renovate) in [#116](https://github.com/LizardByte/libvirtualhid/pull/116) @@ -38,4 +38,4 @@ For best compatibility with Sunshine, it is recommended to pair this driver with | ⬇️ Download | #️⃣ Download Count | 🛡️ VirusTotal | |-------------|-------------------|---------------| -| [libvirtualhid-Windows-AMD64-driver-installer.msi](https://github.com/LizardByte/libvirtualhid/releases/download/v2026.905.2300.20/libvirtualhid-Windows-AMD64-driver-installer.msi) | ![Downloads](https://img.shields.io/github/downloads/LizardByte/libvirtualhid/v2026.905.2300.20/libvirtualhid-Windows-AMD64-driver-installer.msi?style=flat-square&label=&displayAssetName=false) | [![VirusTotal](https://badges.cssnr.com/vt/id/sha256:071638482981fc1fe6ad1f5e789c886f989ff5ecff797ac95faff876983f7ea0?style=flat-square&icon=virustotal&label=)](https://www.virustotal.com/gui/file-analysis/NjFiZTQyYThiYmRhZjgzOGI2MjRiNjMxYjIyZGIzOWM6MTc4ODY0OTkyOA==) | +| [libvirtualhid-Windows-AMD64-driver-installer.msi](https://github.com/LizardByte/libvirtualhid/releases/download/v2026.905.2300.20/libvirtualhid-Windows-AMD64-driver-installer.msi) | ![Downloads](https://img.shields.io/github/downloads/LizardByte/libvirtualhid/v2026.905.2300.20/libvirtualhid-Windows-AMD64-driver-installer.msi?style=flat-square&label=&displayAssetName=false) | [![VirusTotal](https://badges.cssnr.com/vt/id/sha256:071638482981fc1fe6ad1f5e789c886f989ff5ecff797ac95faff876983f7ea0?style=flat-square&icon=virustotal&label=)](https://www.virustotal.com/gui/file-analysis/NjFiZTQyYThiYmRhZjgzOGI2MjRiNjMxYjIyZGIzOWM6MTc4ODY0OTkyOA==) | From 48e30c3617544e1a2ae399c8a683befd0152a983 Mon Sep 17 00:00:00 2001 From: Dave Lane <42013603+ReenigneArcher@users.noreply.github.com> Date: Sun, 6 Sep 2026 20:02:54 -0400 Subject: [PATCH 3/3] Apply batched suggestions from code review Co-authored-by: Dave Lane <42013603+ReenigneArcher@users.noreply.github.com> --- _posts/releases/libvirtualhid/2026-09-05-v2026.905.2300.20.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/releases/libvirtualhid/2026-09-05-v2026.905.2300.20.md b/_posts/releases/libvirtualhid/2026-09-05-v2026.905.2300.20.md index 82170ce4..72b7cefa 100644 --- a/_posts/releases/libvirtualhid/2026-09-05-v2026.905.2300.20.md +++ b/_posts/releases/libvirtualhid/2026-09-05-v2026.905.2300.20.md @@ -12,7 +12,7 @@ authors: --- ## Attention -For best compatibility with Sunshine, it is recommended to pair this driver with Sunshine v2026.906.195203 or newer. +For best compatibility with Sunshine, it is recommended to pair this driver with Sunshine v2026.906.222525 or newer. ## What's Changed * chore(deps): update lizardbyte/actions action to v2026.829.140353 by [@renovate[bot]](https://github.com/apps/renovate) in [#116](https://github.com/LizardByte/libvirtualhid/pull/116)