commit 9f9520a342c61bdd9e1a1c83f2450df405a0c5dc from: mtmn date: Sun Aug 2 17:53:47 2026 UTC chore: release v3.1.0 commit - 20f66d3e663eca1889354da880458264430f4296 commit + 9f9520a342c61bdd9e1a1c83f2450df405a0c5dc blob - bff1c51e39e7ca46eb31ac6853f22f6105553cc5 blob + 0e7dbb923ef4e17909bf578655bb98772fece714 --- CHANGELOG.md +++ CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [3.1.0] - 2026-08-02 + +[compare](https://git.sr.ht/~mtmn/corpus/log/v3.0.0..v3.1.0) + +### Features + +- Redo ui and add background ([`20f66d3`](https://git.sr.ht/~mtmn/corpus/commit/20f66d3e663eca1889354da880458264430f4296)) + ## [3.0.0] - 2026-07-14 [compare](https://git.sr.ht/~mtmn/corpus/log/v2.23.1..v3.0.0) @@ -18,6 +26,7 @@ - Update nixpkgs, set pnpm fetcherVersion to 4 ([`b655a69`](https://git.sr.ht/~mtmn/corpus/commit/b655a69f221b4c5bb45b9f957c5cd043f313aa22)) - Release v2.23.2 ([`53d48ea`](https://git.sr.ht/~mtmn/corpus/commit/53d48eae03076a0f08cea6c78b5e85807e2406b9)) +- Release v3.0.0 ([`1f11edf`](https://git.sr.ht/~mtmn/corpus/commit/1f11edf54013c82402ffbc058de59e9668c52d10)) ## [2.23.1] - 2026-07-06 blob - 14df2d6301772e3f4ef1bebad99299f87d7c0bd1 blob + 012ac271c858af922419583eecd1d0d509aef22a --- package.json +++ package.json @@ -1,6 +1,6 @@ { "name": "corpus", - "version": "3.0.0", + "version": "3.1.0", "description": "ListenBrainz and Last.fm frontend", "main": "index.js", "type": "module",