Skip to content

Commit

Permalink
Version 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
igo95862 committed Oct 12, 2024
1 parent fedc7b7 commit 97f1fb1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@ SPDX-License-Identifier: GPL-3.0-or-later
SPDX-FileCopyrightText: 2023 igo95862
-->

# 0.9.3

## Fixes

* Steam profile now allows it to acquire any D-Bus name starting with `com.steampowered.*`.
This fixes several PressureVessel startup errors.
Existing Steam instances will **NOT** be retroactively affected and `com.steampowered.*` must be
manually added to the "Application's D-Bus name" in the GUI or under `dbus_name` key in `[common]`
section in the text config.
* Firefox desktop entry name specific to Fedora is now supported. (reported by @boredsquirrel)
* Fixed bubblejail sometimes hanging on startup or shutdown after a JSON decode error is raised.
(thanks to @odomingao for providing exception traces)
* The minimum meson version is now set at 1.3.0. This allows for better error messages
then attempting to compile bubblejail on a meson version lower than supported one.

# 0.9.2

## Features
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.2',
version : '0.9.3',
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 97f1fb1

Please sign in to comment.