corpus

Log | Files | Refs | README | LICENSE

commit f155aa879d75fa7fddd65fa9fc65d670909d8793
parent 8b19ca30d2fb20e94458672bd21b7392fceb5f2a
Author: mtmn <miro@haravara.org>
Date:   Sat, 20 Jun 2026 02:27:46 +0200

chore: release v2.21.0

Diffstat:
MCHANGELOG.md | 16++++++++++++++++
Mpackage.json | 2+-
2 files changed, 17 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.21.0] - 2026-06-20 + +[compare](https://git.sr.ht/~mtmn/corpus/log/v2.20.0..v2.21.0) + +### Features + +- New navbar, colors, double trigger fixes, etc. ([`cffaa50`](https://git.sr.ht/~mtmn/corpus/commit/cffaa503c72d25adc9062981bf1be8aa74451407)) + +### Housekeeping + +- Add cover in png ([`8b19ca3`](https://git.sr.ht/~mtmn/corpus/commit/8b19ca30d2fb20e94458672bd21b7392fceb5f2a)) + ## [2.20.0] - 2026-06-15 [compare](https://git.sr.ht/~mtmn/corpus/log/v2.19.0..v2.20.0) @@ -12,6 +24,10 @@ - **nix:** Update to node26, cleanup flake.nix ([`c3e3577`](https://git.sr.ht/~mtmn/corpus/commit/c3e357738ce258a36b6bd7f1990ebdadf32d56e8)) +### Housekeeping + +- Release v2.20.0 ([`c4b7ce3`](https://git.sr.ht/~mtmn/corpus/commit/c4b7ce378af0cfffac7da1830a9a4f093e9e449c)) + ## [2.19.0] - 2026-06-08 [compare](https://git.sr.ht/~mtmn/corpus/log/v2.18.1..v2.19.0) diff --git a/package.json b/package.json @@ -1,6 +1,6 @@ { "name": "corpus", - "version": "2.20.0", + "version": "2.21.0", "description": "ListenBrainz and Last.fm frontend", "main": "index.js", "type": "module",