Skip to content

1.1.0

Compare
Choose a tag to compare
@jrtcppv jrtcppv released this 22 Jul 18:56
· 1859 commits to main since this release

Tator v1.1.0 Release Notes:

Annotator Page

Added Features

  • Updated tooltips to video control buttons. (#1156)
  • Added keyboard shortcut (E) for localization edit/redraw. (#1288)
  • Added keyboard shortcut for skip 1 minute (CTRL + Right Arrow/Left Arrow). (#1281)
  • Updated timeline bar to always display a minimum size for all states. This ensures they are always visible. (#1196)
  • Updated annotation browser to stay hidden if toggled. Previously, if the user creates a localization or state, the browser will toggle open. (#1159)
  • Updated More/Less toggles in the annotation browser to apply when switching between media. (#1159)
  • Enabled CSS class-based styling to the attribute panel. (#1298)
  • Cleaned up miscellaneous annotation browser UI elements. (#1159)
  • Updated certain UI elements to be disabled during video playback. (#1029)

Bug Fixes

  • Fixed bug where applets were not loaded due to Keycloak associated logic (#1313)
  • Fixed bug where states (ie tracks) with thousands of associated localizations would cause an error. (#1160)
  • Fixed bug where a user deletes a localization associated with a state, its ID was not removed from the state’s localization ID list. (#1005)
  • Fixed bug where dialog boxes were opening at page top instead of screen top. (#1166)
  • Fixed bug where the cursor was not changing styles. (#1309)
  • Removed legacy Safe Mode. (#824)
  • Fixed track database access. (#44)
  • Fixed issue where username whitespace and case sensitivity would cause problems. (#1163)
  • Fixed filter UI using tator_user_sections instead of section IDs. (#1052)
  • Fixed bug where saved searches were not being applied to the filter UI. (#1054)

Project Detail Page

Added Features

  • Added section ID in the section’s header. (#1110)

Bug Fixes

  • Fixed bug with filter UI not displaying the filter condition pills. (#1260)

Backend

Added Features

  • Added fast decode option to SVT-AV1. (#1232)
  • Changed OSS Tator deployment to utilize Docker Compose. (#961)
  • Optimized transcoding for extra long video file inputs. (#1091)
  • Added additional pixel formats (yuv420p, yuv420p101e, yuv422p, yuv444p). (#847)
  • Added resource usage and HW preamble in transcoding process. (#928)
  • Added support for cross origin images. (#576)
  • Annotator folder moved into the tator-js submodule. (#1023)
  • Removed use of GraphQL. (#1147)
  • Added retry and backoff logic to CI steps. (#977)

Bug Fixes

  • Rotation metadata ignored to prevent the transcoding process from crashing. (#1332)
  • Fixed Affiliations endpoint response to match the spec. (#1311)
  • Fixed REST interface not showing all the endpoints. (#1270)