v1.0.14-app
Key changes:
- Support for tzOffset set by recorder app
- Support for finish guide set by recorder app
- Auto-jump to next click in timeline when a time is scored
- Shift Hamburger menu option to update/create sidecar files. Handy if they are missing tzOffset.
Example json sidecar file:
{
"file": {
"startTs": "1731106440.0138073",
"stopTs": "1731106559.9971249",
"numFrames": 7200,
"tzOffset": -480
},
"guide": {
"pt1": 24,
"pt2": 24
}
}