Releases: TUD-Patrec/annotation-tool
Releases · TUD-Patrec/annotation-tool
v0.10.0
v0.9.0
❗️ Breaking Changes
- Update network selector and loader (#41)
- Improve data-model and path-handling (#42)
- Add option to select the behaviour of the merge button (#44)
- Improve tools performance in multiple locations, allow user to select a timeline-design (#45)
🚀 Features
- Update network selector and loader (#41)
- Store offsets for later reloading of media (#43)
- Add option to select the behaviour of the merge button (#44)
- Improve tools performance in multiple locations, allow user to select a timeline-design (#45)
- Improve design of several dialogs (#46)
🐛 Fixes
- refactor(filehandler): Remove # from header of exported csv-files (#35)
- fix(timer): restarting the loop now also works for the first segment (#36)
- fix undo/redo for annotation updates (#48)
- Refactor some PyQt-Widgets (#50)
🧹 Refactoring
- refactor(filehandler): Remove # from header of exported csv-files (#35)
- Update network selector and loader (#41)
- Improve data-model and path-handling (#42)
- Add option to select the behaviour of the merge button (#44)
- Improve tools performance in multiple locations, allow user to select a timeline-design (#45)
- Improve design of several dialogs (#46)
- Increase mocap reading speed (#47)
- Refactor some PyQt-Widgets (#50)
- Disable decord for now (#51)
🏎️ Performance
- Update network selector and loader (#41)
- Improve tools performance in multiple locations, allow user to select a timeline-design (#45)
- Increase mocap reading speed (#47)
- Disable decord for now (#51)
Other
- Upgrade fcache to version 5.0.0 (#49)
v0.8.3
v0.8.2
🐛 Fixes
- Fix media position not always at 0 after reloading (#25)
- Fix mocap reader not always using the mocap-cache (#26)
- Fix some media loading bugs (#27)
- Fix some bugs and improve media-backend's FPS handling (#28)
- Fix media-readers used to access video-data (#31)
🧹 Refactoring
- Reimplement media-reading and media-playing (#24)
- Refactor synchronization-timer in the media-backend (#30)
- Fix media-readers used to access video-data (#31)
🏎️ Performance
v0.8.1
v0.8.0
❗️ Breaking Changes
- Remodel file cache and rename class attributes (#10)
🚀 Features
🐛 Fixes
- fix(local_files.py): fixed bugs in local_files-dialog (#15)
📔 Documentation
- Update developer information (#2)
- Update README with additional pip installation instructions (#4)
- Update package homepage URL (#7)
🧹 Refactoring
- Rename some GUI items (#9)
⚙️ CI/CD
- Create workflow for automatic releases (#3)
- Fix script for detecting SemVer increments (#5)
- Add missing config for changelog generator (#6)
- Fix order of steps in release workflow (#8)
- Minor updates to the workflow files (#11)
- Fix repository not checked out on workflow call on lint.yml (#18)