From 3cc2270d4fea7b0c10d1d07bb507207de54be25e Mon Sep 17 00:00:00 2001 From: Mariia Acoca <39969264+mdacoca@users.noreply.github.com> Date: Wed, 15 Mar 2023 13:30:18 +0100 Subject: [PATCH] Updated release notes description (#5860) ### Motivation and context ### How has this been tested? ### Checklist - [ ] I submit my changes into the `develop` branch - [ ] I have added a description of my changes into the [CHANGELOG](https://github.com/opencv/cvat/blob/develop/CHANGELOG.md) file - [ ] I have updated the documentation accordingly - [ ] I have added tests to cover my changes - [ ] I have linked related issues (see [GitHub docs]( https://help.github.com/en/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword)) - [ ] I have increased versions of npm packages if it is necessary ([cvat-canvas](https://github.com/opencv/cvat/tree/develop/cvat-canvas#versioning), [cvat-core](https://github.com/opencv/cvat/tree/develop/cvat-core#versioning), [cvat-data](https://github.com/opencv/cvat/tree/develop/cvat-data#versioning) and [cvat-ui](https://github.com/opencv/cvat/tree/develop/cvat-ui#versioning)) ### License - [ ] I submit _my code changes_ under the same [MIT License]( https://github.com/opencv/cvat/blob/develop/LICENSE) that covers the project. Feel free to contact the maintainers if that's a concern. --- CHANGELOG.md | 57 ++++++++++++++++++++++++++-------------------------- 1 file changed, 29 insertions(+), 28 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 024b585f3..af1ade892 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -67,45 +67,46 @@ Tracks can be exported/imported to/from Datumaro and Sly Pointcloud formats () -- Fixed HRNet serverless function runtime error on images with alpha channel () -- Preview & chunk cache settings are ignored () -- Export annotations to Azure container () -- Fix the type of the credentials parameter of make_client from the Python SDK -- Reduced number of noisy information on ortho views for 3D canvas () -- Clean up disk space after a project is removed (, ) -- Submit button is locked while file is not selected when importing a dataset () -- \[Server API\] Various errors in the generated schema () -- Fixed freezing browser when request a job by NaN id () -- SiamMask and TransT serverless functions () -- Сreating a project or task with the same labels () -- \[Server API\] Ability to rename label to an existing name () -- Moving a task to a project leads to reset of attributes () -- Parsing skeleton sublabels containing spaces results in an error in dataset export () -- Missing CVAT_BASE_URL in docker-compose.yml () +- Resolved HRNet serverless function runtime error on images with an alpha channel () +- Addressed ignored preview & chunk cache settings () +- Fixed exporting annotations to Azure container () +- Corrected the type of the credentials parameter of `make_client` in the Python SDK +- Reduced noisy information in ortho views for 3D canvas () +- Cleared disk space after project removal (, ) +- Locked submit button when file is not selected during dataset import () +- \[Server API\]Various errors in the generated schema () +- Resolved browser freezing when requesting a job with NaN id () +- Fixed SiamMask and TransT serverless functions () +- Addressed creation of a project or task with the same labels () +- \[Server API\] Fixed ability to rename label to an existing name () +- Resolved issue of resetting attributes when moving a task to a project () +- Fixed error in dataset export when parsing skeleton sublabels containing spaces () +- Added missing `CVAT_BASE_URL` in docker-compose.yml () ### Security - Fixed vulnerability with social authentication () ## \[2.3.0] - 2022-12-22 ### Added -- SDK section in docs () -- An option to enable or disable host certificate checking in CLI () +- SDK section in documentation () +- Option to enable or disable host certificate checking in CLI () - REST API tests with skeletons () - Host schema auto-detection in SDK () - Server compatibility checks in SDK () -- Objects sorting option in the sidebar, by z order. Additional visualization when the sorting is applied +- Objects sorting option in the sidebar, by z-order. Additional visualization when sorting is applied () -- Added YOLOv5 serverless function NVIDIA GPU support () -- Mask tools are supported now (brush, eraser, polygon-plus, polygon-minus, returning masks -from online detectors & interactors) () +- Added YOLOv5 serverless function with NVIDIA GPU support () +- Mask tools now supported (brush, eraser, polygon-plus, +polygon-minus, returning masks from online detectors & interactors) +() - Added Webhooks () -- Authentication with social accounts google & github (, , ) -- REST API tests to export job datasets & annotations and validate their structure () -- Propagation backward on UI () +- Authentication with social accounts: Google & GitHub (, , ) +- REST API tests for exporting job datasets & annotations and validating their structure () +- Backward propagation on UI () - Keyboard shortcut to delete a frame (Alt + Del) () -- A PyTorch dataset adapter layer in the SDK - () -- A way to debug the server deployed with Docker () +- PyTorch dataset adapter layer in the SDK +() +- Method for debugging the server deployed with Docker () ### Changed - `api/docs`, `api/swagger`, `api/schema`, `server/about` endpoints now allow unauthorized access (, ) @@ -114,7 +115,7 @@ from online detectors & interactors) ( - Allowed trailing slashes in the SDK host address () - Adjusted initial camera position, enabled 'Reset zoom' option for 3D canvas () - Enabled authentication via email () -- Unify error handling with the cloud storage () +- Unified error handling with the cloud storage () - In the SDK, functions taking paths as strings now also accept path-like objects () -- GitLab