File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,15 @@ SPDX-License-Identifier: GPL-3.0-or-later
33SPDX-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
Original file line number Diff line number Diff line change 11# SPDX-License-Identifier: GPL-3.0-or-later
22# SPDX-FileCopyrightText: 2020 igo95862
33project (' 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 : {
You can’t perform that action at this time.
0 commit comments