From 3099eb447ebd60a1708ed4218ee85442d0725240 Mon Sep 17 00:00:00 2001 From: Will Miao <13051207myq@gmail.com> Date: Thu, 6 Feb 2025 11:16:52 +0800 Subject: [PATCH] Update README and version for UI enhancements and navigation improvements --- README.md | 10 ++++++++++ pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b2ca164..013fa143 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,16 @@ A web-based management interface designed to help you organize and manage your l --- +## [Update 0.5.8] UI Enhancements & Navigation Improvements + +- ✨ **Enhanced Navigation**: + - Added collapsible folder tags with persistent state + - Implemented "Back to Top" button for easier browsing + +- 🎨 **UI Refinements**: Various visual improvements and interface optimizations + +--- + ## [Update 0.5.7] Performance Boost & Search Feature - 🚀 **Major Performance Improvements**: diff --git a/pyproject.toml b/pyproject.toml index 1915e315..d04187a9 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.5.7-hotfix" +version = "0.5.8" license = {file = "LICENSE"} dependencies = [ "aiohttp",