From 6179dee7ed741ccaff2a878cb77217127957f39f Mon Sep 17 00:00:00 2001 From: papuSpartan Date: Sat, 26 Oct 2024 21:45:00 -0500 Subject: [PATCH] update changelog --- CHANGELOG.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83f3d94..82459e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,23 @@ # Change Log Formatting: [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), [Semantic Versioning](https://semver.org/spec/v2.0.0.html) +## [2.3.0] - 2024-10-26 + +## Added +- Compatibility for some extensions which mostly only do postprocessing (e.g. Adetailer) +- Separate toggle state for img2img tab so txt2img can be enabled and t2i disabled or vice versa + +## Changed +- Status tab will now automatically refresh +- Main toggle is now in the form of an InputAccordion + +## Fixed +- An issue affecting controlnet and inpainting +- Toggle state sometimes desyncing when the page was refreshed + ## [2.2.2] - 2024-8-30 ### Fixed - - Unavailable state sometimes being ignored ## [2.2.1] - 2024-5-16 @@ -82,4 +95,4 @@ Formatting: [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), [Semantic - Worker randomly disconnecting when under high load due to handling a previous request ### Removed -- Certain superfluous warnings in logs related to third party extensions \ No newline at end of file +- Certain superfluous warnings in logs related to third party extensions