Releases: starik222/BooruDatasetTagManager
Releases Β· starik222/BooruDatasetTagManager
BooruDatasetTagManager v2.3.1
- Fixed color scheme in autotagger tabs #164
- Fixed threshold value display when interface scaling is greater than 100% #164
- Fixed a bug that caused "List desynchronization detected!" if the selected tag in single selection mode was edited in multi-select mode and then saved without exiting from multi-select mode. #161
- Clarified library dependencies for interrogator_rpc (requirements.txt)
BooruDatasetTagManager v2.3.0
- The autotagger window has been redesigned. Now you can specify individual settings for each model. Due to this, interrogator_rpc has also been changed.
- Added wd-vit-large-tagger-v3 tagger by SmilingWolf. #153
- Added wd-eva02-large-tagger-v3 tagger by SmilingWolf. #154
- Added support for Florence2 models. Tagging with florence2 models may not work on all computers. I don't know why, so I hope you'll be lucky :)
- Added AutoTagger filtering options. #158
- Added Traditional Chinese translation. #150
- Added sorting of the list of all tags by name and tags count. #139
- Copy tags to the clipboard in both special and text formats.
- Fixed updating all tags when image deleted.
- Fixed pasting of existing tags.
Due to the change in the settings structure, all settings will be reset to default!
Dependencies required for interrogator_rpc to work have been updated. You need to update them with pip install -r requirements.txt --upgrade
. You also need to install msvc runtime 2015 version
BooruDatasetTagManager v2.2.1
- Fixed a bug that occurred if the translation of an enum value was not unique. #147
BooruDatasetTagManager v2.2.0
- The interface translation system has been redesigned. All language files are located in the Languages ββfolder. To create your own translation, just create a file with the appropriate language code and translate the text.
- Added Portuguese - Brazil language #143 #145
- Added Russian language
- Added function for copying and pasting tags via ctrl+c ctrl+v
- The copy and paste feature for the full list of tags has been changed to copy via the clipboard, to allow copying between application instances.
- Added hotkey to focus on preview #125
- Fixed empty hotkeys when settings.ini not exist #134
- Minor interface fixes
BooruDatasetTagManager v2.1.5
BooruDatasetTagManager v2.1.4
- Added new WD tagger models in interrogator_rpc #122
You need to update the dependencies by running the command 'pip install -r requirements.txt' - Added additional checking of saved data, for checking issue #104
This time, images without tags but with an editing history will be checked. Because of this, do not attempt to save a dataset that contains untagged images (where you have edited something, such as adding a tag and then removing it). This does not apply to the dataset as a whole, namely empty images without tags, but with an edit history! This doesn't happen in normal situations, so you won't even notice it. But if this causes difficulties for someone, I hope for your understanding, since this is aimed at identifying the causes of a possible error.
BooruDatasetTagManager v2.1.3
- Fixed a bug that caused false positives when checking saved data. #104
BooruDatasetTagManager v2.1.2
- Displaying changes to all versions of the program when checking for updates
- Fixed a bug causing an "Out of memory" exception when saving a dataset #116
BooruDatasetTagManager v2.1.1
- Added additional checking of saved data, for checking issue #104. Saving may take longer because the saved data is read again.
- Added a context menu for customizing the displayed columns in the dataset table. To call the context menu, you need to right-click on any column heading. #36
- Fixed issue #115
BooruDatasetTagManager v2.1.0
- Added option in general tab for specifying prompt file extensions (txt and caption by default) #57 #91 #101
- Added an option in UI tab to configure the preview. Now you can make a preview both in a separate window and in the βpreviewβ tab on the main window. (By default in the "preview" tab) #88
- Fixed a bug causing the error "List desynchronization detected!" during actions after sorting tags.
- Fixed a bug where it was not possible to move tags after multiple selections.