Skip to content

BooruDatasetTagManager v2.0.0

Compare
Choose a tag to compare
@starik222 starik222 released this 02 Nov 09:54
· 117 commits to master since this release
5f9c8dc

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 :)