From 07e1908c7f7b3822a26332b7bdbf2c682fc7c9ea Mon Sep 17 00:00:00 2001 From: Jon Ziebell Date: Wed, 23 Jan 2019 06:45:07 -0500 Subject: [PATCH] Update README.md --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index e00b099..ec0f7d2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,28 @@ This is an issues-only repository for beestat.io. # Patch Notes +### Beestat 1.22 (12/13/2018 - 1/23/2019) +### Bug Fixes: +- Fixed temperature incorrectly rounding on System and Recent Activity [#84] +- Ecobee fixed authorization screen showing that beestat gets write permissions instead of just read [#33] +- Fixed thermostats with no internal sensors breaking application +- Fixed Aggregate Runtime double counting heat stage 1 for gas furnaces [#89] +- Fixed Aggregate Runtime aux getting cut off in certain circumstances + +### Enhancements: +- Added ability to issue API keys for programmatic access to beestat [#12] [Link][(https://documenter.getpostman.com/view/6332024/RznFnd99)] +- Mobile app pinning uses "standalone" instead of "fullscreen" to mimic most other apps +- Added "Add to Home Screen" dialog on Android [[Link](https://developers.google.com/web/fundamentals/app-install-banners/#the_mini-info_bar)] +- Added friendly names for a number of recently added thermostat model numbers [Link][(https://www.ecobee.com/home/developer/api/documentation/v1/objects/Thermostat.shtml#modelNumber)] +- Updated setpoint to be one (heat/cool) or two (auto) lines instead of shaded range +- Updated API to return proper data types on int, boolean, and float values +- Decreased timeout when connecting to ecobee to 5 seconds +- Added error messages alerts to the GUI +- Slightly improved performance of API caching +- Improved readibility of outdoor temperature line on Aggregate Runtime + +--- + ### Beestat 1.21 (11/4/2018 - 12/12/2018) ### Bug Fixes: - Fixed comfort profiles not displaying correctly historically