From 9199950b74bd232002b83d17e3c493c5860618c7 Mon Sep 17 00:00:00 2001 From: Will Miao <13051207myq@gmail.com> Date: Tue, 7 Oct 2025 17:41:58 +0800 Subject: [PATCH] feat(release): update version to 0.9.6 and add release notes for critical performance optimizations and new features --- README.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 86edeb8e..4693832d 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,14 @@ Enhance your Civitai browsing experience with our companion browser extension! S ## Release Notes +### v0.9.6 +* **Critical Performance Optimization** - Introduced persistent model cache that dramatically accelerates initialization after startup and significantly reduces Python backend memory footprint for improved application performance. +* **Cross-Browser Settings Synchronization** - Migrated nearly all settings to the backend, ensuring your preferences sync automatically across all browsers for a seamless multi-browser experience. +* **Protected User Settings Location** - Relocated user settings (settings.json) to the user config directory (accessible via the link icon in Settings), preventing accidental deletion during reinstalls or updates. +* **Global Context Menu** - Added a new global context menu accessible by right-clicking on empty page areas, providing quick access to global operations with more features coming in future updates. +* **Multi-Library Support** - Introduced support for managing multiple libraries, allowing you to easily switch between different model collections (advanced usage, documentation in progress). +* **Bug Fixes & Stability Improvements** - Various bug fixes and enhancements for improved stability and reliability. + ### v0.9.3 * **Metadata Archive Database Support** - Added the ability to download and utilize a metadata archive database, enabling access to metadata for models that have been deleted from CivitAI. * **App-Level Proxy Settings** - Introduced support for configuring a global proxy within the application, making it easier to use the manager behind network restrictions. diff --git a/pyproject.toml b/pyproject.toml index 0c16679c..f02572c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "comfyui-lora-manager" description = "Revolutionize your workflow with the ultimate LoRA companion for ComfyUI!" -version = "0.9.5" +version = "0.9.6" license = {file = "LICENSE"} dependencies = [ "aiohttp",