| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 1.8.2.0 source code.tar.gz | 2025-10-28 | 2.0 MB | |
| 1.8.2.0 source code.zip | 2025-10-28 | 2.1 MB | |
| README.md | 2025-10-28 | 7.2 kB | |
| Totals: 3 Items | 4.1 MB | 0 | |
After some time a much needed release! lots of fixes and polishing all over the place! Thanks @dottorblaster for stepping in and welcome him as a new part of the maintainer team!
And thank you to 20 new first time contributors!
Please be ware that there was a little change with the telegram group, so if you're on the old channel, please abandon that and change to the new one on https://t.me/distrobox_chat_new
What's Changed
- all: decommission Clearlinux
- assemble: add unshare-groups support by @PoQuatre in https://github.com/89luca89/distrobox/pull/1675
- assemble: extend manifest definitions with include by @balanza in https://github.com/89luca89/distrobox/pull/1860
- assemble: fix accidental file globbing during parsing by @jeffmahoney in https://github.com/89luca89/distrobox/pull/1713
- ci: ignore Neon and SteamOS when testing images by @dottorblaster in https://github.com/89luca89/distrobox/pull/1817
- completion: Bash completion enhancements by @Kamorst in https://github.com/89luca89/distrobox/pull/1848
- create: Support --userns=keep-id:size= by @Jookia in https://github.com/89luca89/distrobox/pull/1667
- create: explicitly prefer using crun if present
- create: fix formatting and quoting issues by @dottorblaster in https://github.com/89luca89/distrobox/pull/1862
- create: indentation for --root usage in distrobox-create by @apollo7321 in https://github.com/89luca89/distrobox/pull/1846
- docs: Add Hyprland setup instructions to Distrobox guide by @AbduEhab in https://github.com/89luca89/distrobox/pull/1833
- docs: Fix a small documentation typo s/you/your/ by @davetha in https://github.com/89luca89/distrobox/pull/1748
- docs: Fix broken Useful tips link by @brandondong in https://github.com/89luca89/distrobox/pull/1721
- docs: Include hostname flag in distrobox-assemble docs, resolve [#1851] by @xaque in https://github.com/89luca89/distrobox/pull/1853
- docs: Remove --name argument from distrobox-stop usage docs by @brennenputh in https://github.com/89luca89/distrobox/pull/1807
- docs: add CentOS Stream 10 to the compatibile distros by @dottorblaster in https://github.com/89luca89/distrobox/pull/1822
- docs: add debian 13 (toolbox) to the manual by @dottorblaster in https://github.com/89luca89/distrobox/pull/1820
- docs: add distrobox-bpftrace openSUSE's image to the docs by @dottorblaster in https://github.com/89luca89/distrobox/pull/1715
- docs: clarify --root documentation for distrobox-create by @apollo7321 in https://github.com/89luca89/distrobox/pull/1845
- docs: fedora 42 by @dottorblaster in https://github.com/89luca89/distrobox/pull/1819
- docs: fix markdown lint by @dottorblaster in https://github.com/89luca89/distrobox/pull/1815
- docs: fix steamdeck guide
- docs: fix ublue arch URL by @renner0e in https://github.com/89luca89/distrobox/pull/1753
- docs: move to new telegram channel
- docs: refactor: replace "Silverblue" with "Atomic Desktops" by @boredsquirrel in https://github.com/89luca89/distrobox/pull/1679
- docs: update supported Debian images according to post-13 EOL data by @dottorblaster in https://github.com/89luca89/distrobox/pull/1816
- docs: update tips for cross-platform images, Fix [#1669]
- docs: update tips for using custom SHELL in assemble, Fix [#1633] by @koldle in https://github.com/89luca89/distrobox/pull/1825
- docs: update_steamdeck_guide.md by @victoraalm in https://github.com/89luca89/distrobox/pull/1587
- enter: Allow whitespaces in environment variables by @scosu in https://github.com/89luca89/distrobox/pull/1811
- export: fix doas case, fix missing sudo_prefix when local execution
- host-exec: fail for HTTP response codes >= 400 (curl --fail) by @peppergrayxyz in https://github.com/89luca89/distrobox/pull/1787
- init: Support Chimera Linux guests by @JamiKettunen in https://github.com/89luca89/distrobox/pull/1778
- init: [#1687] Fixes Vulkan ICD config files for NVIDIA driver host integration (openSUSE, Fedora) by @m4nn in https://github.com/89luca89/distrobox/pull/1688
- init: add altlinux in distrobox by @Htylol in https://github.com/89luca89/distrobox/pull/1512
- init: create xdg-open distrobox-host-exec symlink only if --init not used by @dottorblaster in https://github.com/89luca89/distrobox/pull/1818
- init: exclude schroot mountpoint from socket search, improve performance. by @KarlK90 in https://github.com/89luca89/distrobox/pull/1836
- init: fix formatting on /etc/shadow stat-ing by @dottorblaster in https://github.com/89luca89/distrobox/pull/1823
- init: fix missing sudo binary on doas distro, make export aware of it
- init: fix on systemd, we don't do remount in containers
- init: fix passwordless doas
- init: improve nvidia symlinks resolution. Fix [#1668]
- init: make the default fish_prompt an autoloaded function by @capfredf in https://github.com/89luca89/distrobox/pull/1672
- init: mask systemd-resolved in case we use host's network
- init: setup correct chimera base-full-man dep by @JamiKettunen in https://github.com/89luca89/distrobox/pull/1826
- install: add option to suppress color by @matthoosier-garmin in https://github.com/89luca89/distrobox/pull/1709
- upgrade: fix upgrade command when on doas systems
New Contributors
- @dottorblaster made their first contribution in https://github.com/89luca89/distrobox/pull/1715
- @davetha made their first contribution in https://github.com/89luca89/distrobox/pull/1748
- @renner0e made their first contribution in https://github.com/89luca89/distrobox/pull/1753
- @brennenputh made their first contribution in https://github.com/89luca89/distrobox/pull/1807
- @jeffmahoney made their first contribution in https://github.com/89luca89/distrobox/pull/1713
- @m4nn made their first contribution in https://github.com/89luca89/distrobox/pull/1688
- @capfredf made their first contribution in https://github.com/89luca89/distrobox/pull/1672
- @peppergrayxyz made their first contribution in https://github.com/89luca89/distrobox/pull/1787
- @PoQuatre made their first contribution in https://github.com/89luca89/distrobox/pull/1675
- @Htylol made their first contribution in https://github.com/89luca89/distrobox/pull/1512
- @matthoosier-garmin made their first contribution in https://github.com/89luca89/distrobox/pull/1709
- @victoraalm made their first contribution in https://github.com/89luca89/distrobox/pull/1587
- @boredsquirrel made their first contribution in https://github.com/89luca89/distrobox/pull/1679
- @scosu made their first contribution in https://github.com/89luca89/distrobox/pull/1811
- @KarlK90 made their first contribution in https://github.com/89luca89/distrobox/pull/1836
- @apollo7321 made their first contribution in https://github.com/89luca89/distrobox/pull/1845
- @Kamorst made their first contribution in https://github.com/89luca89/distrobox/pull/1848
- @xaque made their first contribution in https://github.com/89luca89/distrobox/pull/1853
- @Jookia made their first contribution in https://github.com/89luca89/distrobox/pull/1667
- @balanza made their first contribution in https://github.com/89luca89/distrobox/pull/1860
Full Changelog: https://github.com/89luca89/distrobox/compare/1.8.1.2...1.8.2.0