From a5ebec00befb99e6c3bd84cce9f95005e4e3dbf3 Mon Sep 17 00:00:00 2001 From: eylles Date: Tue, 7 May 2024 14:11:34 -0600 Subject: [PATCH] update changelog --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e44c48e..6a0c8a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [3.5.3] - 2024-05-07 + +- Fixed issue with `wal` backend sometimes reading garbage data form imagemagick. +- Added notice for Imagemagick 7 policy change, fix on wiki. +- Added custom `foreground` argument just like custom `background` argument. +- Change open files to write in non-blocking mode. + ## [3.5.2] - 2024-05-06 - modified generic_adjust and added a pre-adjust to the colorthief backend to match legacy background colors @@ -761,7 +768,8 @@ Note to self: Don't flag releases before coffee. -[Unreleased]: https://github.com/eylles/pywal16/compare/3.5.2...HEAD +[Unreleased]: https://github.com/eylles/pywal16/compare/3.5.3...HEAD +[3.5.3]: https://github.com/eylles/pywal16/compare/3.5.2...3.5.3 [3.5.2]: https://github.com/eylles/pywal16/compare/3.5.1...3.5.2 [3.5.1]: https://github.com/eylles/pywal16/compare/3.5.0...3.5.1 [3.5.0]: https://github.com/eylles/pywal16/compare/3.4.0...3.5.0