Skip to content

v0.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Dec 20:34
· 36 commits to main since this release

v0.7.0 (2023-12-04)

  • (#24/#61) The buttons for labeling and verifying were split out, and a button was added to un-verify. Now:
    • The concept/part combo boxes only apply to the "label" button. This button still verifies relabeled localizations in the same stroke, i.e. adds/updates the "verifier" field in the bounding box JSON.
    • There is an added dialog to let you know in case the concept name was remapped according to the KB (e.g. "crab" -> "Decapoda").
    • The logic for verifying as-is with the empty concept/part boxes has been removed, as that was confusing.
    • The new "verify" button verifies as-is.
    • The new "unverify" button un-verifies localizations, i.e. removes the "verifier" field from the bounding box JSON.
    • There are now colors and icons to better distinguish these buttons.
  • A setting was added to enable/disable auto-connection to Sharktopoda, to avoid the 1 second delay and warning/errors in the log on launch in cases where you're not using Sharktopoda.

Chore

  • chore: reindent gridview.ui (04b5b11)

Feature

  • feat: add Sharktopoda autoconnect setting

Defaults to on. (4ab6463)

  • feat: add un/verify buttons, refactor label logic (551857c)

Fix

  • fix: fix default value assign in SettingProxy init (e7b27e8)

  • fix: make annotation detail info read-only (45516f0)

Unknown