From 68bf8442eb56560d6120142b0c521861330acd93 Mon Sep 17 00:00:00 2001 From: Will Miao Date: Thu, 16 Apr 2026 14:22:05 +0800 Subject: [PATCH] chore(release): bump version to v1.0.4 and add release notes --- README.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 33adf650..29e175be 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,13 @@ Insomnia Art Designs, megakirbs, Brennok, 2018cfh, W+K+White, wackop, Takkan, Ca ## Release Notes +### v1.0.4 + +* **Civitai Domain Split Support** - Added support for `civitai.com` and `civitai.red` model URLs and recipe/image URLs across import, analysis, and download flows. +* **Civitai API Host Migration** - Updated core Civitai API requests to use `civitai.red` for compatibility with Civitai's current API host. +* **Configurable Civitai View Host** - Added a setting to choose which Civitai site opens by default for model, search, and view links. +* **401 Unauthorized Reminder** - Some users have reported `401 Unauthorized` errors. If you run into this, try generating a new API key on `civitai.red` and updating it in LoRA Manager settings. + ### v1.0.3 * **Custom Recipe Storage Path** - Added support for configuring a custom storage path for recipes, with migration support to move existing recipe data when changing locations. diff --git a/pyproject.toml b/pyproject.toml index a05e2d47..5db7ae94 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 = "1.0.3" +version = "1.0.4" license = {file = "LICENSE"} dependencies = [ "aiohttp",