diff --git a/CHANGELOG.md b/CHANGELOG.md index 96cd7d7a10f..085859548ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,42 +6,57 @@ 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). ## \[Unreleased\] + ### Added -- Ability to hide/show an object in review mode () + +- Introduced the feature to hide or show objects in review mode () ### Changed -- \[Helm\] Database migrations now run in a separate job instead of the server pod, - in order to avoid data corruption when multiple replicas of the server are used + +- \[Helm\] Database migrations are now executed as a separate job, + rather than in the server pod, to mitigate the risk of data + corruption when using multiple server replicas () -- Repeated clicks on left sidebar icons now allow to close/reopen corresponding popovers - () -- Using KeyDB with FLASH to cache data chunk instead of diskcache () +- Clicking multiple times on icons in the left + sidebar now toggles the corresponding popovers open and closed + () +- Transitioned to using KeyDB with FLASH for data + chunk caching, replacing diskcache () ### Deprecated + - TDB ### Removed -- Outdated using of hostname when access git/opencv/analytics from UI () -- Feedback/share component () + +- Removed outdated use of hostnames when accessing Git, OpenCV, or analytics via the UI () +- Removed the Feedback/Share component () ### Fixed -- Zooming canvas when scrooling comments list in an issue () -- Issues can be created many times when initial submit () -- Running deep learning models on non-jpeg compressed tif images () -- Paddings on tasks/projects/models pages () -- Hotkeys handlers triggered instead of default behaviour with focus when modal windows opened - () -- Need to move a mouse to get brush/eraser effect, just click not enough () -- Memory leak in the logging system () -- A race condition during initial `secret_key.py` creation + +- Resolved the issue of the canvas zooming while scrolling + through the comments list in an issue () +- Addressed the bug that allowed for multiple issue + creations upon initial submission () +- Fixed the issue of running deep learning models on + non-JPEG compressed TIFF images () +- Adjusted padding on the tasks, projects, and models pages () +- Corrected hotkey handlers to avoid overriding default behavior when modal windows are open + () +- Resolved the need to move the mouse to activate + brush or eraser effects; a single click is now sufficient () +- Fixed a memory leak issue in the logging system () +- Addressed a race condition that occurred during the initial creation of `secret_key.py` () -- Duplicate log entries from the CVAT server +- Eliminated duplicate log entries generated by the CVAT server () ### Security + - TDB ## \[2.6.1\] - 2023-08-25 + ### Added - More information about task progress on tasks page () @@ -63,7 +78,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed switching from organization to sandbox while getting a resource () - You do not have permissions when user is cancelling automatic annotation () - Automatic annotation progress bar is invisible if the app initialized on the task page - () + () - Extra status check requests for automatic annotation () - \[SDK\]: `FileExistsError` exception raised on Windows when a dataset is loaded from cache ()