diff --git a/README.md b/README.md index 0580081b..2d4f2636 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,14 @@ Watch this quick tutorial to learn how to use the new one-click LoRA integration ## Release Notes +### v0.8.7 +* **Enhanced Context Menu** - Added comprehensive context menu functionality to Recipes and Checkpoints pages for improved workflow +* **Interactive LoRA Strength Control** - Implemented drag functionality in LoRA Loader for intuitive strength adjustment +* **Metadata Collector Overhaul** - Rebuilt metadata collection system with optimized architecture for better performance +* **Improved Save Image Node** - Enhanced metadata capture and image saving performance with the new metadata collector +* **Streamlined Recipe Saving** - Optimized Save Recipe functionality to work independently without requiring Preview Image nodes +* **Bug Fixes & Stability** - Resolved various issues to enhance overall reliability and performance + ### v0.8.6 Major Update * **Checkpoint Management** - Added comprehensive management for model checkpoints including scanning, searching, filtering, and deletion * **Enhanced Metadata Support** - New capabilities for retrieving and managing checkpoint metadata with improved operations diff --git a/pyproject.toml b/pyproject.toml index 11baedd0..ef66dda3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "comfyui-lora-manager" description = "LoRA Manager for ComfyUI - Access it at http://localhost:8188/loras for managing LoRA models with previews and metadata integration." -version = "0.8.6" +version = "0.8.7" license = {file = "LICENSE"} dependencies = [ "aiohttp",