From 199e37431817711538bb0b0c9bcb11802131de3e Mon Sep 17 00:00:00 2001 From: Will Miao <13051207myq@gmail.com> Date: Thu, 14 Aug 2025 07:32:09 +0800 Subject: [PATCH] feat: update release notes for v0.8.27 and bump version to 0.8.27 --- README.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 14584d59..a7732065 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,12 @@ Enhance your Civitai browsing experience with our companion browser extension! S ## Release Notes +### v0.8.27 +* **User Experience Enhancements** - Improved the model download target folder selection with path input autocomplete and interactive folder tree navigation, making it easier and faster to choose where models are saved. +* **Default Path Option for Downloads** - Added a "Use Default Path" option when downloading models. When enabled, models are automatically organized and stored according to your configured path template settings. +* **Advanced Download Path Templates** - Expanded path template settings, allowing users to set individual templates for LoRA, checkpoint, and embedding models for greater flexibility. Introduced the `{author}` placeholder, enabling automatic organization of model files by creator name. +* **Bug Fixes & Stability Improvements** - Addressed various bugs and improved overall stability for a smoother experience. + ### 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. diff --git a/pyproject.toml b/pyproject.toml index 102578c9..f0a6fa8f 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.26" +version = "0.8.27" license = {file = "LICENSE"} dependencies = [ "aiohttp",