Skip to content

Release 1.06

Latest
Compare
Choose a tag to compare
@edgar1016 edgar1016 released this 18 Nov 05:08
84a3b2d

Changes

  • Added a paste button to the menu bar. (84a3b2d)
  • Behavior:
    - If search_checkbox is checked, bypasses all validation and appends the clipboard text as-is.
    Otherwise:
    - Valid format (#12345 or 12345 with 1-7 digits).
    - Prevents duplicates (e.g., #12345 and 12345 are considered the same).
    - Appends new text with a single space separating IDs.

Bug Fixes

  • Base path for settings.ini is now set based on if it's being run as executable or not.