Skip to content

Commit 73b36d4

Browse files
committed
Version 0.9.5
1 parent 56ad57a commit 73b36d4

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@ SPDX-License-Identifier: GPL-3.0-or-later
33
SPDX-FileCopyrightText: 2023 igo95862
44
-->
55

6+
# 0.9.5
7+
8+
## Fixes
9+
10+
* Fixed PNG icon using white background instead of transparent one and also increase its
11+
resolution to 128x128. (reported by @boredsquirrel)
12+
* Fixed Nvidia CUDA not working even when `direct_rendering` service is enabled.
13+
(reported, debugged and tested by @silvestron)
14+
615
# 0.9.4.1
716

817
## 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.4.1',
4+
version : '0.9.5',
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)