Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changelog updates mostly wording #6820

Merged
merged 1 commit into from
Sep 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
changelog updates mostly wording
  • Loading branch information
mdacoca committed Sep 6, 2023
commit ffe51ebce007156e835fd78c7ac5436f09817c35
53 changes: 34 additions & 19 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 (<https://github.com/opencv/cvat/pull/6808>)

- Introduced the feature to hide or show objects in review mode (<https://github.com/opencv/cvat/pull/6808>)

### 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
(<https://github.com/opencv/cvat/pull/6780>)
- Repeated clicks on left sidebar icons now allow to close/reopen corresponding popovers
(<https://github.com/opencv/cvat/pull/6817>)
- Using KeyDB with FLASH to cache data chunk instead of diskcache (<https://github.com/opencv/cvat/pull/6773>)
- Clicking multiple times on icons in the left
sidebar now toggles the corresponding popovers open and closed
(<https://github.com/opencv/cvat/pull/6817>)
- Transitioned to using KeyDB with FLASH for data
chunk caching, replacing diskcache (<https://github.com/opencv/cvat/pull/6773>)

### Deprecated

- TDB

### Removed
- Outdated using of hostname when access git/opencv/analytics from UI (<https://github.com/opencv/cvat/pull/6799>)
- Feedback/share component (<https://github.com/opencv/cvat/pull/6805>)

- Removed outdated use of hostnames when accessing Git, OpenCV, or analytics via the UI (<https://github.com/opencv/cvat/pull/6799>)
- Removed the Feedback/Share component (<https://github.com/opencv/cvat/pull/6805>)

### Fixed
- Zooming canvas when scrooling comments list in an issue (<https://github.com/opencv/cvat/pull/6758>)
- Issues can be created many times when initial submit (<https://github.com/opencv/cvat/pull/6758>)
- Running deep learning models on non-jpeg compressed tif images (<https://github.com/opencv/cvat/pull/6789>)
- Paddings on tasks/projects/models pages (<https://github.com/opencv/cvat/pull/6778>)
- Hotkeys handlers triggered instead of default behaviour with focus when modal windows opened
(<https://github.com/opencv/cvat/pull/6800>)
- Need to move a mouse to get brush/eraser effect, just click not enough (<https://github.com/opencv/cvat/pull/6800>)
- Memory leak in the logging system (<https://github.com/opencv/cvat/pull/6804>)
- 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 (<https://github.com/opencv/cvat/pull/6758>)
- Addressed the bug that allowed for multiple issue
creations upon initial submission (<https://github.com/opencv/cvat/pull/6758>)
- Fixed the issue of running deep learning models on
non-JPEG compressed TIFF images (<https://github.com/opencv/cvat/pull/6789>)
- Adjusted padding on the tasks, projects, and models pages (<https://github.com/opencv/cvat/pull/6778>)
- Corrected hotkey handlers to avoid overriding default behavior when modal windows are open
(<https://github.com/opencv/cvat/pull/6800>)
- Resolved the need to move the mouse to activate
brush or eraser effects; a single click is now sufficient (<https://github.com/opencv/cvat/pull/6800>)
- Fixed a memory leak issue in the logging system (<https://github.com/opencv/cvat/pull/6804>)
- Addressed a race condition that occurred during the initial creation of `secret_key.py`
(<https://github.com/opencv/cvat/pull/6775>)
- Duplicate log entries from the CVAT server
- Eliminated duplicate log entries generated by the CVAT server
(<https://github.com/opencv/cvat/pull/6766>)

### Security

- TDB

## \[2.6.1\] - 2023-08-25

### Added

- More information about task progress on tasks page (<https://github.com/opencv/cvat/pull/5723>)
Expand All @@ -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 (<https://github.com/opencv/cvat/pull/6689>)
- You do not have permissions when user is cancelling automatic annotation (<https://github.com/opencv/cvat/pull/6734>)
- Automatic annotation progress bar is invisible if the app initialized on the task page
(<https://github.com/opencv/cvat/pull/6734>)
(<https://github.com/opencv/cvat/pull/6734>)
- Extra status check requests for automatic annotation (<https://github.com/opencv/cvat/pull/6734>)
- \[SDK\]: `FileExistsError` exception raised on Windows when a dataset is loaded from cache
(<https://github.com/opencv/cvat/pull/6722>)
Expand Down
Loading