Skip to content

Commit c800f92

Browse files
committed
chore(release): 0.68.0 [skip ci]
# [0.68.0](v0.67.1...v0.68.0) (2025-11-20) ### Bug Fixes * **IIO IMU:** Use new gyro & accel capabilities ([03025bf](03025bf)) ### Features * **CompositeDevice:** Add runtime event filtering and dbus interface ([9e818a4](9e818a4)) * **Legion Go:** Improve Legion Go 2 Controller Support ([dd3c4ef](dd3c4ef))
1 parent 03025bf commit c800f92

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

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.67.1"
3+
version = "0.68.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.67.1
4+
pkgver=v0.68.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=('ec80d04e7978c81f8c7e64ba73a541788ac28ae56842ed47641c98d8b8a497b0')
16+
sha256sums=('e2bce41045a9b2775864ad1b1b92811d1a99e5fe108767dfbd5db27b7a7a8874')
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,7 +1,7 @@
11
%global _name inputplumber
22

33
Name: inputplumber
4-
Version: 0.67.1
4+
Version: 0.68.0
55
Release: 0%{?dist}
66
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.
77

0 commit comments

Comments
 (0)