Skip to content

Releases: 0xb8/WiseTagger

v0.6.1

05 Nov 18:00
Compare
Choose a tag to compare

Important: when upgrading from v0.6.0, first uninstall WiseTagger manually, only then install this version!

Otherwise you might encounter an error with missing libicuin68.dll or similar.


Enhancements:

  • Tag input:
    • Tag file can specify custom tag kind colors:
      #pragma replaced_color #ff8800
      #pragma implied_color #0088ff
      #pragma removed_color #ff0000
      
    • Tag file can specity custom categories for coloring:
      #pragma category artist    #bbbb00
      #pragma category character #00aa00
      #pragma category copyright #dd00dd
      
      # …
      
      pablo_picasso                               # artist
      dorothy_gale → the_wonderful_wizard_of_oz   # character
      the_wonderful_wizard_of_oz                  # copyright
      
  • File Queue:
    • Sort by file name length (Shift + S, L) and by tag count (Shift + S, C)
    • Navigate to next (Alt + →) or previous (Alt + ←) file with available tag fixes
  • Option to overlay status bar text on top of image when status bar is hidden (including fullscreen mode)
  • Option to change font size in minimal mode

Bugfixes:

  • Improved image preloading performance when queue filter is active
  • Negated consequent tags (antecedent → -consequent) are highlighted as removed

The releases are signed by PGP key D299 6313 4C54 70FC 134C 620A CA8F 9CC1 FB48 93AC

v0.6.0

02 Aug 15:13
Compare
Choose a tag to compare

Enhancements:

  • Tag input:
    • Tags are now highlighted according to their type in the tags file
    • Tags file can now specify custom tag color using comment:
        example_red_hex      # #ff0000 comment text
        example_red_named    # comment text #red
      
      (Custom color overrides type-based highlighting)
    • Tags prefixed by - (minus sign) are automatically removed (supports autocomplete)
  • Filter queue (Ctrl + Q) by "exact", inexact and -negated terms (supports autocomplete)
    (Current filter terms are displayed in the status bar)
  • Automatic restart when changing some settings
  • Reverse search: images exceeding IQDB size or resolution limits are resized to fit
  • Dark theme now uses custom fusion style for improved look
  • Windows 10 dark theme supported in window titles and file open dialogs
  • Welcome text now has clickable links to open file and folder

Bugfixes:

  • Fixed some deprecation warnings
  • Fixed Linux build
  • Fixed CMake build
  • Fixed parsing special characters in tags file

The releases are signed by PGP key D299 6313 4C54 70FC 134C 620A CA8F 9CC1 FB48 93AC

v0.5.9

16 May 12:14
Compare
Choose a tag to compare

Enhancements:

  • Image preloading is enabled by default

  • Added and removed tags are now listed in the confirmation dialog when renaming file or fetching tags

  • Hashing progress is now displayed when fetching tags for large files

  • Queue can be sorted by keyboard hotkeys:

    Hotkey Sort by
    Shift+S, N File Name
    Shift+S, T File Type
    Shift+S, D File Modification Date
    Shift+S, Z File Size

    (Press Shift+S first, then press one of the keys N, T, D, Z)

  • Slide show view mode with F5 hotkey

  • Tag input is disabled when you don't have rename permission for the current file

  • File modification date is now shown in status bar

Bugfixes:

  • Fixed window title, menus and status bar not updating when queue is emptied
  • Fixed short forms of imageboard tags being removed when fetching tags

The releases are signed by PGP key D299 6313 4C54 70FC 134C 620A CA8F 9CC1 FB48 93AC

v0.5.8

10 Aug 16:41
Compare
Choose a tag to compare

Enhancements:

  • Video files playback
  • User interface is fully DPI-aware, including per-monitor DPI
  • Fetch tags by file MD5 hash from Sankaku Complex
  • Tag fetching statistics
  • FileOpen Imageboard Post supports more imageboards: Pixiv, Danbooru, DeviantArt, DrawFriends, Hentai Foundry, Medical Whiskey, Vidyart, in addition to yande.re and Konachan.

Bugfixes:

  • Fixed parsing of removed tags (-some_tag) after encountering a regex
  • Improved tag fetching error reporting

The releases are signed by PGP key D299 6313 4C54 70FC 134C 620A CA8F 9CC1 FB48 93AC

v0.5.7

28 Dec 19:41
Compare
Choose a tag to compare

Enhancements:

  • Boss key: hide to tray by double-pressing Escape hotkey
  • Option for sorting artist handle first - see #6 for handle format description

Bugfixes:

  • Fixed build on Ubuntu 18
  • Fixed hidden .tags.txt files not being found on UNIX-like systems
  • Fixed division by zero in statistics module.

Other Changes:

  • When focusing into tag input the cursor is placed at the end of tags list
  • Special characters are replaced on UNIX-like systems for Windows compatibility

The releases are signed by PGP key D299 6313 4C54 70FC 134C 620A CA8F 9CC1 FB48 93AC

v0.5.6

02 Jul 19:02
Compare
Choose a tag to compare

Enhancements:

  • Copyable tags in reverse-search results page
  • Ability to fetch tags from imageboards
  • The '-' character is now allowed within the tag (since v0.5.5)
  • Warning dialog when image's new file name is too long
  • Network errors are now reported via notifications

Bugfixes:

  • Fixed invalid sorting of numeric tags.

v0.5.4

23 Sep 13:19
Compare
Choose a tag to compare
Add InnoSetup install scripts, release v0.5.4.