Changed
- If one of `--to` or `--from` is passed alongside `--interval`, the value of `--interval` is used to determine the other end of the time period. Behavior stays the same if both `--to` and `--from` are provided; in that case `--interval` is ignored.
Added
- Added `--verbose` option to `serial_logger.py` and `log_uploader.py`.
- `log_download.py list-streams` command to show possible log streams to download.
- Added this changelog.
Fixed
- Open files with 'utf-8' codec on Windows with `log_download.py` to better support Unicode input.
- In case log is written fairly seldom, timeout and send smaller batches even if log file has not been appended.