Releases: starik222/BooruDatasetTagManager
Releases Β· starik222/BooruDatasetTagManager
BooruDatasetTagManager v2.0.3
- Added option to configure tag fixing. (If tags fixing is disabled, weighted tags do not work.) #106 #108
- Added the ability to use the symbols \r\n as a separator. To do this, in the program settings you need to specify the necessary characters \r \n \t or a combination of them as a tag separator. #105
- Added periodic checking of the availability of the interrogator_rpc service if it was not initially started. #102
- Fixed new version description text.
- Fixed replacing with same tag. #100
- Fixed an error that occurred when undo/redo in multi-select mode.
BooruDatasetTagManager v2.0.2
BooruDatasetTagManager v2.0.1
- Fixed an error that occurred when saving a data set. #80 #84
- Fixed display of the number of tags. #85
- Fixed updating the list of all tags. #82 #90
- Improved performance of the list of all tags.
- Implemented customization for displaying auto-generation results (complete replacement or adding only new tags). #81
- Focus Image Tags panel on "Add new tag" action. #86
BooruDatasetTagManager v2.0.0
This version has problems updating the list of all tags. You can use the all tags/common tags switch to manually update the list of all tags, or use an older version of the program for now.
- Most of the code responsible for working with the data set and tags has been completely rewritten. This allowed us to increase the speed of working with tags and implement new functionality.
- The "Apply changes" button has been replaced with "Undo" and "Redo" buttons with the corresponding functionality. The history of changes is saved separately for each image, which allows you to roll back changes at any time.
- Added support for weighted tags
- Added option to change color scheme
- Added hotkeys with their settings
- Added menu items for hiding/showing panels
- Changed interface to support floating toolbars
- Added the function of generating tags directly in the program. The generation itself is performed by a separate service βinterrogator_rpcβ written in Python. Therefore, this service must first be configured and launched.
- Added the function of replacing a transparent background with the required color
- Added checking for updates
- Removed admin privilege request
- Many other small changes...
Since a large amount of code has been rewritten, you may encounter various errors. I tried to find most of the bugs, but itβs quite difficult to find everything alone, so I hope for your prompt bug reports :)
BooruDatasetTagManager v1.7.1
- Added function to switch the interface language. #66
- Added Chinese interface translation. #66
- Added display of tags count. #66
- Added tag sorting. #66
- Fixed different character case when adding tags. #65
- Net framework build is no longer supported. Starting from this version, only Net Core build will be uploaded.
BooruDatasetTagManager v1.6.7
BooruDatasetTagManager v1.6.6
- Fast loading and adding tags on multiple selection. #50
- Eliminate translation of empty strings on multiple selection. #50
- Added TagDB version check
- Tags in the database are brought to the same format (it was: a b -> a_b)
- Fixed an exception that occurred when selecting a folder without images. #48
- Fixed error that occurs when entering a duplicate tag and switching to another tag. #53
- Fixed label creeping over the text field in the add tags window when scaling is not equal to 100%. #49
BooruDatasetTagManager v1.6.5
- Autocomplete tags in the form of adding tags.
- Refresh list of tags only after releasing ctrl or shift on multiple selection.
- Added support for webp format. #18 #45
- Added filtering conditions NOT and XOR (there were only AND and OR). #47
- Added filtering in the list of all tags (only by one condition so far).
BooruDatasetTagManager v1.6.4
- Fixed editing list of tags for autocomplete list. #26
BooruDatasetTagManager v1.6.3
- Changed loading and saving tags. Added setting for loading and saving tags. (to work with brackets without backslash)
- Added row height setting to gridview. #23
- Added font setting to gridview and autocomplete list.
- Changed hash algorithm in tag database from internal GetHashCode to adler32.
- Added Chinese translation of tags. #22
If you've manually edited tags for autocomplete, then don't copy the "Tags" folder. In this case, you will need to manually delete the List.tdb file, as its structure has been changed. This file will be generated automatically from csv and txt files.