Skip to content

Releases: 89luca89/distrobox

1.2.11

11 Jan 08:46
462cfe9
Compare
Choose a tag to compare

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

10 Jan 09:20
5a494b3
Compare
Choose a tag to compare

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

02 Jan 15:12
697bf8f
Compare
Choose a tag to compare

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

01 Jan 15:17
56467d9
Compare
Choose a tag to compare

Minor bugfix release:

  • create: resolve eventual symlinks for distrobox utilities
  • create: fix custom SHELL, pass SHELL as env in create so init can initalize custom shells
  • init: remove debug leftovers
  • init: use different check for user existence

1.2.6

01 Jan 10:31
5949834
Compare
Choose a tag to compare

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 for distrobox-create to use custom HOMEs for containers
  • fix custom mounts routine moving it from create to init
  • add new distrobox wrapper to use the commands without the hyphens (eg: distrobox create or distrobox 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

29 Dec 20:04
649f16a
Compare
Choose a tag to compare

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

22 Dec 22:20
f9e0077
Compare
Choose a tag to compare

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.
    

1.2.3

22 Dec 08:44
17d0cc1
Compare
Choose a tag to compare

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

21 Dec 17:29
68df9d2
Compare
Choose a tag to compare

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.

1.2.1

19 Dec 10:46
45b7593
Compare
Choose a tag to compare

Minor feature release:

  • Support Alpine linux hosts
  • Support NixOS linux hosts
  • Support Gentoo linux hosts
  • Improve performance using podman socket if available