Skip to content
This repository was archived by the owner on Aug 26, 2026. It is now read-only.

Release v1.2.9

Choose a tag to compare

@owen-debiasio owen-debiasio released this 03 May 18:50
· 454 commits to main since this release

Full Changelog: v1.2.8...v1.2.9

  • Code optimizations
    • Reorganized filesystem related functions
      • Now located in src/utils/fs/
  • Changes in usage for running as root
    • You now only need to run cmdcreate for some commands
      • You will need root for commands like:
        • create
        • remove
        • edit
      • You will not need root for commands like:
        • list
        • search
        • export
      • cmdcreate update will require root depending on how you update
      • Running flags no longer require root by themselves
  • Slightly improved the updating experience
  • Root status is now included in the verbose debug intro
  • Logs are now stored in /tmp/. They are deleted on reboot/shutdown.
  • Readded the ability to update via the AUR when using cmdcreate update
  • Overhauled filesystem initialization
  • Fixed documentation not being deleted after being retrieved