From e84e9ba35e0b9d4be51f4f3df160bec847fbdedd Mon Sep 17 00:00:00 2001 From: Ionite Date: Tue, 10 Oct 2023 18:14:12 -0400 Subject: [PATCH] Move gallery fix to v2.5.4 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8ac01e1..f1f31ecc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,15 @@ All notable changes to Stability Matrix will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning 2.0](https://semver.org/spec/v2.0.0.html). +## v2.5.4 +### Fixed +- Fixed crash when clicking Inference gallery image after the image is deleted externally in file explorer + ## v2.5.3 ### Added - Added French UI language option, thanks to eephyne for the translation ### Fixed - Fixed Automatic 1111 missing dependencies on startup by no longer enabling `--skip-install` by default. -- Fixed crash when clicking Inference gallery image after the image is deleted externally in file explorer ## v2.5.2 ### Added