Added
- Throttling policy for unauthenticated users (#1531)
- Added default label color table for mask export (#1549)
- Added environment variables for Redis and Postgres hosts for Kubernetes deployment support (#1641)
- Added visual identification for unavailable formats (#1567)
- Shortcut to change color of an activated shape in new UI (Enter) (#1683)
- Shortcut to switch split mode (#1683)
- Built-in search for labels when create an object or change a label (#1683)
- Better validation of labels and attributes in raw viewer (#1727)
- ClamAV antivirus integration (#1712)
- Added canvas background color selector (#1705)
- SCSS files linting with Stylelint tool (#1766)
- Supported import and export or single boxes in MOT format (#1764)
- [Datumaro] Added
stats
command, which shows some dataset statistics like image mean and std (#1734) - Add option to upload annotations upon task creation on CLI
- Polygon and polylines interpolation (#1571)
- Ability to redraw shape from scratch (Shift + N) for an activated shape (#1571)
- Highlights for the first point of a polygon/polyline and direction (#1571)
- Ability to change orientation for poylgons/polylines in context menu (#1571)
- Ability to set the first point for polygons in points context menu (#1571)
- Added new tag annotation workspace (#1570)
Changed
- Removed information about e-mail from the basic user information (#1627)
- Update https install manual. Makes it easier and more robust. Includes automatic renewing of lets encrypt certificates.
- Settings page move to the modal. (#1705)
- Implemented import and export of annotations with relative image paths (#1463)
- Using only single click to start editing or remove a point (#1571)
- Added support for attributes in VOC XML format (#1792)
- Added annotation attributes in COCO format (#1782)
- Colorized object items in the side panel (#1753)
Fixed
- Problem with exported frame stepped image task (#1613)
- Fixed dataset filter item representation for imageless dataset items (#1593)
- Fixed interpreter crash when trying to import
tensorflow
with no AVX instructions available (#1567) - Kibana wrong working time calculation with new annotation UI use (#1654)
- Wrong rexex for account name validation (#1667)
- Wrong description on register view for the username field (#1667)
- Wrong resolution for resizing a shape (#1667)
- React warning because of not unique keys in labels viewer (#1727)
- Fixed issue tracker (#1705)
- Fixed canvas fit after sidebar open/close event (#1705)
- A couple of exceptions in AAM related with early object activation (#1755)
- Propagation from the latest frame (#1800)
- Number attribute value validation (didn't work well with floats) (#1800)
- Logout doesn't work (#1812)
- Annotations aren't updated after reopening a task (#1753)
- Labels aren't updated after reopening a task (#1753)
- Canvas isn't fitted after collapsing side panel in attribute annotation mode (#1753)
Security
- SQL injection in Django
CVE-2020-9402
(#1657)