Skip to content

Releases: hartwork/sandwine

4.1.0

06 Sep 13:27
7f9d4f0
Compare
Choose a tag to compare

What's Changed

  • Infer /lib{,32,64} behavior from host system (alternative to #34) by @hartwork in #61

Full Changelog: 4.0.0...4.1.0

4.0.0

22 Dec 00:22
31e1017
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.0...4.0.0

3.0.0

16 Dec 20:07
66465ea
Compare
Choose a tag to compare

What's Changed

  • CI: Resolve conflicts with ppa:ubuntu-toolchain-r/test in run-tests.yml by @hartwork in #30
  • Add support for Python 3.12 by @hartwork in #35
  • Add experimental support for Xpra by @hartwork in #39
  • Fix typos + make introduction of new typos harder using codespell by @hartwork in #40
  • Improve PTY handling by @hartwork in #41
  • Prepare release 3.0.0 by @hartwork in #42

Full Changelog: 2.0.0...3.0.0

2.0.0

26 Apr 11:18
Compare
Choose a tag to compare

What's Changed

  • Migrate from setup.py to pyproject.toml + require Python >=3.8 by @hartwork in #20
  • Use a PTY + require Python >=3.9 by @hartwork in #26

Full Changelog: 1.3.3...2.0.0

1.3.3

26 Apr 10:47
Compare
Choose a tag to compare

What's Changed

  • Pass --unshare-user to Bubblewrap by @hartwork in #22
  • Pass --disable-userns to bubblewrap (requires >=0.8.0) by @hartwork in #23
  • Pin GitHub Actions to specific commits for security by @hartwork in #24

Full Changelog: 1.3.2...1.3.3

1.3.2

08 Mar 01:59
Compare
Choose a tag to compare

What's Changed

  • Make sure that bwrap dies when sandwine dies by @hartwork in #13
  • Drop mistaken use of os.path.realpath by @hartwork in #14
  • Fix --pass for for relative paths (e.g. --pass ./:ro) by @hartwork in #15

Full Changelog: 1.3.1...1.3.2

1.3.1

04 Mar 20:41
Compare
Choose a tag to compare

What's Changed

  • README.md: Add warning badge about threat model by @hartwork in #12

Full Changelog: 1.3.0...1.3.1

1.3.0

04 Mar 03:00
Compare
Choose a tag to compare

What's Changed

  • Get Xvfb out of --x11 auto-detection by @hartwork in #8
  • Set random hostname (inspired by flatpak) by @hartwork in #9
  • Set environment variable ${container} (inspired by flatpak) by @hartwork in #10
  • README.md: Extend notes on threat model by @hartwork in #11

Full Changelog: 1.2.0...1.3.0

1.2.0

02 Mar 00:50
Compare
Choose a tag to compare

What's Changed

  • Add /usr/lib/wine to PATH if existing for e.g. Debian by @hartwork in #4
  • Fix check for existing bind mount source by @hartwork in #5
  • Fix --network for systemd-resolved by @hartwork in #3
  • Make GitHub Actions run some smoke tests by @hartwork in #6

Full Changelog: 1.1.0...1.2.0

1.1.0

01 Mar 04:22
Compare
Choose a tag to compare

What's Changed

  • Make GitHub Actions run pre-commit by @hartwork in #1
  • Add support for nested X11 based on Xvfb by @hartwork in #2

Full Changelog: 1.0.1...1.1.0