Skip to content

Releases: IPS-LMU/octra

ngx-components-0.1.2

07 Aug 15:14
9290c9d
Compare
Choose a tag to compare

0.1.2 (2024-08-07)

Bug Fixes

  • annotation: speaker pattern matching not working with SRT converter (e92e72b)

Features

  • octra: gear icon next to file name allows to change import options (32afe7b)

ngx-utilities-0.4.0

29 Jul 11:26
508ff88
Compare
Choose a tag to compare

0.4.0 (2024-07-29)

Features

  • ngx-utilities: subscribe() method returns subscription id (4747606)

ngx-components-0.1.1

29 Jul 11:32
98c77b6
Compare
Choose a tag to compare

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

  • octra: new settings section with asr options included (b64fb15)
  • octra: SRT import with special import options (8bd4111)

annotation-0.1.14

29 Jul 11:20
511212d
Compare
Choose a tag to compare

0.1.14 (2024-07-29)

Bug Fixes

  • annotation: srt import doesn't combine units of same speaker correctly (2f41036)
  • octra: overview can not be opened after srt import (679fec1)
  • octra: url mode loads wrong data if logged-in in other tab (efaa5ad)

Features

  • octra: new query param for url mode "aType" for export type (69a9fa1)
  • octra: SRT import with special import options (8bd4111)

assets-0.1.1

09 Apr 15:09
0c24405
Compare
Choose a tag to compare

0.1.1 (2024-04-09)

Features

  • octra: define allowed tools in projectconfig.json (1abf16c)

utilities-0.0.12

25 Mar 16:09
3971b64
Compare
Choose a tag to compare

0.0.12 (2024-03-25)

Bug Fixes

  • octra: octra doesn't load IO from task_use_ouputs_from_task attribute (3cbbb00)

ngx-components-0.1.0

25 Mar 16:49
82d0abd
Compare
Choose a tag to compare

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

25 Mar 15:59
ac869e2
Compare
Choose a tag to compare

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

28 Feb 15:08
21f2324
Compare
Choose a tag to compare

0.1.12 (2024-02-28)

Bug Fixes

  • annotation: full name instead of name set on AnnotJSON on format import (0419bd4)

annotation-0.1.11

28 Feb 14:30
6ce2c75
Compare
Choose a tag to compare

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.