Skip to content

Commit

Permalink
Version 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
igo95862 committed Mar 2, 2024
1 parent c50d745 commit 5331f1c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# 0.8.3

## Features

* Add `debug` service which can be used to add arguments to `bwrap`
and `xdg-dbus-proxy` invocations. See `bubblejail.services` man page
for its configuration keys and values. (requested by @xiota)
* Document directories used by bubblejail in `bubblejail` man page.
(requested by @firefoxlover)

## Fixes

* Mount file pointed by symlink if `/etc/resolv.conf` is a symlink when `network`
service is used. This fixes DNS issues when systemd-resolved is used.
(first reported by @adworacz)
* Fixed `joystick` description not being complete. (reported by @xiota)
* Fixed `PYTHONPYCACHEPREFIX` environment variable breaking build system.
(first reported by `mlj` on AUR)

# 0.8.2

## Fixes
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('bubblejail',
version : '0.8.2'
version : '0.8.3'
)

fs = import('fs')
Expand Down

0 comments on commit 5331f1c

Please sign in to comment.