Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
JW committed Aug 11, 2021
1 parent a6e0b15 commit 29ea5ec
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 29ea5ec

Please sign in to comment.