diff --git a/README.md b/README.md index a7732065..51a71bd4 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,11 @@ Enhance your Civitai browsing experience with our companion browser extension! S ## Release Notes +### 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. +* **Download Example Images from Context Menu** - Introduced a new context menu option to download example images for individual models. + ### 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. diff --git a/pyproject.toml b/pyproject.toml index f0a6fa8f..58fd97c0 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.27" +version = "0.8.28" license = {file = "LICENSE"} dependencies = [ "aiohttp",