Releases: IPS-LMU/EMU-webApp
Releases · IPS-LMU/EMU-webApp
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_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
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
gitlabPath
added
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
TextGrid
andannotJSON
- 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
EMU-webApp Version 1.3.3
new features / performance tweaks / improvements
- hierarchy guesser completed for when no DBconfig is available
- higher y resolution on level canvases
- switched to arial font
bug fixes
- double showing of progress-bar component
- fixed scrollbar in level canvases pane issues (now always hidden)
- fixed bundle list side bar animation
EMU-webApp Version 1.3.2
new features / performance tweaks / improvements
- if no hierarchy path is available no hierarchy path canvas is shown and settings stay hidden
- LevelCanvasMarkupCanvasComponent now a component
- font scaling factor now also applied to hierarchy path canvas
- moved emuwebappDesign from sass to scss and made it importable with .d.ts file
- removed default_emuwebappDesign.json file to have single source of truth in scss file
- epg and dot canvas now components
bug fixes
- fixed show hierarchy path canvas setting being dependent on legacy DBconfig entry
- fixed building of DBconfig if none is passed in via URL parameters to only show SEGMENT and EVENT levels
- fixed drawing errors caused by uninited data on load