Skip to content

v0.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Dec 20:08
· 29 commits to main since this release

v0.8.0 (2023-12-05)

  • A sort method was added to sort by the bounding box "verifier". This gives a way to separate verified vs. unverified, or keep localizations verified by the same person together. (#53)
  • The visual style of widgets in the grid view was improved in several ways:
    • Spacing between widgets was decreased
    • Margin/padding in the grid view was removed to maximize the available space for widgets to occupy
    • Selection/verification highlight borders were enlarged to be more apparent (#41)
  • When pressing "open video" with Sharktopoda 2, a show command is issued in order to bring the window top-level (#42)

Feature

  • feat: add sort by verifier

Closes #53 (d785f04)

Fix

  • fix: bring S2 video window top-level

Invoke the show command in Sharktopoda 2
when a localization is shown.
Closes #42 (340601a)

Style

  • style: improve spacing, borders in grid view

Closes #41 (f95787a)