From 64c9e4aeca803ffa3a3090c44995701e99bb9846 Mon Sep 17 00:00:00 2001 From: Will Miao <13051207myq@gmail.com> Date: Wed, 9 Apr 2025 11:41:38 +0800 Subject: [PATCH] Update version to 0.8.5 and add release notes for enhanced features and improvements --- README.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c049ab66..ff375314 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,12 @@ Watch this quick tutorial to learn how to use the new one-click LoRA integration ## Release Notes +### v0.8.5 +* **Enhanced LoRA & Recipe Connectivity** - Added Recipes tab in LoRA details to see all recipes using a specific LoRA +* **Improved Navigation** - New shortcuts to jump between related LoRAs and Recipes with one-click navigation +* **Video Preview Controls** - Added "Autoplay Videos on Hover" setting to optimize performance and reduce resource usage +* **UI Experience Refinements** - Smoother transitions between related content pages + ### v0.8.4 * **Node Layout Improvements** - Fixed layout issues with LoRA Loader and Trigger Words Toggle nodes in newer ComfyUI frontend versions * **Recipe LoRA Reconnection** - Added ability to reconnect deleted LoRAs in recipes by clicking the "deleted" badge in recipe details diff --git a/pyproject.toml b/pyproject.toml index 8b4c769c..bb4cbc5b 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.4" +version = "0.8.5" license = {file = "LICENSE"} dependencies = [ "aiohttp",