All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Show maximum dwell time in the graph, especially for regions where it may not always be mandatory, hence the airtime may exceed the maximum dwell time.
- Update some broken links to the LoRa Alliance specifications (see issue #4)
1.3.0 - 2020-09-05
- Show graph for payload size vs airtime for a region's available data rates.
- Lower minimum LoRaWAN overhead size to 12 bytes, as FPort is only given when an application payload is present.
- For CN470-510, add maximum dwell time and note about Listen Before Talk, as per upcoming regulations.
- Improve documentation.
1.2.1 - 2020-08-08
- The shareable URL now includes some text to provide context.
- Handle copy button without user selection in Safari.
1.2.0 - 2020-08-03
- Copy (formatted) tooltip and result grid. For the grid, this uses a workaround
for the Discourse forum software: newlines in table cells use
<br>
, to support its automatic conversion from HTML to Markdown. - Share URL.
- New icons.
- More details on dwell time limitations.
- Make tooltip choose best position on small screens.
- Layout fixes.
1.1.0 - 2020-07-22
- Validate against LoRaWAN-defined maximum payload size.
- LoRaWAN always uses coding rate 4/5: hide user input when using default.
- Document 1% duty cycle for the default channels of AS923.
- Document usage of AS923 in Australia.
- De-emphasize/shade all data rates that only apply to a single frequency.
- Layout fixes.
Initial release.