Since new versions are not done regularly, this Change Log will list each PR as it is merged. It starts with PR's since Version 0.4.3, since most of the work done prior to that was quite low-level, and not important to most end users.
- #116 (2020/04/28) fix: correct a comment in ina219.cpp
- #112 (2020/04/28) documentation: Clarify something in readme.md
- #110 (2020/04/28) fix: add Adafruit INA219 library to platformio.ini
- #108 (2020/04/28) chore: give each ESP a unique SSID for its config access point
- #107 (2020/04/12) feature: add more options for including "Standard Sensors"
- #104 (2020/04/11) feature: add support for INA219 volt/amp sensor
- #101 (2020/04/06) feature: add support for SHT31 temp/humidity sensor
- #100 (2020/04/06) fix: remove "sensors" from all SK Paths throughout the project
- #97 (2020/04/06) feature: add support for BMP280 temp/pressure sensor
- #96 (2020/04/06) feature: add support for BME280 temp/pressure/humidity sensor
- #82 (2020/04/02) feature: add configurable read_delay to OneWire Temperature sensor
- #81 (2020/04/02) feature: add support for ADS1015/ADS1115 Analog-to-Digital Converters
- #92 (2020/04/01) fix: add "last value" to config of moving_average transport
- #84 (2020/04/01) feature: update the example for AnalogInput
- #83 (2020/04/01) fix: allow max voltage to be set for AnalogVoltage sensor
- #79 (2020/04/01) feature: make load_configuration() error msgs specific to the cause
- #78 (2020/04/01) feature: ability to disable systemHz, freemen, uptime, and ipaddress
- #77 (2020/04/01) feature: add configurable read_delay to AnalogInput sensor
- #91 (2020/03/28) fix: add classname to change_filter() transform
- #85 (2020/03/23) fix: change "Sensor" to "Device" in config UI title
- #80 (2020/03/12) feature: add an example for OneWire Temperature sensors
- #69 chore: change version to 0.4.3 and update Class documentation