Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@marcelohdez marcelohdez released this 19 Feb 02:20
· 20 commits to master since this release
3f3fcc1

atmpt 0.2.0: Published to crates.io 🥳

New

  • You can now install by running cargo install atmpt (without templates, see Templates)
  • Default python template
  • --data-dir option to override data directory

Changes

  • Final delete question is reversed (N deletes rather than keeping)
  • Shorthand for --delete is now -n instead of -y to keep in line with above
  • Optimized Cargo.toml release options, reducing final binary size (from 1.3MB to 844KB on my system)

Fixes

  • Ensure projects get deleted even if editor command fails
  • Changing the data directory would fail if it was non-canonical (e.g. dir instead of /home/user/dir)