From b2e3596d87c8fcda4b0d33367a7224c69cc578f0 Mon Sep 17 00:00:00 2001 From: eddyizm Date: Sun, 9 Nov 2025 17:07:07 -0800 Subject: [PATCH] chore: updated change log --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4af0ee2..76ba8bb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,20 @@ # Changelog ## Pending release.. + +## [4.2.0](https://github.com/eddyizm/tempo/releases/tag/v4.2.0) (2025-11-09) +## What's Changed * fix: Equalizer fix in main build variant by @jaime-grj in https://github.com/eddyizm/tempus/pull/239 * fix: Images not filling holder by @eddyizm in https://github.com/eddyizm/tempus/pull/244 * feat: Make artist and album clickable by @eddyizm in https://github.com/eddyizm/tempus/pull/243 * feat: implement scroll to currently playing feature by @shrapnelnet in https://github.com/eddyizm/tempus/pull/247 * fix: shuffling genres only queuing 25 songs by @shrapnelnet in https://github.com/eddyizm/tempus/pull/246 +## New Contributors +* @shrapnelnet made their first contribution in https://github.com/eddyizm/tempus/pull/247 + +**Full Changelog**: https://github.com/eddyizm/tempus/compare/v4.1.3...v4.2.0 + ## [4.1.3](https://github.com/eddyizm/tempo/releases/tag/v4.1.3) (2025-11-06) ## What's Changed * [fix: equalizer missing referenced value](https://github.com/eddyizm/tempus/commit/923cfd5bc97ed7db28c90348e3619d0a784fc434)