Skip to content

Commit

Permalink
Version 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
igo95862 committed Dec 22, 2024
1 parent c0afc57 commit df88ee2
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -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 : {
Expand Down

0 comments on commit df88ee2

Please sign in to comment.