Added
- Added `--ignore-timestamp` to `log-uploader`, which can be used to re-upload a log file even if the corresponding `*.lus` file would make the contents to be otherwise skipped. Mostly for testing.
- Added `log-generate` helper to generate current log files from arbitrary text files.
- Added `log-check` helper to iterate through a log file to check for possible errors.
Fixed
- Allow starting the `serial-logger` without an attached USB cable. The logger will start logging immediately once the USB is attached.
- Allow starting the log-uploader with a non-existent log file with `--watch`.
- Allow using a log-stream name with common prefix that exactly matches a single file, e.g., `customer-name` and `customer-name-group`.