-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Added the initial version of CHANGELOG.md #85
Merged
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
# Changelog | ||
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). | ||
|
||
## [Unreleased] | ||
### Added | ||
- New annotation shapes: polygons, polylines, points | ||
- Undo/redo feature | ||
- Grid to estimate size of objects | ||
- Context menu for shapes | ||
- A converter to PASCAL VOC format | ||
- A converter to MS COCO format | ||
- A converter to mask format | ||
- License header for most of all files | ||
- .gitattribute to avoid problems with bash scripts inside a container | ||
- CHANGELOG.md itself | ||
- Drawing size of a bounding box during resize | ||
- Color by instance, group, label | ||
- Group objects | ||
- Object propagation on next frames | ||
- Full screen view | ||
|
||
### Changed | ||
- Documentation, screencasts, the primary screenshot | ||
- Content-type for save_job request is application/json | ||
|
||
### Fixed | ||
- Player navigation if the browser's window is scrolled | ||
- Filter doesn't support dash (-) | ||
- Several memory leaks | ||
- Inconsistent extensions between filenames in an annotation file and real filenames | ||
|
||
## [0.1.2] - 2018-08-07 | ||
### Added | ||
- 7z archive support when creating a task | ||
- .vscode/launch.json file for developing with VS code | ||
|
||
### Fixed | ||
- #14: docker-compose down command as written in the readme does not remove volumes | ||
- #15: all checkboxes in temporary attributes are checked when reopening job after saving the job | ||
- #18: extend CONTRIBUTING.md | ||
- #19: using the same attribute for label twice -> stuck | ||
|
||
### Changed | ||
- More strict verification for labels with attributes | ||
|
||
## [0.1.1] - 2018-07-6 | ||
### Added | ||
- Links on a screenshot, documentation, screencasts into README.md | ||
- CONTRIBUTORS.md | ||
|
||
### Fixed | ||
- GitHub documentation | ||
|
||
## 0.1.0 - 2018-06-29 | ||
### Added | ||
- Initial version | ||
|
||
## Template | ||
``` | ||
## [Unreleased] | ||
### Added | ||
- | ||
|
||
### Changed | ||
- | ||
|
||
### Deprecated | ||
- | ||
|
||
### Removed | ||
- | ||
|
||
### Fixed | ||
- | ||
|
||
### Security | ||
- | ||
``` |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
May be better move it to "Fixed"?