From 1dfbca7edad810ace5b1189da442c49b6f5a7b6d Mon Sep 17 00:00:00 2001 From: eylles Date: Fri, 10 Apr 2026 23:26:07 -0600 Subject: [PATCH 1/2] Update CHANGELOG --- CHANGELOG.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dafec32..c43a391 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [3.8.15] - 2026-04-10 +NEW: +- foxify methods for --cols16 shading +- support for yasb. +- Added `wezterm` terminal emulator template. +- Added `flow` launcher template. +- Added `btop` template. +- Added `` template. + +Fixes: +- foot terminal template +- use the XDG_CURRENT_DESKTOP var for the plasma workaround + +Changes: +- Improved `retroarch` template. +- Improved the way eastereggs are handled + ## [3.8.14] - 2026-01-30 Fixes: - Fix wal backend issues. @@ -928,7 +945,8 @@ Note to self: Don't flag releases before coffee. -[Unreleased]: https://github.com/eylles/pywal16/compare/3.8.14...HEAD +[Unreleased]: https://github.com/eylles/pywal16/compare/3.8.15...HEAD +[3.8.15]: https://github.com/eylles/pywal16/compare/3.8.14...3.8.15 [3.8.14]: https://github.com/eylles/pywal16/compare/3.8.13...3.8.14 [3.8.13]: https://github.com/eylles/pywal16/compare/3.8.12...3.8.13 [3.8.12]: https://github.com/eylles/pywal16/compare/3.8.11...3.8.12 From d7f02ddc67fbca9f41d00a4d8633172c963b00bd Mon Sep 17 00:00:00 2001 From: eylles Date: Fri, 10 Apr 2026 23:26:51 -0600 Subject: [PATCH 2/2] Bump Version --- pywal/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pywal/settings.py b/pywal/settings.py index 0b5349d..bf0d646 100644 --- a/pywal/settings.py +++ b/pywal/settings.py @@ -13,7 +13,7 @@ import platform -__version__ = "3.8.14" +__version__ = "3.8.15" __cache_version__ = "2.0.0"