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

Release v1.3.0

Choose a tag to compare

@owen-debiasio owen-debiasio released this 05 May 21:27
· 424 commits to main since this release

Full Changelog: v1.2.9...v1.3.0

  • Fixed passed args not being collected/read properly
  • Code optimizations
  • Fixed permission denied error for when you download license not as root
  • Y/N question prompts can no longer be silent, even when passing
    -s/--silent. This is done to prevent cmdcreate from doing things without
    your consent.
  • Shell commands are now made silent through the -s/--silent flags rather
    than manually
  • dev/clean.sh now formats code before cleaning up cargo
    • Before, it would clean up the Rust environment first, then run clippy
      which created the directory target again.
  • Slightly modified the output for the usage of cmdcreate to be better at color
    coding
  • Fix crash when user tries to build from source without root
  • Changed log directory to /tmp/cmdcreate-logs/