Releases: IPS-LMU/EMU-webApp
Releases · IPS-LMU/EMU-webApp
EMU-webApp Version 1.5.3
EMU-webApp Version 1.5.2
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
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
new features / performance tweaks / improvements
- Updated a few dependencies
bug fixes
- Correction tool now works correctly when
Start_Timeof SSFF track is not 0 - When
Start_Timeis 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
signalCanvasesdoes not allow additional properties anymore - Some new features were not reflected in
emuwebappConfigSchema
EMU-webApp Version 1.4.0
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
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
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
new features / performance tweaks / improvements
- new
gitlabPathadded
bug fixes
- fixed bad handling of colorContour values in non-assigned tracks (fixes #287)
EMU-webApp Version 1.3.4
bug fixes
- fixed border causing negative mouse x pos values
EMU-webApp Version 1.3.4
new features / performance tweaks / improvements
- shorten download button text to
TextGridandannotJSON - 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