Bump version to 0.9.3; update localization files and add tag states in ImageBrowser
All checks were successful
Gitea/kapitanbooru-uploader/pipeline/head This commit looks good
All checks were successful
Gitea/kapitanbooru-uploader/pipeline/head This commit looks good
This commit is contained in:
@@ -35,7 +35,7 @@ class Core:
|
||||
"""
|
||||
|
||||
def __init__(self, settings: Settings, gui_mode: bool = True):
|
||||
self.version = "0.9.2"
|
||||
self.version = "0.9.3"
|
||||
self.acknowledged_version = parse_version(self.version)
|
||||
self.settings = settings
|
||||
self.tags_repo = TagsRepo(settings)
|
||||
@@ -88,10 +88,6 @@ class Core:
|
||||
"Unrated": "",
|
||||
}
|
||||
|
||||
# Słowniki przechowujące stany tagów (dla PNG i Taggera)
|
||||
self.png_tags_states = {}
|
||||
self.tagger_tags_states = {}
|
||||
|
||||
# Nowy słownik przechowujący informację, czy dany plik (ścieżka) został już uploadowany
|
||||
self.uploaded = {} # key: file path, value: True/False
|
||||
|
||||
|
Reference in New Issue
Block a user