Skip to content

Latest commit

 

History

History
146 lines (82 loc) · 10.2 KB

CHANGELOG.md

File metadata and controls

146 lines (82 loc) · 10.2 KB

1.0.9 (2024-06-14)

Bug Fixes

  • download-modal: fixed incorrect base names in zip archive (c651ca8)
  • table: cogs appear on pending operations (1aaf7dd)
  • table: context menu does not appear correctly (6de7a0b)
  • tools: audio playback does not stop when leaving tool (a97b990)
  • tools: EMUWebApp doesn't read TextGrid file (e8c4ff6)
  • tportal: fix several issues from migration (8028f41)

Features

  • download-modal: show remove lines button only if something downloaded (ca37004)
  • table: file names are truncated (20cf3e3)
  • tportal: add WhisperX to the list of supported ASR providers (3c09908)

1.0.8 (2022-12-08)

Bug Fixes

  • asr: fixed quota progress bars (b7b67bf)
  • preprocessing: pairs of audio and transcript are not combined to tasks correctly (5bd6825)
  • preprocessing: splitting audio files into channels doesn't work correctly (38cef0a)
  • proceedings: missing audio information in file info popover (5113d2b)
  • processing: several wrong naming issues (cf9306d)

1.0.7 (2022-02-09)

Bug Fixes

  • results: fixed problem with retrieving results (f41b430)

Features

  • proceedings: format timestamps to local ones (4152f10), closes #55
  • queue-modal: added information about remaining quota (9862529)

1.0.6 (2021-03-16)

Bug Fixes

  • verify: verify button disabled after restart with queued files (9b252f6)

Features

  • general: hide access code in logs and in settings (d6130a8), closes #58
  • general: renamed OH-Portal to TranscriptionPortal (3c65fce)
  • verify-step: portal checks audio file if it fits the ASR provider's requirements automatically (9bed9a1), closes #46

1.0.5 (2021-02-15)

Bug Fixes

  • downloads: fixed download by line bug and improved generation of downloads (39c9a1d), closes #56
  • emu-webApp: fixed issue that transcript is not loaded in EMU webApp, fixed retrieving its result (d038f38)
  • operations: fixed status behaviour of operations (5a73bf0)
  • preprocessing: fixed issue that audio split into channels is not working (a015e0b)

Features

  • download-modal: close modal after selected lines were removed (ebc6e85)
  • maintenance: added maintenance snackbar (8cbab8e)

1.0.4 (2020-11-09)

Bug Fixes

  • results-table: fixed duplicated rows (3a54235)

Features

  • access code: added option to set an access code to increase quota (68b9084)
  • columns: added export column (94c2d7e)
  • compatibility: added background compatibility check (6399259), closes #43
  • EMU-webApp: results are now retrieved by the EMU-webApp (b8726c8)
  • export: changed folder names for each step (ad02426)
  • feedback: improved feedback modal the same way as OCTRA (e439332)
  • operations: show information of service provider while processing ASR. (2d00107)
  • popover: simplified and beautified error messages and warnings (7ac41bc), closes #44
  • queue: show further information about the service providers (e185a63)
  • results: added conversions to WebVTT and SRT (36eede9)
  • tracking: added option for tracking via Matomo (d8566be)

1.0.2 (2019-06-22)

Features

  • Popover: option to paste the error message to the clipboard

Bug Fixes

  • ASR: fixed failing ASR
  • Popover: counter didn't stop on error

1.0.1 (2019-01-25)

Bug Fixes

  • http-requests: fixed problem with http-caching (3f1b050)
  • popovers: fixed problems with positioning and fadein/fadeout (c34bd08)

1.0.0 (2018-09-21)

Features

  • download: download archives from results and conversions (4ff2295), closes #5 #30
  • show offline icons (f5e83ff)
  • context-menu: remove selected appendings (dfe77b3), closes #1
  • file-collection: transcript files can be added four processing (a4d7d96)
  • files: file preview for transcripts (6d271d1), closes #16
  • folders: open/close folders (da72f94), closes #22
  • settings: option to remove all data (16fa888)
  • shortcuts: added shortcuts for pc and mac (4c45b38), closes #33
  • sidebar: default sidebar width can be changed by the user (a38c241), closes #32
  • sidebar: resizeable sidebar (1e300be), closes #11 #9
  • transcripts: Save transcripts to Browser's storage (IndexedDB) (08cdadc), closes #6
  • workflow: MAUS and EMU-webApp can be skipped (dca41ef), closes #4
  • workflow: new workflow: Add -> Verfiy -> Start/Stop (939ce46), closes #38