From ef9f505837c3cd0a7d77b84afb12c410f73a89dc Mon Sep 17 00:00:00 2001 From: Lennart Goedhart <lennart@omnibase.com.au> Date: Fri, 26 Jan 2018 13:42:41 +1100 Subject: [PATCH] Update auto-update file to point to v0.6.0 --- app/update.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/app/update.json b/app/update.json index bb4fd8e..82bdb70 100644 --- a/app/update.json +++ b/app/update.json @@ -1,14 +1,14 @@ { - "latestVersion": "0.5.1", - "latestVersionCode": "9", - "url": "https://github.com/pazaan/600SeriesAndroidUploader/releases/tag/v0.5.1", + "latestVersion": "0.6.0", + "latestVersionCode": "10", + "url": "https://github.com/pazaan/600SeriesAndroidUploader/releases/tag/v0.6.0", "releaseNotes": [ - "- Further improvements to polling", - "- Crash fixes", - "- Fix fingerstick BG reporting", - "- Refresh the display correctly after polling from the pump", - "- Add icons to log entries", - "- Add auto-scrolling to status log", - "- Fix trend arrows truncated on some phones" + "- Automatically builds Nightscout profile from pump settings", + "- New setting to read and back-fill historical CGM data", + "- Upload treatments, adding bolus information and carbs", + "- Supports operating without CGM data (fingerstick and bolus entries only)", + "- Adds support for basal rates", + "- Adds support for 670G Auto Mode", + "- Crash fixes ] } -- GitLab