docs: update version and changelog

This commit is contained in:
Manuel Schmid 2024-03-02 16:25:31 +01:00
parent 41e88a4e8d
commit 6db14acf8e
No known key found for this signature in database
GPG Key ID: 32C4F7569B40B84B
2 changed files with 10 additions and 2 deletions

View File

@ -1 +1 @@
version = '2.2.0-rc1' version = '2.2.0'

View File

@ -1,4 +1,12 @@
# 2.1.865 # [2.2.0](https://github.com/lllyasviel/Fooocus/releases/tag/2.2.0)
* Isolate every image generation to truly allow multi-user usage
* Add array support, changes the main prompt when increasing the image number. Syntax: `[[red, green, blue]] flower`
* Add optional metadata to images, allowing you to regenerate and modify them later with the same parameters
* Now supports native PNG, JPG and WEBP image generation
* Add Docker support
# [2.1.865](https://github.com/lllyasviel/Fooocus/releases/tag/2.1.865)
* Various bugfixes * Various bugfixes
* Add authentication to --listen * Add authentication to --listen