Skip to content

Commit a73eed6

Browse files
committed
chore(release): 0.77.0 [skip ci]
# [0.77.0](v0.76.1...v0.77.0) (2026-05-07) ### Bug Fixes * **CapabilityMap:** use min/max range for unsigned axis normalization ([c3d535b](c3d535b)) * **iio:** improve AccelGyro3d driver for HID Sensor Hub devices ([2a620d0](2a620d0)) * **zotac-zone:** add IMU mount matrix ([621e0dd](621e0dd)) ### Features * **Hardware Support:** add OXP HID driver for OneXPlayer X1 and APEX ([e0a3880](e0a3880)), closes [srsholmes/onexplayer-apex-bazzite-fixes#8](srsholmes/onexplayer-apex-bazzite-fixes#8) * **Hardware Support:** Add support for hid-msi-claw ([5c61d21](5c61d21))
1 parent e0a3880 commit a73eed6

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "inputplumber"
3-
version = "0.76.1"
3+
version = "0.77.0"
44
edition = "2021"
55
license = "GPL-3.0-or-later"
66
description = "Open source input manager for Linux"

pkg/archlinux/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Maintainer: William Edwards <shadowapex@gmail.com>
22
pkgname=inputplumber-bin
33
_pkgbase=inputplumber
4-
pkgver=v0.76.1
4+
pkgver=v0.77.0
55
pkgrel=1
66
pkgdesc="Open source input router and remapper daemon for Linux"
77
arch=('x86_64')
@@ -13,7 +13,7 @@ provides=('inputplumber')
1313
conflicts=('inputplumber-git')
1414
source=(inputplumber-$pkgver.tar.gz::https://github.com/ShadowBlip/inputplumber/releases/download/$pkgver/inputplumber-x86_64.tar.gz)
1515

16-
sha256sums=('66fdf52aba7e03554ec2dab579c31b29c4eb655847c3530c501e1382cba93fdf')
16+
sha256sums=('e1b0c8a41bdae71a27022c0e36f0c132769dd8bdeea73847cd819b1f5bb247d4')
1717

1818
prepare() {
1919
cd "$srcdir/${_pkgbase}"

pkg/rpm/inputplumber.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: inputplumber
2-
Version: 0.76.1
2+
Version: 0.77.0
33
Release: 1%{?dist}
44
Summary: InputPlumber is an open source input routing and control daemon for Linux. It can be used to combine any number of input devices (like gamepads, mice, and keyboards) and translate their input to a variety of virtual device formats.
55
License: GPLv3+

0 commit comments

Comments
 (0)