Releases: labstreaminglayer/App-LabRecorder
Releases · labstreaminglayer/App-LabRecorder
v1.16.5
What's Changed
- Fix Qt deprecations by @cboulay in #118
- Off-by-one sample_count error by @jamieforth in #123
- fix(apple_silicon): Add Apple Silicon (M1/M2/M3) compatibility support by @kimit0310 in #126
New Contributors
- @jamieforth made their first contribution in #123
- @kimit0310 made their first contribution in #126
Full Changelog: v1.16.4...v1.16.5
v1.16.4
What's Changed
- Only specify gui executable if enabled. by @xloem in #92
- Fixed broken link to template doc by @brifsttar in #70
- Whitespace Fixes by @cboulay in #96
- Update liblsl to 1.16.2 by @cboulay in #97
New Contributors
Full Changelog: v1.16.3...v1.16.4
v1.16.3
v1.16.2
v1.16.1
v1.16.0
v1.14.2
LabRecorder 1.14.0
Many changes since the last release. A non-exhaustive list:
- Links to liblsl 1.14.0
- Fixed stream tracking, including fixing support for adding RequiredStreams that join after a recording has started.
- Added
<datetime>
field to file header - Fixed a bug in config StorageLocation parsing.
- Add support for autoStart in config.
- Using GitHub actions for uploading packages to release.
Release refs/tags/v1.13.1
Release 1.13.1. Added Remote Control Socket thanks to @Doug1983. Fixe…