Bump version to 0.9.7; update localization files, fix settings window, Linux build, fix LoRA parsing, remove uncessary default tag
All checks were successful
Gitea/kapitanbooru-uploader/pipeline/head This commit looks good

This commit is contained in:
2025-09-01 16:34:48 +02:00
parent 7aa9d5cbdf
commit a62e503afd
9 changed files with 37 additions and 12 deletions

View File

@@ -112,7 +112,7 @@ class Settings:
self.username = ""
self.password = ""
self.base_url = "http://192.168.1.11:8001"
self.default_tags = "artist:kapitan meta:ai-generated"
self.default_tags = "meta:ai-generated"
self.cache_expiry = 604800 # 7 dni w sekundach
self.browser = ""
self.i18n = _
@@ -138,7 +138,7 @@ class Settings:
self.username = ""
self.password = ""
self.base_url = "http://192.168.1.11:8001"
self.default_tags = "artist:kapitan meta:ai-generated"
self.default_tags = "meta:ai-generated"
self.cache_expiry = 604800 # 7 dni w sekundach
self.browser = ""
self.i18n.set_language("en")