Releases: cvisionai/tator
Releases · cvisionai/tator
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)
Bug Fixes
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
- Removal of ElasticSearch
- Introduction of PSQL index manager
- Updates to REST grammar for consistency
- New syntax for attribute-based searches
- Elemental IDs for cross-deployment migrations
- Fix for behavior of public projects
- Fixes for cron jobs
- Fix for version URL parameter in annotation view
For more details on our first major release, see our blog.
0.2.23
0.2.22
- Improved zoom and display controls for video timeline
- Expanded width of entity browser
- Improved controls for video settings
- Added UTC time display to video player for videos named with UTC time
- Add caching for corrections view
- Fixes to localization analytics view
- Applet hooks for entity browser and save dialog
- Improvements to
GetFrame
andGetClip
including HLS support - Support for multi-resolution HLS feeds
- Partial support for Oracle Cloud Infrastructure object storage
- Separation of UI from Django into containerized express server
- Introduction of zustand for front end state management
- Clean up of
make
dependencies and CI config
0.2.21
- Fixes and improvements to video player with regard to utilizing the Chrome browser.
- Prototype of real-time color correction of underwater video
- Fix issues with GCS buckets
- Fixes to backup bucket cron job
- Add cron job to clean up deleted files
- Fix speed issues with organization and project serialization
- Add ability for states to have parents and share the inheritance behavior of localization metadata.