Releases: cvisionai/tator
Releases · cvisionai/tator
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
Release Notes
Annotation Page
Added Features
- Added canvas applet framework (GitHub Issue: #1214, #1414)
- Improved polygon drawing speeds (GitHub Issue: #1408)
- Added “p” shortcut for pan (GitHub Issue: #1210)
- Maintain aspect ratio with zoom (GitHub Issue: #1188)
Bugfixes
- Fixed bug where the recently saved localization was not selected in the entity browser (GitHub Issue: #1383)
- Fixed video canvas overlapping with other UI components (GitHub Issue: #1466)
- Fixed time text not being centered (GitHub Issue: #1378)
- Fixed cases where the localization was not higlighted in the video canvas (GitHub Issue: #1443)
- Fixed coordinate display for images (GitHub Issue: #1406)
- Fixed portrait mode images being erroneously stretched (GitHub Issue: #1360)
- Fixed case where the save dialog was not visible (GitHub Issue: #1285)
- Fixed not handling EXIF-based orientation data for images (GitHub Issue: #1178)
- Fixed cases where the annotator’s filter UI was not displaying the correct metadata options (GitHub Issue: #1449)
Project Detail Page
Bugfixes
- Fixed bug where != was erroneously displaying == in saved searches (GitHub Issue: #1438)
Localization Gallery
Bugfixes
- Fixed video frame thumbnails not being shown in the side panel (GitHub Issue: #1393)
File Portal
Bugfixes
- Fixed file list not filtering into separate pages by file type (GitHub Issue: #1246)
Project Settings Page
Bugfixes
- Fixed bug where multiple memberships were not properly created (GitHub Issue: #1374)
- Fixed bug where multiple invitations were not sent (GitHub Issue: #1266)
Miscellaneous
Added Features
1.1.3
1.1.2
1.1.1
What's Changed
- Upgrade pgvector to latest version by @bctcvai in #1347
- Fix localization delete issue by @marktaipan-cvisionai in #1352
- Updates use of
make_thumbnails
and general cleanup by @henxing in #1362 - Removes
email_spec
if not set by @henxing in #1368 - Bug/transcode emails by @henxing in #1373
- Makes CreateMediaList return type match input type by @henxing in #1369
Full Changelog: 1.1.0...1.1.1
1.1.0
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)