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",