Releases: Gerharddc/litterbox
v0.4.1
What's Changed
- Use one file per command by @thund-x in #62
- Handle orphaned processes by @thund-x in #73
- Bump pnpm/action-setup from 4 to 5 by @dependabot[bot] in #70
- Add support for custom podman create arguments by @Gerharddc in #75
Full Changelog: v0.4.0...v0.4.1
v0.4.0
NB this is a somewhat breaking change in the sense that it is now no longer possible to use sudo in litterboxes due to the Landlock integration. Instead you will now have to do litterbox enter --root to have superuser rights inside a litterbox. The templates have also changed so it is recommended to update to the latest templates and rebuild.
What's Changed
- Update landlock branch by @Gerharddc in #53
- Add "litterbox keys import" command by @thund-x in #57
- Bump wrangler from 4.73.0 to 4.74.0 in /website by @dependabot[bot] in #59
- Introduce Landlock by @Gerharddc in #60
- Code clean-up by @thund-x in #61
Full Changelog: v0.3.2...v0.4.0
v0.3.2
v0.3.1
This fixes a bug with v0.3.0 that prevented Litterboxes from starting.
Full Changelog: v0.3.0...v0.3.1
v0.3.0
NB: this release introduces breaking changes! You will need to update your Litterbox definitions to match the new templates and then rebuild your Litterboxes. The reason for this is that some logic has moved from the prep-home script into the Litterbox binary and this script has been changed from fish to sh to be less opinionated and make it easier to change the shell.
What's Changed
- Bump wrangler from 4.65.0 to 4.68.0 in /website by @dependabot[bot] in #37
- Set LANG to en_US.UTF-8 by @dhardy in #47
- Bump actions/upload-artifact from 6 to 7 by @dependabot[bot] in #42
- Bump actions/download-artifact from 7 to 8 by @dependabot[bot] in #41
- Support multiple enter by @Gerharddc in #49
- Support multiple enter by @Gerharddc in #50
New Contributors
Full Changelog: v0.2.0...v0.3.0
v0.2.0
- Added more networking settings
- Fixed bug when updating settings.
NB: this version introduces a minor change in the settings format which means that network settings will default to the default in many cases. It is therefore recommended to reconfigure networking settings if you do not use the default already.
Full Changelog: v0.1.10...v0.2.0
v0.1.10
What's Changed
- Add support for disabling seccomp filtering
- Updated dependencies
Full Changelog: v0.1.9...v0.1.10
v0.1.9
What's Changed
- Add support for AMD KFD device + minor cleanups
- Attempt to add WSL support
- Add support for shared memory limit
Full Changelog: v0.1.8...v0.1.9
v0.1.8
What's Changed
- Settings are now stored in a file. by @Gerharddc in #23
Full Changelog: v0.1.7...v0.1.8
v0.1.7
What's Changed
- Added CachyOS template by @mxj4 in #20
- Add option to expose PipeWire socket
- Define XDG_SESSION_TYPE=wayland
New Contributors
Full Changelog: v0.1.6...v0.1.7