Releases: IPS-LMU/octra
Releases · IPS-LMU/octra
ngx-components-0.1.2
ngx-utilities-0.4.0
ngx-components-0.1.1
0.1.1 (2024-07-29)
Bug Fixes
- audio: audio playback doesn't start at exact position (3864696)
- ngx-components: boundaries not updated after switching levels (d0acbc6)
- ngx-components: boundaries visible in audio signal from other level (1052b4e)
- ngx-components: switching between annotation levels leads to malfunctions in audio-viewer (09ff3f8)
- octra: new options toggleable and dependsOn for form-generator (588bf77)
Features
annotation-0.1.14
assets-0.1.1
utilities-0.0.12
ngx-components-0.1.0
0.1.0 (2024-03-25)
Bug Fixes
- ngx-components: audio viewer does not draw segment rectangles (509e207)
- ngx-components: audio-viewer does not resize properly (ac19481)
- ngx-components: placing boundary on transcribed segment removes transcript (5fc3cb7)
- ngx-components: resizing does not work on audio-viewer (45e4a6f)
- ngx-components: slow audio viewer (d8e36fa)
- octra: 2D-Editor switching between segments in detail window sometimes not working (dc79496)
- octra: resizing does not draw signal and grid (4a5b2fb)
- octra: selection not working after resize (6bb216d)
- octra: single-line audioviewer does not show correct background color (027aa79)
- web-components: demo not working (2080869)
Performance Improvements
- ngx-components: improved drawing algorithm of audio-viewer (eab131d)
annotation-0.1.13
0.1.13 (2024-03-25)
Bug Fixes
- annotation: importing ELAN file fails on unknown attributes (745a67f)
- ngx-components: slow audio viewer (d8e36fa)
- octra: octra doesn't load IO from task_use_ouputs_from_task attribute (3cbbb00)
Performance Improvements
- ngx-components: improved drawing algorithm of audio-viewer (eab131d)
annotation-0.1.12
annotation-0.1.11
0.1.11 (2024-02-28)
Bug Fixes
- ngx-components: placing boundary on transcribed segment removes transcript (5fc3cb7)
- octra: exported files with wrong naming (2bd0540)
Code Refactoring
- annotation: getLeftSibling() and getRightSibling() now uses index as parameter (828b984)
Features
- annotation: fix missing segment at the end of whisper json annotation (91d6008)
- annotation: new converter for WhisperJSON format (ecc0038)
BREAKING CHANGES
- annotation: check your calls of getLeftSibling() and
getRightSibling() and change parameters to index values.