From 1a53e0676a8f7cb4597dfb69e909b0280d53f64e Mon Sep 17 00:00:00 2001 From: Manuel Schmid Date: Sat, 27 Jul 2024 23:26:42 +0200 Subject: [PATCH] release: bump version to 2.5.2, update changelog --- fooocus_version.py | 2 +- update_log.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/fooocus_version.py b/fooocus_version.py index daa43b665..ca4825b5b 100644 --- a/fooocus_version.py +++ b/fooocus_version.py @@ -1 +1 @@ -version = '2.5.1' +version = '2.5.2' diff --git a/update_log.md b/update_log.md index 517d77978..e3a5e273d 100644 --- a/update_log.md +++ b/update_log.md @@ -1,3 +1,8 @@ +# [2.5.2](https://github.com/lllyasviel/Fooocus/releases/tag/v2.5.2) + +* Fix not adding positive prompt when styles didn't have a {prompt} placeholder in the positive prompt +* Extend config settings for input image, see list in [PR](https://github.com/lllyasviel/Fooocus/pull/3382) + # [2.5.1](https://github.com/lllyasviel/Fooocus/releases/tag/v2.5.1) * Update download URL in readme