commit 1b17a8ee853eb2964687a29913df103373341a70 from: mtmn date: Thu May 7 11:20:11 2026 UTC chore: release v0.5.0 commit - 5f165b70e93af046648925625db592f8e1abff79 commit + 1b17a8ee853eb2964687a29913df103373341a70 blob - dc2bdf9c2e92e8d5e379607e272395bfb00aac98 blob + 8ac5d06108fb619a473ba0f19b6c3749288085ae --- CHANGELOG.md +++ CHANGELOG.md @@ -1,31 +1,75 @@ # Changelog +## [0.5.0] - 2026-05-07 + +### Bug Fixes + +- Less verbosity, show help by default ([`6fac460`](https://git.sr.ht/~mtmn/hakuna/commit/6fac460398f09a44851de0dc79cdd1b81505a20f)) +- Print track title in read mode ([`3b237fd`](https://git.sr.ht/~mtmn/hakuna/commit/3b237fd1f8835a1757287f837d2ff093ca141e00)) + +### Documentation + +- Naming consistency ([`c58e2fc`](https://git.sr.ht/~mtmn/hakuna/commit/c58e2fc2f6cfa153812755719ac5ea48c6020816)) + +### Features + +- Add batch edit ([`85904c5`](https://git.sr.ht/~mtmn/hakuna/commit/85904c54cc814b6b52bbf33f66e023921a648040)) +- Api calls caching, improved batching ([`782c6c9`](https://git.sr.ht/~mtmn/hakuna/commit/782c6c972fe99b4e4e4b83810bc94e2c22bfbb17)) +- Unify naming, deprecate --all argument ([`b2dc3e7`](https://git.sr.ht/~mtmn/hakuna/commit/b2dc3e75bc4d1d2cb12c1febaec0cb16f51865cc)) +- Add --read to print existing tags ([`c51290f`](https://git.sr.ht/~mtmn/hakuna/commit/c51290f55aa0b4113b8b69cd06059ff9b539d44a)) +- Save discogs' subgenre as genre tag ([`5f165b7`](https://git.sr.ht/~mtmn/hakuna/commit/5f165b70e93af046648925625db592f8e1abff79)) + +### Housekeeping + +- Update git-cliff config ([`fa65d50`](https://git.sr.ht/~mtmn/hakuna/commit/fa65d5076a5aad16151cd4e0a1ad9c52ab3c8ad3)) + ## [0.4.0] - 2026-05-07 ### Features -- Make manual edits more deterministic ([`a3353e2`](https://git.sr.ht/~mtmn/plants/commit/a3353e2426a48917f40cf6d1cd4173dcee7a5c18)) +- Make manual edits more deterministic ([`a3353e2`](https://git.sr.ht/~mtmn/hakuna/commit/a3353e2426a48917f40cf6d1cd4173dcee7a5c18)) +### Housekeeping + +- Release v0.4.0 ([`c5bc951`](https://git.sr.ht/~mtmn/hakuna/commit/c5bc9513a8951000cd0f60efff48714400ac454a)) + ## [0.3.0] - 2026-05-07 ### Features -- Deprecate discogs_token var, update cli and nix flake ([`c0ad207`](https://git.sr.ht/~mtmn/plants/commit/c0ad207b14786d0325baf1f507dc89d975ec0567)) +- Deprecate discogs_token var, update cli and nix flake ([`c0ad207`](https://git.sr.ht/~mtmn/hakuna/commit/c0ad207b14786d0325baf1f507dc89d975ec0567)) +### Housekeeping + +- Release v0.3.0 ([`4ee7b80`](https://git.sr.ht/~mtmn/hakuna/commit/4ee7b805a726715a56b6b92f711c33cf6d2e3515)) + ## [0.2.0] - 2026-05-07 ### Features -- Extend --edit by artist and album tag ([`abf8f52`](https://git.sr.ht/~mtmn/plants/commit/abf8f52c4ba7095f46eebc4d2bc8b7be23a1406b)) +- Extend --edit by artist and album tag ([`abf8f52`](https://git.sr.ht/~mtmn/hakuna/commit/abf8f52c4ba7095f46eebc4d2bc8b7be23a1406b)) +### Housekeeping + +- Release v0.2.0 ([`9345bb6`](https://git.sr.ht/~mtmn/hakuna/commit/9345bb60d6dc31a1b0a86671f372776cd7a2f290)) + ## [0.1.1] - 2026-05-07 ### Bug Fixes -- Run cargo fmt ([`43f7786`](https://git.sr.ht/~mtmn/plants/commit/43f778600006277c2cb359a3883c31e139d5edf3)) +- Run cargo fmt ([`43f7786`](https://git.sr.ht/~mtmn/hakuna/commit/43f778600006277c2cb359a3883c31e139d5edf3)) +### Housekeeping + +- Add license ([`53a6329`](https://git.sr.ht/~mtmn/hakuna/commit/53a6329ad6f7061144a9d4b167aa6bc030516c3f)) +- Release v0.1.1 ([`043e365`](https://git.sr.ht/~mtmn/hakuna/commit/043e3651d7032c4001eafab978d9b4eb4bf10f2a)) + ## [0.1.0] ### Features -- Init ([`9bfe7e6`](https://git.sr.ht/~mtmn/plants/commit/9bfe7e627f3efcac4a16a393f5b03b5de08082a6)) +- Init ([`9bfe7e6`](https://git.sr.ht/~mtmn/hakuna/commit/9bfe7e627f3efcac4a16a393f5b03b5de08082a6)) + +### Housekeeping + +- Release v0.1.0 ([`ee24e0f`](https://git.sr.ht/~mtmn/hakuna/commit/ee24e0f9a7d89675a9fc2c2d591a3912ca6ade08)) blob - f30bc7c644b977298ee32a2d89b48df9aea877a2 blob + 71d1defc291892ca1afae6db5437cfb72d8123ec --- Cargo.lock +++ Cargo.lock @@ -458,7 +458,7 @@ dependencies = [ [[package]] name = "hakuna" -version = "0.4.0" +version = "0.5.0" dependencies = [ "anyhow", "clap", blob - 9c6590000719f0799b64e72e49b456c756cd77fd blob + ef7f57f4793f4a2df53e62dbb1c90d5d18790aeb --- Cargo.toml +++ Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hakuna" -version = "0.4.0" +version = "0.5.0" edition = "2024" [dependencies]