From 82a2a6e6690c37999f12eb747962b42c3e4ab398 Mon Sep 17 00:00:00 2001 From: Will Miao <13051207myq@gmail.com> Date: Sat, 28 Jun 2025 08:04:16 +0800 Subject: [PATCH] chore: update version to 0.8.19 and add release notes for new features and enhancements --- README.md | 14 +++++++------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 0918cd28..0d23bead 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,13 @@ Watch this quick tutorial to learn how to use the new one-click LoRA integration ## Release Notes +### v0.8.19 +* **Analytics Dashboard** - Added new Statistics page providing comprehensive visual analysis of model collection and usage patterns for better library insights +* **Target Node Selection** - Enhanced workflow integration with intelligent target choosing when sending LoRAs/recipes to workflows with multiple loader/stacker nodes; a visual selector now appears showing node color, type, ID, and title for precise targeting +* **Enhanced NSFW Controls** - Added support for setting NSFW levels on recipes with automatic content blurring based on user preferences +* **Customizable Card Display** - New display settings allowing users to choose whether card information and action buttons are always visible or only revealed on hover +* **Expanded Compatibility** - Added support for efficiency-nodes-comfyui in Save Recipe and Save Image nodes, plus fixed compatibility with ComfyUI_Custom_Nodes_AlekPet + ### v0.8.18 * **Custom Example Images** - Added ability to import your own example images for LoRAs and checkpoints with automatic metadata extraction from embedded information * **Enhanced Example Management** - New action buttons to set specific examples as previews or delete custom examples @@ -101,13 +108,6 @@ Watch this quick tutorial to learn how to use the new one-click LoRA integration - 🚀 **High Performance** - Fast model loading and browsing - Smooth scrolling through large collections - - Real-time updates when files change - -- 📂 **Advanced Organization** - - Quick search with fuzzy matching - - Folder-based categorization - - Move LoRAs between folders - - Sort by name or date - 🌐 **Rich Model Integration** - Direct download from CivitAI diff --git a/pyproject.toml b/pyproject.toml index a3e41927..a586d61c 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.18" +version = "0.8.19" license = {file = "LICENSE"} dependencies = [ "aiohttp",