mirror of https://github.com/on4kjm/FLEcli.git
parent
b9d7f5a013
commit
078669a808
@ -1,14 +1,14 @@
|
|||||||
# What's new?
|
# What's new?
|
||||||
|
|
||||||
## V0.1.1
|
## v0.1.1
|
||||||
* improved test coverage
|
* Improved test coverage
|
||||||
* improved build automation
|
* Improved build automation
|
||||||
* improved release notes publication
|
* Improved release notes publication
|
||||||
|
|
||||||
## Previous releases
|
## Previous releases
|
||||||
|
|
||||||
### V0.1.0
|
### v0.1.0
|
||||||
* First public MVP (Minimal Viable Product relase). Supports only SOTA and WWFF type log files. Some header keywords are missing as well as date increments.
|
* First public MVP (Minimal Viable Product relase). Supports only SOTA and WWFF type log files. Some header keywords are missing as well as date increments.
|
||||||
|
|
||||||
### V0.0.0
|
### v0.0.0
|
||||||
* Initial release
|
* Initial release
|
||||||
|
@ -1,36 +0,0 @@
|
|||||||
# TODO
|
|
||||||
|
|
||||||
## Input protocol
|
|
||||||
* [ ] document the FLE input format
|
|
||||||
|
|
||||||
## Test & Build framework
|
|
||||||
* [ ] Perform the test of the complete app
|
|
||||||
* [-] Implement MacOS codesigning (issue #9)
|
|
||||||
* [x] Add quality badges to main page
|
|
||||||
* [x] Make a more reasonable/richer version display (issue #10)
|
|
||||||
* [x] Create standalone documentation, separate from README (issue #13)
|
|
||||||
* [x] Re-visit the release notes (far too verbose)
|
|
||||||
* [x] Implement and track code coverage
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Input processing
|
|
||||||
* [ ] New MYGRID keyword
|
|
||||||
* [ ] Support different date delimiter
|
|
||||||
* [ ] Support extrapolated date
|
|
||||||
* [ ] Support date not prefixed by "date" (non header mode) DATE keyword is now optional
|
|
||||||
* [ ] Support date increment ("date +" and "date ++")
|
|
||||||
* [ ] Support WWFF keyword
|
|
||||||
* [x] Validate that we have the necessary data for the output
|
|
||||||
* [ ] Support the contest related fields
|
|
||||||
|
|
||||||
## Output processing
|
|
||||||
* [ ] Implement CABRILLO output
|
|
||||||
|
|
||||||
|
|
||||||
## Later
|
|
||||||
* [ ] Process contest reports
|
|
||||||
* [ ] Infer digital mode report
|
|
||||||
* [ ] add unit test for the DefaultReport validate function
|
|
||||||
* [-] look how to make it work as a CGI
|
|
||||||
|
|
Loading…
Reference in new issue