From d582d467fa67d9062a1227e3e2ba8b77068f4d83 Mon Sep 17 00:00:00 2001 From: Lennart Goedhart Date: Tue, 25 Jul 2017 16:07:05 +0800 Subject: [PATCH] Change auto-update to point to v0.5.1 --- app/update.json | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/app/update.json b/app/update.json index cf3bfd9..bb4fd8e 100644 --- a/app/update.json +++ b/app/update.json @@ -1,10 +1,14 @@ { - "latestVersion": "0.5.0", - "latestVersionCode": "7", - "url": "https://github.com/pazaan/600SeriesAndroidUploader/releases", + "latestVersion": "0.5.1", + "latestVersionCode": "9", + "url": "https://github.com/pazaan/600SeriesAndroidUploader/releases/tag/v0.5.1", "releaseNotes": [ - "- Improvements to pump polling to avoid radio interference", - "- Add update checking", - "- Stability fixes" + "- 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" ] }