Skip to content

Releases: marcelohdez/atmpt

v0.2.0

19 Feb 02:20
3f3fcc1
Compare
Choose a tag to compare

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)

v0.1.0

15 Nov 20:51
319b89f
Compare
Choose a tag to compare

initial release