2.0.0-rc.2Pre-releaseLinux
Added 2
- Add autodetect feature
- Make listing alphabetical
Changed 2
- Load config as value object
- Refactor tests with testify
Fixed 10
- Remove breaking spaces from exported desktop files
- Clean empty unversioned .so stubs during nvidia setup
- Execute correct binary for podman-launcher provider
- Fix unshare_groups su args and tty handling in enter command
- Pass root correctly to create and generate-entry command
- Propagate errors when entering containers
- Add MultiWriter to podman container manager
- Print container name on create when not provided
- Fix command args handling
- Handle root for each entry in assemble command
What's Changed
- docs: port v2 announcements posts to branch next by @balanza in https://github.com/89luca89/distrobox/pull/2039
- fix: various bug fixes and code improvements by @mirkobrombin in https://github.com/89luca89/distrobox/pull/2047
- refactor: load config as value object by @balanza in https://github.com/89luca89/distrobox/pull/2041
- feat: autodetect by @fabriziosestito in https://github.com/89luca89/distrobox/pull/2046
- fix: remove breaking spaces exported desktop files by @simon-wg in https://github.com/89luca89/distrobox/pull/2051
- init: also clean empty unversioned .so stubs during nvidia setup by @edodusi in https://github.com/89luca89/distrobox/pull/2034
- fix(providers): execute correct binary for podman-launcher provider by @fabriziosestito in https://github.com/89luca89/distrobox/pull/2056
- refactor: tests with testify by @fabriziosestito in https://github.com/89luca89/distrobox/pull/2057
- fix(enter): unshare_groups su args and tty handling by @Aromatic05 in https://github.com/89luca89/distrobox/pull/2063
- ci: add commitlint by @fabriziosestito in https://github.com/89luca89/distrobox/pull/2064
- fix: passing root correctly to create and generate-entry command by @balanza in https://github.com/89luca89/distrobox/pull/2068
- fix(enter): propagate errors when entering containers by @Aromatic05 in https://github.com/89luca89/distrobox/pull/2070
- fix(containermanager): add MultiWriter to podman by @dottorblaster in https://github.com/89luca89/distrobox/pull/2073
- feat(list): make listing alphabetical by @arungeorgesaji in https://github.com/89luca89/distrobox/pull/2077
- fix: print container name on create when not provided by @balanza in https://github.com/89luca89/distrobox/pull/2082
- Fix/command args by @89luca89 in https://github.com/89luca89/distrobox/pull/2081
- fix(assemble): handle root for each entry by @balanza in https://github.com/89luca89/distrobox/pull/2078
New Contributors
- @fabriziosestito made their first contribution in https://github.com/89luca89/distrobox/pull/2046
- @simon-wg made their first contribution in https://github.com/89luca89/distrobox/pull/2051
Full Changelog: https://github.com/89luca89/distrobox/compare/2.0.0-rc.1...2.0.0-rc.2