Skip to content

Releases: igo95862/bubblejail

0.5.0

30 Jan 18:17
0.5.0
b6a430c
Compare
Choose a tag to compare
  • Minimum bubblewrap version is now 0.5.0
  • Added default seccomp filter with several syscalls that might be dangerous
  • Switched TOML package from toml to tomli and tomli-w
  • Added build option to use pythons site-package directory instead of version independent one
  • Fixed running on arch other than x86_64
  • Fixed trying to bind glibc linker cache on non glibc system

0.4.4

22 Jan 15:20
0.4.4
02f4329
Compare
Choose a tag to compare
  • Fixed D-Bus proxy initialization having a race condition that could have caused startup failures
  • Fixed Video4Linux services failing to start if there are no video devices

0.4.3

16 Jan 18:08
0.4.3
2cf8cd9
Compare
Choose a tag to compare
  • Added Video4Linux service
  • Added Pipewire service
  • New gamepad resolution algorithm (bluetooth support)
  • Fixed module loading having side effects of creating config directory

0.4.2

18 Feb 13:57
0.4.2
c5293af
Compare
Choose a tag to compare
  • Build system updates. Now supports custom prefixes
  • Man page for bubblejail
  • edit command now only overwrites if you modified the config
  • Added --debug-bwrap-args that adds extra args to bwrap
  • Dropped Pulse Audio work-around as Arch Linux fixed issue with Steam package

0.4.1

25 Nov 08:19
0.4.1
54e2ff0
Compare
Choose a tag to compare

Fixed Firefox on Wayland not being able to create new windows or open URLs from outside command (such as desktop environment) . If you created Firefox instance before the update you need to add org.mozilla.* to the Dbus name.

0.4.0

15 Oct 16:18
0.4.0
66d72e1
Compare
Choose a tag to compare

This version is future proofed against Python upgrades in the future.

Changelog:
igo95862 (17):
Added github action for linting python
Added status badge for flake8 and mypy
Compressed proifles in README
Options to bwrap are not passed with --args
Desktop MIME databse is now updated creating new instance.
Added home path rewriter
bubblejail_helper can now reap its own children
Future proofed for python upgrades

0.3.1

11 Oct 09:17
0.3.1
384c7e3
Compare
Choose a tag to compare

Added shell completions

0.3.0

07 Oct 12:50
0.3.0
dfeb585
Compare
Choose a tag to compare

New GUI tool to configure and create instances.

Please read: breaking changes