Added
-
Set of features to track background activities: importing/exporting datasets, annotations or backups, creating tasks. Now you may find these processes on Requests page, it allows a user to understand current status of these activities and enhances user experience, not losing progress when the browser tab is closed (#7537)
-
User now may update a job state from the corresponding task page (#8102)
-
The server will now record and report last assignee update time (#8119)
Changed
-
"Finish the job" button on annotation view now only sets state to 'completed'. The job stage keeps unchanged (#8102)
-
Log files for individual backend processes are now stored in ephemeral storage of each backend container rather than in the
cvat_logs
volume (#8121) -
Do not reset opacity level each time frame switched if there are masks on the frame (#8149)
Removed
- Renew the job button in annotation menu was removed (#8102)
Fixed
-
A possible crash in quality computation for tasks with skeletons and normal labels (#8100)
-
Quality report button and timestamp alignments on quality page (#8106)
-
Fixed display of working time in Grafana management dashboard (#8112)
-
Fixed unexpected deletion of log files of other processes that led to OSError: [Errno 116] Stale file handle error on NFS volumes (#8121)
-
Attribute values with ":" may be displayed incorrectly on canvas (#8137)
-
Fixed broken server Docker image build (#8160)
-
DOMException: Failed to execute 'atob' on 'Window': The string to be decoded is not correctly encoded (#8166)