mirror of https://github.com/on4kjm/FLEcli.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
805 B
26 lines
805 B
# What's new?
|
|
|
|
## v0.1.2
|
|
|
|
* DATE keyword is now optional
|
|
* Date can have several delimiter ("-", "/", ".", or " ")
|
|
* Partial dates can be entered ("20-9-6" => "2020-09-06")
|
|
* The new (FLE v3) "DAY" keyword is now supported (increment is 10 max)
|
|
* Date, band, and mode can be specified on a same line, even within a QSO line
|
|
* Correct processing of optional WWFF keyword
|
|
* Time is now correctly inferred when start and end of gap is in the same minute
|
|
* Correct some typos and bugs
|
|
|
|
## Previous releases
|
|
|
|
### v0.1.1
|
|
* Improved test coverage
|
|
* Improved build automation
|
|
* Improved release notes publication
|
|
|
|
### 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.
|
|
|
|
### v0.0.0
|
|
* Initial release
|