Skip to content

Commit 9b5bdff

Browse files
committed
chore(release): 0.45.1 [skip ci]
## [0.45.1](v0.45.0...v0.45.1) (2025-02-10) ### Bug Fixes * **Device Hiding:** revert back to previous hiding method" ([43ab18f](43ab18f)) * **Device Hiding:** use IMPORT{program} to query if device is manage by InputPlumber ([caa9811](caa9811)) * **Device Hiding:** use new method for hiding devices ([4e4f112](4e4f112)) * **Device Hiding:** Use static udev rule when ManageAllDevices is set. ([ec142fb](ec142fb)) * **Gamepads:** fallback to managing all gamepad devices ([f3a36e7](f3a36e7))
1 parent 43ab18f commit 9b5bdff

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "inputplumber"
3-
version = "0.45.0"
3+
version = "0.45.1"
44
edition = "2021"
55
license = "GPL-3.0-or-later"
66
description = "Open source input manager for Linux"

pkg/archlinux/PKGBUILD

+2-2
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.45.0
4+
pkgver=v0.45.1
55
pkgrel=1
66
pkgdesc="Open source input router and remapper daemon for Linux"
77
arch=('x86_64')
@@ -12,7 +12,7 @@ provides=('inputplumber')
1212
conflicts=('inputplumber-git')
1313
source=(inputplumber-$pkgver.tar.gz::https://github.com/ShadowBlip/inputplumber/releases/download/$pkgver/inputplumber.tar.gz)
1414

15-
sha256sums=('d426bb85b3e110a0c433756f73600184c2efb0acfa44ad487e1840a284b6c4bb')
15+
sha256sums=('9468d4d3d00cdd944454f076856599aad67225ca344d65c637a5610313090b24')
1616

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

pkg/rpm/inputplumber.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%global _name inputplumber
22

33
Name: inputplumber
4-
Version: 0.45.0
4+
Version: 0.45.1
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)