File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed
Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,25 @@ SPDX-License-Identifier: GPL-3.0-or-later
33SPDX-FileCopyrightText: 2023 igo95862
44-->
55
6+ # 0.9.4
7+
8+ ## Features
9+
10+ * Added ` gamemode ` service which provides access to Feral's GameMode D-Bus API.
11+ Use ` gamemoderun ` to run a specific application with optimization tweaks.
12+ For example, add ` gamemoderun %command% ` to Steam game launch options.
13+ If GameMode daemon is not running does nothing. Steam profile also enables this
14+ service by default. (only affects newly created instances)
15+
16+ ## Fixes
17+
18+ * ` XDG_SESSION_TYPE ` is now set to ` x11 ` when ` wayland ` service is disabled in Xwayland
19+ environments with ` x11 ` service enabled. This fixes certain applications trying to
20+ connect to Wayland socket even if was not passed to sandbox.
21+ * Fix manual pages not being reliably reproducible because certain metadata not having
22+ stable order. (reported by @sertonix )
23+ * Fix ` slirp4netns ` not working when ` /etc/resolv.conf ` is a symlink. (reported by @odomingao )
24+
625# 0.9.3
726
827## Fixes
Original file line number Diff line number Diff line change 11# SPDX-License-Identifier: GPL-3.0-or-later
22# SPDX-FileCopyrightText: 2020 igo95862
33project (' bubblejail' ,
4- version : ' 0.9.3 ' ,
4+ version : ' 0.9.4 ' ,
55 meson_version : ' >=1.3.0' ,
66 # Patch out these lines to install bubblejail's packages to site-packages
77 default_options : {
You can’t perform that action at this time.
0 commit comments