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",