Skip to content

Releases: Nenotriple/img-txt_viewer

Release v1.72

15 Oct 15:35
70ae89b
Compare
Choose a tag to compare

v1.72 changes:

  • New:

    • Now you can use the mouse wheel over the displayed image to cycle through images.
  • Fixed:

    • Escape characters \ should now be properly handled during cleanup.

Release v1.71

14 Oct 19:48
22a8276
Compare
Choose a tag to compare

v1.71 changes:

  • New:

    • Now you can select any font installed on your system.
    • Clicking the displayed image will open it in your default image viewing application.
    • Right clicking the directory button will add the file path to the clipboard.
    • Delete Pair now simply moves the img-txt pair to a local trash folder in the selected directory.
    • Now you can delete an img-txt pair with the "del" keyboard key.
  • Fixed:

    • Issue where the proceeding tag would be deleted if inserting a suggestion without encapsulating the input between commas.
    • Improved handling of cursor position after inserting a suggestion. (again)
    • Issue where image index would not update correctly when switching directories.
    • Where "on_closing" message would trigger even if the text file was saved.
    • Further improvements to the way text is cleaned up when saved.

Release v1.7

12 Sep 14:29
9859450
Compare
Choose a tag to compare

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.

Release v1.68

11 Sep 05:21
6a65932
Compare
Choose a tag to compare

v1.68 changes:

  • New: Previous/Next buttons are now side-by-side.
  • New/Fixed: Choosing suggestions is now done with ALT. This prevents suggestions from being inserted erroneously.
  • Fixed: Inserting suggestions is now possible anywhere in the text field, not just the end of the text box.
  • Fixed: Duplicates will now be highlighted when selected with the keyboard.
  • Fixed: Commas are now ignored when matching highlighted duplicates.

Release v1.67

07 Sep 12:19
d195d34
Compare
Choose a tag to compare

v1.67 changes:

  • New: Select image viewing size. - small, medium, large, etc.

Release v1.66

07 Sep 10:06
c8b2531
Compare
Choose a tag to compare

v1.66 changes:

  • New: Image now scales with window size.
  • New: Zoom has been removed for now.

Release v1.65

07 Sep 04:21
f45133f
Compare
Choose a tag to compare

v1.65 changes:

  • New: Zoom into images by clicking them
  • New: Loop around the image index when hitting the end/start
  • New: Quickly jump to a specific image

Release v1.63

06 Sep 17:53
a5a668e
Compare
Choose a tag to compare

v1.63 changes:

  • Autocomplete now returns much better suggestions.
  • Further improvements to typo correction.

Release v1.62

06 Sep 10:08
26621a8
Compare
Choose a tag to compare

v1.62 changes

  • New: Tips and features added to startup.

  • New: Removed directory text widget and replaced it with a button with a dynamic label.

  • Misc: Error handling added when selecting a directory.

  • Misc: utf-8 encoding is enforced.

  • Fixed: Saving now fixes various typos such as: Double and triple commas are replaced with single commas. Extra spaces are reduced to single spaces. leading and trailing spaces/commas are removed.

  • Fixed: Undo/Redo now works as expected.

Release v1.6

02 Sep 06:46
618a1a2
Compare
Choose a tag to compare

v1.6 changes:

  • New: Get autocomplete suggestions while you type using danbooru tags.

  • Pressing TAB inserts the selected suggestion.

  • Pressing TAB+Left/Right selects the autocomplete suggestion.