diff --git a/fooocus_version.py b/fooocus_version.py index ecc158079..750114584 100644 --- a/fooocus_version.py +++ b/fooocus_version.py @@ -1 +1 @@ -version = '2.4.0' +version = '2.4.1' diff --git a/update_log.md b/update_log.md index 77d70cb47..733f077bb 100644 --- a/update_log.md +++ b/update_log.md @@ -1,3 +1,8 @@ +# [2.4.1](https://github.com/lllyasviel/Fooocus/releases/tag/v2.4.1) + +* Fix some small bugs (e.g. adjust clip skip default value from 1 to 2, add type check to aspect ratios js update function) +* Add automated docker build on push to main, tagged with `edge`. See [available docker images](https://github.com/lllyasviel/Fooocus/pkgs/container/fooocus). + # [2.4.0](https://github.com/lllyasviel/Fooocus/releases/tag/v2.4.0) * Change settings tab elements to be more compact