Skip to content

Commit

Permalink
Version 0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
igo95862 committed Feb 16, 2025
1 parent 56ad57a commit 73b36d4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.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 : {
Expand Down

0 comments on commit 73b36d4

Please sign in to comment.