From 6d8408e6260732f1b6aeec32d00170951f162635 Mon Sep 17 00:00:00 2001 From: Will Miao <13051207myq@gmail.com> Date: Fri, 8 Aug 2025 20:10:06 +0800 Subject: [PATCH] feat: update release notes and version to 0.8.26, adding creator search and enhancing node usability --- README.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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",