Releases: jsbroks/coco-annotator
Releases · jsbroks/coco-annotator
v0.5.6: HTML Formatting (#77)
- Added categories to image cards
- Added imantics
- Fixed thumbnail annotation not matching category color
- Fixed annotation selection
- Removed unused buttons
- HTML formatting
v0.5.5
- Docker image fully independent
- Renamed docker-compose files
- Mongo version specification
Production Build: docker-compose up --build
Development build: docker-compose -f docker-compose.dev.yml up --build
Update: docker-compose pull
v0.5.4
- Fixed case insensitive file extension (#70)
- Fixed default system user (#71)
- Fixed process message not removed on error
- Fixed
/api/admin/users
showing hashed passwords (#73)
- Fixed expanding categories not happening if a category is not currently selected
- Fixed production docker hub build versioning
v0.5.3
- Added page not found
- Fixed hotkey shortcuts allowing access to tools if they are disabled
- Fixed deleting annotation removes currently selected
- Fixed error when exporting to COCO
- Shows version in swagger
v0.5.2
- Fixed metadata hover
- Added image 404 icon
- Added Docker version builds
v0.5.1
- Optimized easer and brush tool
- Fixed undo button
- Docker build using the hub image
v0.5.0
- Fixed metadata bugs
- Fixed coco import
- Added annotator macro undo
- Added show/hide all buttons
- Support for creating categories on dataset creation
- Testing suit
- Added user authentication