Skip to content

Commit

Permalink
Version 0.9.1
Browse files Browse the repository at this point in the history
 ## Features

* New icon designed by @gelatinbomb

 ## Fixes

* Fix WebKit built-in sandboxing not working.
* Fix missing comma in default syscall filter preventing certain filters from working.
  (contributed by @rusty-snake)
  • Loading branch information
igo95862 committed Aug 25, 2024
1 parent c598601 commit 1b06412
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@ SPDX-License-Identifier: GPL-3.0-or-later
SPDX-FileCopyrightText: 2023 igo95862
-->

# 0.9.1

## Features

* New icon designed by @gelatinbomb

## Fixes

* Fix WebKit built-in sandboxing not working.
* Fix missing comma in default syscall filter preventing certain filters from working.
(contributed by @rusty-snake)

# 0.9.0

No changes since 0.9rc1.
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.0',
version : '0.9.1',
# Patch out these lines to install bubblejail's packages to site-packages
default_options : {
'python.purelibdir' : 'lib/bubblejail/python-packages',
Expand Down

0 comments on commit 1b06412

Please sign in to comment.