From e1e6e4f3dcd37a05dd10456c65e376003ec962fc Mon Sep 17 00:00:00 2001 From: Will Miao <13051207myq@gmail.com> Date: Sat, 3 May 2025 17:21:21 +0800 Subject: [PATCH] feat: update version to 0.8.12 and enhance release notes in README --- README.md | 17 +++++++---------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 531a3487..ac15152c 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.12 +* **Enhanced Model Discovery** - Added alphabetical navigation bar to LoRAs page for faster browsing through large collections +* **Optimized Example Images** - Improved download logic to automatically refresh stale metadata before fetching example images +* **Model Exclusion System** - New right-click option to exclude specific LoRAs or checkpoints from management +* **Improved Showcase Experience** - Enhanced interaction in LoRA and checkpoint showcase areas for better usability + ### v0.8.11 * **Offline Image Support** - Added functionality to download and save all model example images locally, ensuring access even when offline or if images are removed from CivitAI or the site is down * **Resilient Download System** - Implemented pause/resume capability with checkpoint recovery that persists through restarts or unexpected exits @@ -283,16 +289,7 @@ If you find this project helpful, consider supporting its development: [![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/pixelpawsai) -
- - - - -
-

WeChat:

- WeChat QR -
-
+WeChat: [Click to view QR code](https://raw.githubusercontent.com/willmiao/ComfyUI-Lora-Manager/main/static/images/wechat-qr.webp) ## 💬 Community diff --git a/pyproject.toml b/pyproject.toml index fc6f9fa9..7ca2a54e 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.11-bugfix" +version = "0.8.12" license = {file = "LICENSE"} dependencies = [ "aiohttp",