From eb9152f1fab523c586633249a3f9cef3a290ee1f Mon Sep 17 00:00:00 2001 From: makeworld Date: Wed, 20 Dec 2023 12:23:24 -0500 Subject: [PATCH] Ready for v2.4.0 --- .github/FUNDING.yml | 2 +- CHANGELOG.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 1311375..2aa1043 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,2 +1,2 @@ -github: makeworld-the-better-one +github: makew0rld ko_fi: makeworld diff --git a/CHANGELOG.md b/CHANGELOG.md index 732ea29..65cd28c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [2.4.0] - 2023-12-20 ### Changed - Increased error diffusion dithering speed by ~50% -- Reduced error diffusion dithering memory usage by ~70% +- Reduced error diffusion dithering memory usage by ~70% (#13) ### Fixed - Docs: the input does still need to be converted to grayscale for grayscale palettes, actually (#7)