commit 04889ba77382af8455a3b56e1a249bb8125920c7 from: mtmn date: Thu May 14 12:05:58 2026 UTC chore: release v1.1.0 commit - e7b3d49450c49c0c58020ebc32625f5ae726aba7 commit + 04889ba77382af8455a3b56e1a249bb8125920c7 blob - c0ba14d515746d1b3fce59335cdb937b84f22ef6 blob + 87609ea7fedf199128fe7a98b27c96352757f613 --- CHANGELOG.md +++ CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [1.1.0] - 2026-05-14 + +### Bug Fixes + +- Report code leftovers; search fix ([`e75cff3`](https://git.sr.ht/~mtmn/virittaa/commit/e75cff3b66887e210a690a05183719b9ff2ce0bc)) +- Print most recent at the bottom when listing ([`e7b3d49`](https://git.sr.ht/~mtmn/virittaa/commit/e7b3d49450c49c0c58020ebc32625f5ae726aba7)) + +### Features + +- Add timestamp to db entries ([`b15c402`](https://git.sr.ht/~mtmn/virittaa/commit/b15c402ae352767c978b2637ab0b152054a6df38)) + ## [1.0.1] - 2026-05-14 ### Bug Fixes blob - 4fc13f762afc500c8ce8c7391baefa908d63afbe blob + 2ded768f0ad04518390183d630756d11d6dd3d87 --- Cargo.lock +++ Cargo.lock @@ -1521,7 +1521,7 @@ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6ee [[package]] name = "virittaa" -version = "1.0.1" +version = "1.1.0" dependencies = [ "anyhow", "bliss-audio", blob - eb387a944d8c7b492e4bdec130626a6a5420cf94 blob + 86ebc37c2fd10aafd9c8875005e8b72c080abd18 --- Cargo.toml +++ Cargo.toml @@ -1,6 +1,6 @@ [package] name = "virittaa" -version = "1.0.1" +version = "1.1.0" edition = "2024" [dependencies]