From df88ee2cf3f60547f6c64ef0dba61150578da183 Mon Sep 17 00:00:00 2001 From: igo95862 Date: Sun, 22 Dec 2024 18:56:33 +0000 Subject: [PATCH] Version 0.9.4 --- CHANGELOG.md | 19 +++++++++++++++++++ meson.build | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef0c506..9debb28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,25 @@ SPDX-License-Identifier: GPL-3.0-or-later SPDX-FileCopyrightText: 2023 igo95862 --> +# 0.9.4 + +## Features + +* Added `gamemode` service which provides access to Feral's GameMode D-Bus API. + Use `gamemoderun` to run a specific application with optimization tweaks. + For example, add `gamemoderun %command%` to Steam game launch options. + If GameMode daemon is not running does nothing. Steam profile also enables this + service by default. (only affects newly created instances) + +## Fixes + +* `XDG_SESSION_TYPE` is now set to `x11` when `wayland` service is disabled in Xwayland + environments with `x11` service enabled. This fixes certain applications trying to + connect to Wayland socket even if was not passed to sandbox. +* Fix manual pages not being reliably reproducible because certain metadata not having + stable order. (reported by @sertonix) +* Fix `slirp4netns` not working when `/etc/resolv.conf` is a symlink. (reported by @odomingao) + # 0.9.3 ## Fixes diff --git a/meson.build b/meson.build index f241756..1517c1c 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-3.0-or-later # SPDX-FileCopyrightText: 2020 igo95862 project('bubblejail', - version : '0.9.3', + version : '0.9.4', meson_version : '>=1.3.0', # Patch out these lines to install bubblejail's packages to site-packages default_options : {