Added
-
Polygon and polyline simplification to reduce the number of points. Accessible via button in object menu (or shortcut) for single object and via annotation actions for multiple objects (#10449)
-
The server can now be configured to store all new eligible tasks on a particular backing cloud storage (#10514)
Removed
- The unused
listchunk type. This change is not expected to affect anyone. (#10524)
Fixed
-
Fixed chunk retrieval for tasks with point cloud files in the
.binformat located in cloud storage (#10523) -
Fixed creating tasks from
.binfiles in cloud storage that are less than 16384 bytes long (#10523) -
Fixed PCDLoader incorrectly reading intensity values in some point cloud files. (#10532)
-
Fixed incorrect reported per-task time in the
movetasktobackingcsandmovetaskfrombackingcscommands (#10533)
Security
- Fixed a cross-site scripting vulnerability in code related to annotation guides (https://github.com/cvat-ai/cvat/security/advisories/GHSA-m2h7-6xqm-p9v5)