diff --git a/CHANGELOG.md b/CHANGELOG.md index 29bd43929a232fc2e616f3313f29c9ca66e4bb15..1e24fe57feaac62d9d01a9b42106b73df617c15d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## \[1.5.0] - Unreleased +## \[1.5.0] - 2021-08-02 ### Added @@ -22,21 +22,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated manifest format, added meta with related images () - Update of COCO format documentation () -- Updated Webpack Dev Server config to add proxxy () +- Updated Webpack Dev Server config to add proxy () - Update to Django 3.1.12 () - Updated visibility for removable points in AI tools () - Updated UI handling for IOG serverless function () - Changed Nginx proxy to Traefik in `docker-compose.yml` () - Simplify the process of deploying CVAT with HTTPS () -### Deprecated - -- TBD - -### Removed - -- TBD - ### Fixed - Project page requests took a long time and did many DB queries () @@ -49,7 +41,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - TypeError: Cannot read property 'clientX' of undefined when draw cuboids with hotkeys () - Duplication of the cuboids when redraw them () - Some code issues in Deep Extreme Cut handler code () -- UI fails when inactive user is assigneed to a task/job () +- UI fails when inactive user is assigned to a task/job () - Calculate precise progress of decoding a video file () - Falsely successful `cvat_ui` image build in case of OOM error that leads to the default nginx welcome page () @@ -58,10 +50,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Using combined data sources (directory and image) when create a task () - Creating task with labels in project () -### Security - -- TBD - ## \[1.4.0] - 2021-05-18 ### Added