Skip to content

Releases: IPS-LMU/EMU-webApp

EMU-webApp Version 1.5.3

03 Nov 13:36

Choose a tag to compare

new features / performance tweaks / improvements

bug fixes

  • Fix build error from 1.5.2

EMU-webApp Version 1.5.2

03 Nov 13:31

Choose a tag to compare

new features / performance tweaks / improvements

  • New query parameter: disableBundleListSidebar
  • In EMBEDDED mode, publish all changes to parent window without saving
  • Allow wav files with floating-point samples
  • Support Extensible Wave files

bug fixes

  • Improve focus detection with regard to undo stack
  • Minor corrections in wav parser

EMU-webApp Version 1.5.1

20 Sep 13:42

Choose a tag to compare

new features / performance tweaks / improvements

  • allow databases that test the beta feature of using Rda alongside SSFF to be loaded instead of causing a schema violation

bug fixes

  • fix snap to level above/below feature: the neighbor level is now determined by what the user actually sees, and no longer by the order of the levels array in the _annot.json

EMU-webApp Version 1.5.0

06 Nov 14:58

Choose a tag to compare

new features / performance tweaks / improvements

  • Updated a few dependencies

bug fixes

  • Correction tool now works correctly when Start_Time of SSFF track is not 0
  • When Start_Time is not 0, the part of the SSFF track in the left part of the viewport was not displayed
  • Fixed schema validation error (#315)
  • The schema for signalCanvases does not allow additional properties anymore
  • Some new features were not reflected in emuwebappConfigSchema

EMU-webApp Version 1.4.0

22 Mar 11:26

Choose a tag to compare

new features / performance tweaks / improvements

  • replaced node-sass with dart-sass
  • updated a few dependencies

bug fixes

  • SSFF parser worker can now save BYTE, LONG, FLOAT, and DOUBLE in addition to SHORT; can also save big-endian (fixes #308; thanks @samgregory)
  • Fix assigning colors to individual signalCanvas contours (fixes #303; thanks @samgregory)
  • Crosshair now reports correct y value when minMaxValLims is set (fixes #296; thanks @samgregory)

EMU-webApp Version 1.3.9

14 Jul 14:10

Choose a tag to compare

new features / performance tweaks / improvements

bug fixes

  • fixed bad extraction of channel data in draw-helper service (switching which channels to draw now works again)

EMU-webApp Version 1.3.7

11 Jun 15:03

Choose a tag to compare

new features / performance tweaks / improvements

  • increased text height by 2px for better scroll-bar clearance on non-OSX systems (closes #225)
  • better visibility of track names & min/max values due to color change (fixes #295)
  • minification on build working again (fairly large perf. gains)

bug fixes

  • fixed bad handling of URL parameter when only an audio file is given in settings dialog

EMU-webApp Version 1.3.6

25 Mar 12:24

Choose a tag to compare

new features / performance tweaks / improvements

  • new gitlabPath added

bug fixes

  • fixed bad handling of colorContour values in non-assigned tracks (fixes #287)

EMU-webApp Version 1.3.4

16 Dec 17:10

Choose a tag to compare

bug fixes

  • fixed border causing negative mouse x pos values

EMU-webApp Version 1.3.4

24 Nov 11:58

Choose a tag to compare

new features / performance tweaks / improvements

  • shorten download button text to TextGrid and annotJSON
  • removed sample values from hierarchy path canvas
  • fixed laggy progressbar by listening to changes rather than ng-show to trigger animation

bug fixes

  • forcing osci peaks recalc on draw of OSCI overview canvas