From 6c5559ae2ddf033897c3d8091e1556ac815aed7d Mon Sep 17 00:00:00 2001 From: Will Miao <13051207myq@gmail.com> Date: Thu, 21 Aug 2025 08:44:07 +0800 Subject: [PATCH] chore: Update version to 0.8.29 and add release notes for enhanced recipe imports and bug fixes --- README.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f9c38008..406bcc06 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,13 @@ Enhance your Civitai browsing experience with our companion browser extension! S ## Release Notes +### v0.8.29 +* **Enhanced Recipe Imports** - Improved recipe importing with new target folder selection, featuring path input autocomplete and interactive folder tree navigation. Added a "Use Default Path" option when downloading missing LoRAs. +* **WanVideo Lora Select Node Update** - Updated the WanVideo Lora Select node with a 'merge_loras' option to match the counterpart node in the WanVideoWrapper node package. +* **Autocomplete Conflict Resolution** - Resolved an autocomplete feature conflict in LoRA nodes with pysssss autocomplete. +* **Improved Download Functionality** - Enhanced download functionality with resumable downloads and improved error handling. +* **Bug Fixes** - Addressed several bugs for improved stability and performance. + ### v0.8.28 * **Autocomplete for Node Inputs** - Instantly find and add LoRAs by filename directly in Lora Loader, Lora Stacker, and WanVideo Lora Select nodes. Autocomplete suggestions include preview tooltips and preset weights, allowing you to quickly select LoRAs without opening the LoRA Manager UI. * **Duplicate Notification Control** - Added a switch to duplicates mode, enabling users to turn off duplicate model notifications for a more streamlined experience. diff --git a/pyproject.toml b/pyproject.toml index 58fd97c0..7d5d0080 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.28" +version = "0.8.29" license = {file = "LICENSE"} dependencies = [ "aiohttp",