From c83be895c796099cab29a54bb66446f458218229 Mon Sep 17 00:00:00 2001 From: Manuel Schmid Date: Wed, 26 Jun 2024 21:34:01 +0200 Subject: [PATCH] release: bump version to 2.5.1, update changelog --- fooocus_version.py | 2 +- update_log.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/fooocus_version.py b/fooocus_version.py index 005e942f..b158bafa 100644 --- a/fooocus_version.py +++ b/fooocus_version.py @@ -1 +1 @@ -version = '2.5.0 (mashb1t)' +version = '2.5.1 (mashb1t)' diff --git a/update_log.md b/update_log.md index cad12157..92afa1fb 100644 --- a/update_log.md +++ b/update_log.md @@ -1,3 +1,9 @@ +# [2.5.1](https://github.com/mashb1t/Fooocus/releases/tag/v2.5.1) + +* Fix missing handling for cloth category for u2net_cloth_seg in enhance tabs +* Fix current_task_id increase when doing image enhancements +* Rename checkbox `Enable Mask Upload` to `Enable Advanced Masking Features` to better hint to mask auto-generation feature + # [2.5.0](https://github.com/mashb1t/Fooocus/releases/tag/v2.5.0) * Add enhance feature, which offers easy image refinement steps (similar to adetailer, but based on dynamic image detection instead of specific mask detection models). See [documentation](https://github.com/mashb1t/Fooocus/discussions/42).