Releases: DeNA/nota
Releases · DeNA/nota
v2.8.0
What's Changed
- feat: Enabled worker job concurrency by @jonatan-alama in #39
- feat: Add task and template id to exported items by @jonatan-alama in #40
- feat: Show bbox size while creating/resizing by @jonatan-alama in #42
- feat: add timeline vis presets by @jonatan-alama in #41
Full Changelog: v2.7.0...v2.8.0
v2.7.0
What's Changed
- Worker improvements by @jonatan-alama in #34
- 2022-02 Improvements by @jonatan-alama in #35
Full Changelog: v2.6.1...v2.7.0
v2.6.1
What's Changed
- fix: labels are null when parser is v2 but data is v1 by @jonatan-alama in #33
Full Changelog: v2.6.0...v2.6.1
v2.6.0
Feature
- Add zoom functionality to annotated events timeline
Fix
- Show tooltip for background areas not working correctly
- Click to jump to time for background areas not working correctly
v2.5.1
Fix
- Error when annotating images after creating a task with imported annotations with media labels
- Fix typo preventing a translated text from showing
v2.5.0
Feature
- When annotating events in video, show annotations sorted by start time
- Show the event start and end time for review
- Show a number for each annotation for easier identification
Fix
- Fix a bug not being able to update a task without changing a value first
v2.4.0
Feature
- Add setting for default assignment size and order for each task
Bug fix
- Fix horizontal scroll not following when reviewing annotations
- Fix single and multiple selection required labels not being set as required when an invalid previous or default value exists
- Fix annotations not being created automatically from json file when using s3 with media source and task nested paths
v2.3.1
Bug fix
- Fix annotations not being created automatically from json file when using s3 with media source and task nested paths
v2.3.0
Improvements to Timeline Vis
- Add line showing current time
- Add backgroundArea type for marking some time blocks in different background color (https://github.com/DeNA/nota/wiki/Annotation-Templates-Schema#video-timeline-visualization-object)
- Add chart legend and be able to toggle individual lines
Bug fix
- Fix timeline tooltip not dissapearing when mouse is outside the vis
v2.2.0
Other
- Nota worker migration from bull to bullmq
- Increase test coverage for job tasks