diff --git a/CHANGELOG.md b/CHANGELOG.md index 969ff31..dcf6667 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,25 +15,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.1.0]() **Updates** -- Closed issue #78: Testing.sh exits with notification if there are no testcase files -- Closed issue #76: Inserted "5 second sleep phase" between testcases with unconnected and connected CalliopEO in testing.sh to avoid that the program accesses CalliopEO too early which can result in errors +- Closed issue #78: Testing.sh exits with notification if there are no test case files +- Closed issue #76: Inserted "5 second sleep phase" between test cases with unconnected and connected CalliopEO in testing.sh to avoid that the program accesses CalliopEO too early which can result in errors - Closed issue #74: Reduced data rate for burst.hex to avoid having corrupted .data files resulting in incorrect MD5 checksums - Closed issue #48: Handle "unstructured" data from CalliopEO without newlines -- Add testcase for data without newline -- Update Testresults +- Add test case for data without newline +- Update Test results - Add error message output for `Max file size achieved` and `Max script time achieved` -- Add MIT Licence -- Do not add FLASH device in `/etc/fstab` in stup process anymore -- Updaters in `Readme` and `ProgramDescription` +- Add MIT License +- Do not add FLASH device in `/etc/fstab` in setup process anymore +- Updates in `Readme` and `ProgramDescription` - Update to initial Hex file `30s-iss-sensors.hex` -- Replaced md5sum by custom-made `comp()` function in testcases 07a and 07b +- Replaced md5sum by custom-made `comp()` function in test cases 07a and 07b - Removed unneeded declaration of `tc_folder` - Added Cancel button to GUI - Max number of retries to flash can now be configured via `MAX_RETRY_FLASHING` -- Max serial line lenght read can now be configured via `MAX_LINE_LENGTH` +- Max serial line length read can now be configured via `MAX_LINE_LENGTH` - Cleaned up function `waitSerialStart()`, see issue #56 - Properly encode SERIAL_START before sending to serial port -- Added notes on propper usage of `SERIAL_TIMEOUT` and `MAX_SERIAL_WAIT_REPLY` +- Added notes on proper usage of `SERIAL_TIMEOUT` and `MAX_SERIAL_WAIT_REPLY` ## [1.0.1](https://github.com/Amerlander/svelte-typeahead-multiselect/releases/tag/v1.0.0) - 2021-02-25