Releases: 89luca89/distrobox
Releases · 89luca89/distrobox
1.2.11
Super quick release:
- fix (again) /sys/fs/selinux detection. Fix #110
- Add Gentoo guest support (thanks @nullpointerarray 😄 )
- Fix uninstall (thanks @alcir 😄 )
Full Changelog: 1.2.10...1.2.11
1.2.10
Minor bugfix and enhancement release:
- docs: created docs, website and posts section: https://distrobox.privatedns.org
- all: fixes a series of typos 😄
- uninstall: created uninstall script (thanks @misobarisic 😄 )
- init: fix user password initialization on some systems
- init: integrate also host's fonts
- init: wipe /sys/fs/selinux in containers so that selinux is not used inside rootless context.
- enter: fix for when distrobox is not in canonical PATHs
- create: use hostname file instead of command for more compatibility
- all: support specifying name without --name/-n flag
- Distrobox is now available also on Fedora Copr and Arch AUR (thanks @alcir and @M0Rf30 😄 )
Full Changelog: 1.2.9...1.2.10
1.2.9
Minor bugfix release:
- Improve support for NixOS, and add more info about NixOS support to README.
- fix export on custom --home
- create/export: use custom env variable to maintain original home path for exports when using custom home (#86)
- export: suppress stderr if not important
- enter: improve environment denied variables
- init: add srv to mounts if available
- fix container manager detection when using verbose or remote
1.2.7
1.2.6
Bugfix, feature and docs minor update:
- add non-interactive create/enter using env variables
- docs: add license headers and switch license to markdown format
- docs: fix backup/restore commands
- add custom
--home
flag fordistrobox-create
to use custom HOMEs for containers - fix custom mounts routine moving it from
create
toinit
- add new
distrobox
wrapper to use the commands without the hyphens (eg:distrobox create
ordistrobox enter
) - add new quality of life commands:
- distrobox-list: list created pet containers, green if running, yellow if stopped
- distrobox-rm: remove a created pet container
1.2.5
Minor release:
- create: fix endless find when gvfs volumes are mounted (#48)
- create: fix difference between HOME and PWD path resolution, only if there is a difference (#50)
- enter: ensure PATH is built correctly and check for exact subpaths (#66)
- init: tame the debug log a bit arount the net_mount creation cycle.
- improve general comments and readability
- support: CentOS Stream 8 and 9 as Containers Distros
- init: add default value for SHELL env variable
- init: add missing ncurses dependency on void-linux
- init: ensure ncurses is installed as a dependency on all systems
1.2.4
Minor bugfix and feature release:
- create: fix difference between HOME and PWD path resolution on ostree systems
- Add ability to duplicate containers:
- added flag to
distrobox-create
:
--clone/-c: name of the distrobox container to use as base for a new container this will be useful to either rename an existing distrobox or have multiple copies of the same environment.
- added flag to
1.2.3
Minor bugfix release:
- Add support for host distro:
- Debian Testing
- Debian - Add support for Containers:
- Debian 8
- Debian 9
- Debian 10
- Ubuntu 14.04
- Ubuntu 16.04
- Ubuntu 18.04 - fix: add recursive copy for application's icons
- export: add pixmaps folder to search, fix un-export
1.2.2
Minor bugfix version
- create: should not use socket on create or there will be permission problems in the image
- init: follow shell when creating user
- enter/create: use podman socket if available
this is a little performance optimization, if available the use of
socket reduces podman's command execution time by a lot.