diff --git a/README.md b/README.md index c5335335..3c8d830e 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,14 @@ Enhance your Civitai browsing experience with our companion browser extension! S ## Release Notes +### v0.8.26 +* **Creator Search Option** + - Added ability to search models by creator name, making it easier to find models from specific authors. +* **Enhanced Node Usability** + - Improved user experience for Lora Loader, Lora Stacker, and WanVideo Lora Select nodes by fixing the maximum height of the text input area. Users can now freely and conveniently adjust the LoRA region within these nodes. +* **Compatibility Fixes** + - Resolved compatibility issues with ComfyUI and certain custom nodes, including ComfyUI-Custom-Scripts, ensuring smoother integration and operation. + ### v0.8.25 * **LoRA List Reordering** - Drag & Drop: Easily rearrange LoRA entries using the drag handle. diff --git a/pyproject.toml b/pyproject.toml index 48cbcb88..102578c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "comfyui-lora-manager" description = "Revolutionize your workflow with the ultimate LoRA companion for ComfyUI!" -version = "0.8.25" +version = "0.8.26" license = {file = "LICENSE"} dependencies = [ "aiohttp",