Budget Tracker 1.5.1
Full Changelog: v1.5.0...v1.5.1
Install
With Rust installed, no download needed (skip this if you use the Windows installer below):
cargo install budget-tracker-tuiOtherwise grab the archive for your platform below, unpack it, and put budget-tracker on your PATH.
As of 1.5.1 the crate is budget-tracker-tui and the command is
budget-tracker. They were previously budget_tracker_tui and
Budget_Tracker. Cargo does not remove the old install for you, so
clear it out first:
cargo uninstall budget_tracker_tui
cargo install budget-tracker-tuiNo Rust? Prebuilt binaries for Linux, macOS, and Windows
Unpack the archive for your platform and put budget-tracker on your PATH.
| Archive | Platform |
|---|---|
*-x86_64-unknown-linux-gnu.tar.gz |
Linux x86_64 (glibc 2.35+) |
*-x86_64-unknown-linux-musl.tar.gz |
Linux x86_64 (static, any distro) |
*-aarch64-unknown-linux-gnu.tar.gz |
Linux arm64 (glibc 2.35+) |
*-aarch64-unknown-linux-musl.tar.gz |
Linux arm64 (static, any distro) |
*-aarch64-apple-darwin.tar.gz |
macOS Apple Silicon |
*-x86_64-pc-windows-msvc.zip |
Windows x86_64 |
Verify a download with sha256sum -c SHA256SUMS --ignore-missing.
TLDR:
This is a really minor update. I am changing how the releases work and updating the repo name as well as the crates.io to match (meaning the old one got nuked 😢 ).
This change will provide proper checksums and more targeted versions that should make things easier. Then I can work on either auto updates or supporting more package managers in a much easier way.