Release v1.7
v1.7 changes:
-
Auto-Save
If auto-save is enabled, changes to the text file are now saved automatically when the window is closed.
If auto-save isn’t enabled when closing, a warning is given. This allows the user to cancel and go back and save if needed. -
The insert_completed_suggestion function now better positions the cursor at the end of multi-word suggestions.
-
Autocomplete scorer now prioritizes whole word matches, addressing the bias towards longer tags.
-
Pairs are now logically sorted:
fixing the issue where filenames like 10 or 100 loaded before 2 or 9. -
The unused is_modified definition has been removed.
-
The Pillow library and danbooru.csv file can now be installed and downloaded respectively, with an option to cancel/ignore.
-
A new “Options” menu has been added:
Adjust font size.
Adjust suggestion quantity, allowing you to set a value between 0-10.
Delete img-txt pairs. A warning popup will confirm the choice or give the user an option to cancel. -
UI enhancements include:
Improved formatting and font size for info_label.
Restructured layout for saved_label and auto-save checkbox.
Color and width adjustments for saved_label.
highlight_selected_suggestion now uses a “Black Medium-Small Square” as an additional visual indicator.
An ellipsis has been added to the idle suggestion label.