Skip to content

Commit def7b75

Browse files
chore(release): 0.42.3 [skip ci]
## [0.42.3](v0.42.2...v0.42.3) (2025-12-23) ### Bug Fixes * **DBus:** faster dbus methods by keeping reference to proxy instance ([32221ca](32221ca))
1 parent 32221ca commit def7b75

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

core/global/version.tres

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44

55
[resource]
66
script = ExtResource("1_g72si")
7-
core = "0.42.2"
7+
core = "0.42.3"
88
plugin_api = "1.0.0"

package/archlinux/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Maintainer: Derek J. Clark <[email protected]>
22
pkgname=opengamepadui-bin
33
_pkgbase=opengamepadui
4-
pkgver=0.42.2
4+
pkgver=0.42.3
55
pkgrel=1
66
pkgdesc="Open source game launcher"
77
arch=('x86_64')
@@ -16,7 +16,7 @@ provides=('opengamepadui')
1616
conflicts=('opengamepadui-git')
1717
source=(opengamepadui-v$pkgver.tar.gz::https://github.com/ShadowBlip/OpenGamepadUI/releases/download/v$pkgver/opengamepadui.tar.gz)
1818

19-
sha256sums=('bd1d78d1b62624a10b8ac17745ff21bf7a89a8a66fa4009d15c52b2687bb9fb1')
19+
sha256sums=('c4711203d0c28ce846d983822d05891973ce128e2bc22ef19747fe3c269f441f')
2020

2121
package() {
2222
options=('!strip')

package/rpm/opengamepadui.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: opengamepadui
2-
Version: 0.42.2
2+
Version: 0.42.3
33
Release: 1
44
Summary: A free and open source game launcher and overlay written using the Godot Game Engine 4 designed with a gamepad native experience in mind
55
License: GPL-3.0-only

0 commit comments

Comments
 (0)