Bumped to v2.12.5

pull/509/head
Adi Eyal 2023-06-03 12:48:47 +02:00
parent b836991465
commit 45b21373c0
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
- 2.12.5 Updates to support hires updates in auto1111. See [#498](https://github.com/adieyal/sd-dynamic-prompts/pull/498). Also manually updates PYTHONPATH in install.py if the extension's package is not found. [#496](https://github.com/adieyal/sd-dynamic-prompts/pull/496)
- 2.12.4 Honouring --skip-install command line argument for faster load times. Also reverts change to extension-specific logging configuration - see [53e69fe](https://github.com/adieyal/sd-dynamic-prompts/commit/53e69feda77954b86b4b0bae5623bd85009826b3)
- 2.12.3 Minor change that does removes the "Promt matrix..." log when there is a single prompt
- 2.12.2 Workaround webui bug when extensions with nested tabs are present - see [#481](https://github.com/adieyal/sd-dynamic-prompts/pull/481)

View File

@ -1 +1 @@
__version__ = "2.12.4"
__version__ = "2.12.5"