Skip to content

Commit df88ee2

Browse files
committed
Version 0.9.4
1 parent c0afc57 commit df88ee2

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@ SPDX-License-Identifier: GPL-3.0-or-later
33
SPDX-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

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-License-Identifier: GPL-3.0-or-later
22
# SPDX-FileCopyrightText: 2020 igo95862
33
project('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 : {

0 commit comments

Comments
 (0)