Skip to content

Commit

Permalink
chore(release): 0.34.5 [skip ci]
Browse files Browse the repository at this point in the history
## [0.34.5](v0.34.4...v0.34.5) (2024-08-19)

### Bug Fixes

* **Default Profile:** Adjust default profile. ([75f312a](75f312a))
* **Logging:** more specific log messages ([6764698](6764698))
* **XPad Bluetooth:** resolve race condition if a device is quickly added, removed, and added again ([eacfb49](eacfb49))
  • Loading branch information
semantic-release-bot committed Aug 19, 2024
1 parent 9d94899 commit e104700
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "inputplumber"
version = "0.34.4"
version = "0.34.5"
edition = "2021"
license = "GPL-3.0-or-later"
description = "Open source input manager for Linux"
Expand Down
4 changes: 2 additions & 2 deletions pkg/archlinux/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: William Edwards <[email protected]>
pkgname=inputplumber-bin
_pkgbase=inputplumber
pkgver=v0.34.4
pkgver=v0.34.5
pkgrel=1
pkgdesc="Open source input router and remapper daemon for Linux"
arch=('x86_64')
Expand All @@ -12,7 +12,7 @@ provides=('inputplumber')
conflicts=('inputplumber-git')
source=(inputplumber-$pkgver.tar.gz::https://github.com/ShadowBlip/inputplumber/releases/download/$pkgver/inputplumber.tar.gz)

sha256sums=('db7a1d0c11f2c6702fdef7860eb6b021990e2fc4bf85cdd64a2b0ef87feacc07')
sha256sums=('2c6a9d132e51d4f01908012d5de662bf9a0fb817fcfdc5a6c4113c923003d260')

prepare() {
cd "$srcdir/${_pkgbase}"
Expand Down
2 changes: 1 addition & 1 deletion pkg/rpm/inputplumber.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%global _name inputplumber

Name: inputplumber
Version: 0.34.4
Version: 0.34.5
Release: 0%{?dist}
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.

Expand Down

0 comments on commit e104700

Please sign in to comment.