From c23ab04d908dad8bea8474698ee2f3a2c6155218 Mon Sep 17 00:00:00 2001 From: Will Miao <13051207myq@gmail.com> Date: Sat, 6 Sep 2025 14:38:00 +0800 Subject: [PATCH] chore(release): update version to 0.9.2 and add release notes for bulk auto-organization feature --- README.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b991dd9..11e78760 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,10 @@ Enhance your Civitai browsing experience with our companion browser extension! S ## Release Notes +### v0.9.2 +* **Bulk Auto-Organization Action** - Added a new bulk auto-organization feature. You can now select multiple models and automatically organize them according to your current path template settings for streamlined management. +* **Bug Fixes** - Addressed several bugs to improve stability and reliability. + ### v0.9.1 * **Enhanced Bulk Operations** - Improved bulk operations with Marquee Selection and a bulk operation context menu, providing a more intuitive, desktop-application-like user experience. * **New Bulk Actions** - Added bulk operations for adding tags and setting base models to multiple models simultaneously. diff --git a/pyproject.toml b/pyproject.toml index 1794dcca..fc66e57d 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.1" +version = "0.9.2" license = {file = "LICENSE"} dependencies = [ "aiohttp",