diff --git a/README.md b/README.md index 33599543..237e32e1 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,13 @@ Watch this quick tutorial to learn how to use the new one-click LoRA integration ## Release Notes +### v0.7.37 +* Added NSFW content control settings (blur mature content and SFW-only filter) +* Implemented intelligent blur effects for previews and showcase media +* Added manual content rating option through context menu +* Enhanced user experience with configurable content visibility +* Fixed various bugs and improved stability + ### v0.7.36 * Enhanced LoRA details view with model descriptions and tags display * Added tag filtering system for improved model discovery diff --git a/pyproject.toml b/pyproject.toml index d1758ca9..bf0f069c 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.7.36" +version = "0.7.37" license = {file = "LICENSE"} dependencies = [ "aiohttp",