-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
24 additions
and
2 deletions.
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,22 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. | ||
|
||
## [0.2.0](https://github.com/open-mmlab/labelbee-client/compare/v0.1.2...v0.2.0) (2022-05-24) | ||
|
||
|
||
### Features | ||
|
||
* Add Path in annotation ([85480f2](https://github.com/open-mmlab/labelbee-client/commit/85480f2397f5c4bb1ea2258d8c3e18c00254d536)) | ||
* Change the value of "file_name" from path to file name in the coco result ([c15b6a5](https://github.com/open-mmlab/labelbee-client/commit/c15b6a5591c80bb89ac7cb640311b91c203ef1bc)) | ||
* Check whether there are pictures in the path ([23956e5](https://github.com/open-mmlab/labelbee-client/commit/23956e5b12dc4cd75d49bdfa0472465271b89080)) | ||
* Path allows and name editing ([731b5ca](https://github.com/open-mmlab/labelbee-client/commit/731b5caf7d7110ce3e6b30655e87c61e263ddd0a)) | ||
* Save page and step to local ([25219da](https://github.com/open-mmlab/labelbee-client/commit/25219daff2dfd250f96e564a11cc83612ad314d0)) | ||
* Supplementary submenu ([531ed42](https://github.com/open-mmlab/labelbee-client/commit/531ed420a76e0e64f3b1fe66c7f5207e694181be)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* The params named projectList is getted error. ([63de7d1](https://github.com/open-mmlab/labelbee-client/commit/63de7d1f40f547a1262e0d7e7d398ba5789a5fd9)) | ||
* TrainIDs is not the same with the same config in different project ([369ffc7](https://github.com/open-mmlab/labelbee-client/commit/369ffc7809c652585ab086d8101767400069fd0b)) | ||
* Update project error tips ([ffc4793](https://github.com/open-mmlab/labelbee-client/commit/ffc47936a6c9cea9c31423a5f7decf3bf19563c5)) |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "labelbee-client", | ||
"version": "0.1.2", | ||
"version": "0.2.0", | ||
"private": true, | ||
"homepage": "./", | ||
"author": "laoluo <[email protected]>", | ||
|
@@ -256,4 +256,4 @@ | |
}, | ||
"publish": null | ||
} | ||
} | ||
} |