Release 1.1.7
Notice
A start script is included that enables source mappings and optimizing the node runtime for the container size (RAM). It's recommended to use this script with npm run start
as bug reports going forward should use that for easier debugging on my end
Updates
- Fixes an issue where parentPort.postMessage was returning a boolean instead of void as expected and typed in Node typings.
- All
//@ts-ignore
comments have been removed - Fixes logical issues with the http source getter, resulting in much faster track loading of ice-cast streams and providing more accurate metadata. (Metadata was the way it was because of legacy reasons)
- Updated BackTracker due to an issue with capturing anonymous scoped error stack frames