From 73b36d425fc104c2f51c65cf1deb958b561107cc Mon Sep 17 00:00:00 2001 From: igo95862 Date: Sun, 16 Feb 2025 18:30:41 +0000 Subject: [PATCH] Version 0.9.5 --- CHANGELOG.md | 9 +++++++++ meson.build | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd2bf26..0a5d85e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ SPDX-License-Identifier: GPL-3.0-or-later SPDX-FileCopyrightText: 2023 igo95862 --> +# 0.9.5 + +## Fixes + +* Fixed PNG icon using white background instead of transparent one and also increase its + resolution to 128x128. (reported by @boredsquirrel) +* Fixed Nvidia CUDA not working even when `direct_rendering` service is enabled. + (reported, debugged and tested by @silvestron) + # 0.9.4.1 ## Fixes diff --git a/meson.build b/meson.build index c5b98e8..4d41959 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.4.1', + version : '0.9.5', meson_version : '>=1.3.0', # Patch out these lines to install bubblejail's packages to site-packages default_options : {