Bump version to 0.7.0 and add style tag processing for artist tags
All checks were successful
Gitea/kapitanbooru-uploader/pipeline/head This commit looks good

This commit is contained in:
2025-03-16 03:10:20 +01:00
parent 96597a4e2b
commit dcd8e0824f
6 changed files with 36 additions and 6 deletions

View File

@@ -259,7 +259,7 @@ class TagManager(tk.Frame):
self.tags_display.delete("1.0", tk.END)
for tag in self.manual_tags:
# Process tag to decide its style
_, deprecated = process_tag(tag, self.tags_repo)
tag, deprecated = process_tag(tag, self.tags_repo)
if deprecated is True:
color = "red"
underline = 1