Skip to content

v2.72.0

Latest

Choose a tag to compare

@cvat-bot cvat-bot released this 29 Jul 15:23
0445d03

Added

  • [CLI] New cvat-cli profile commands to list, create, set the default, and delete saved Personal Access Token profiles. (#10875)

Changed

  • In the backend server image, CVAT source files are now installed in /opt/cvat rather than /home/django, and owned by root (#10575)

Removed

  • Backend processes no longer write their logs to logs/cvat_server.log (#10939)

Fixed

  • Fixed mask bounding box not shrinking after removing underlying pixels when another mask overlaps it with the "Remove underlying pixels" option enabled (#10873)

  • Fixed save annotations failure due to “spec_id is invalid” error (#10936)

  • Improved audio waveform timeline detail at larger zoom levels (#10947)

  • Fixed the caret jumping to the end while editing audio interval text attributes. (#10950)

  • Fixed standard undo/redo shortcuts in the editor of audio interval text attributes. (#10950)

  • Fixed misaligned resize handles for selected audio intervals. (#10951)

  • [Helm] Fixed backup/export workers using ephemeral storage for backup temporary files. (#10958)

Security