Releases: marcelohdez/atmpt
Releases · marcelohdez/atmpt
v0.2.0
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 (from1.3MB
to844KB
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
)