Skip to content

1.0.3

Compare
Choose a tag to compare
@89luca89 89luca89 released this 05 Dec 22:35
· 1449 commits to main since this release
8084b58

Small style, formatting and bug fix release:

  • actions: add shellcheck linter action
  • docs: add license header to files, Fix #10
  • init: remove theme and icons symlink
    it was used to integrate host's theme and icons into container
    but creates many problems, let's wait and find a better solution
  • init: add groupadd command before useradd
  • enter: simplify env passing
  • create, enter: use eval to execute the generated command, remove shellcheck exception SC2091