For a quick and easy upgrade use the update tool: http://nightscout.github.io/pages/update-fork/
For full list of closed issues and PRs see: https://github.com/nightscout/cgm-remote-monitor/issues?q=milestone%3A0.8.1+is%3Aclosed
-
New Nightscout Reports
-
Changed the gear icon to a menu icon, and added links to Reports and the Profile Editor
-
The existing ALARM_* settings are now system wide, but can be overridden in the browser client
With this if you really never wants to get high alarm in any way, they can be turned off, be carefulALARM_URGENT_HIGH
(on
) - possible valueson
oroff
ALARM_HIGH
(on
) - possible valueson
oroff
ALARM_LOW
(on
) - possible valueson
oroff
ALARM_URGENT_LOW
(on
) - possible valueson
oroff
-
New settings to configure the snooze options for different alarm types, the first value is used for pushover acks
ALARM_HIGH_MINS
(30 60 90 120
) - Number of minutes to snooze high alarms, space separated for options in browser, first used for pushoverALARM_LOW_MINS
(15 30 45 60
) - Number of minutes to snooze low alarms, space separated for options in browser, first used for pushoverALARM_URGENT_LOW_MINS
(15 30 45
) - Number of minutes to snooze urgent low alarms, space separated for options in browser, first used for pushoverALARM_URGENT_MINS
(30 60 90 120
) - Number of minutes to snooze urgent alarms (that aren't tagged as high or low), space separated for options in browser, first used for pushoverALARM_WARN_MINS
(30 60 90 120
) - Number of minutes to snooze warning alarms (that aren't tagged as high or low), space separated for options in browser, first used for pushover
-
New PUSHOVER_*_KEY settings and extra configuration support for existing Pushover settings
If you never want to get info level notifications (treatments) usePUSHOVER_USER_KEY="off"
If you never want to get an alarm via pushover usePUSHOVER_ALARM_KEY="off"
If you never want to get an announcement via pushover usePUSHOVER_ANNOUNCEMENT_KEY="off"
If only
PUSHOVER_USER_KEY
is set it will be used for all info notifications, alarms, and announcementsPUSHOVER_USER_KEY
- Your Pushover user key, can be found in the top left of the Pushover site, this can also be a pushover delivery group key to send to a group rather than just a single user. This also supports a space delimited list of keys. To disableINFO
level pushes set this tooff
.PUSHOVER_ALARM_KEY
- An optional Pushover user/group key, will be used for system wide alarms (level >WARN
). If not defined this will fallback toPUSHOVER_USER_KEY
. A possible use for this is sending important messages and alarms to a CWD that you don't want to send all notification too. This also support a space delimited list of keys. To disable Alarm pushes set this tooff
.PUSHOVER_ANNOUNCEMENT_KEY
- An optional Pushover user/group key, will be used for system wide user generated announcements. If not defined this will fallback toPUSHOVER_USER_KEY
orPUSHOVER_ALARM_KEY
. This also support a space delimited list of keys. To disable Announcement pushes set this tooff
.
-
Fix for announcements at warning and urgent levels that couldn't be snoozed
-
Adjusted pill tooltips so they won't go past the edge of the screen
-
Fixed bug with mmol in clock mode
-
Added support for configuring the Error Code notifications
ERRORCODES_INFO
(1 2 3 4 5 6 7 8
) - By default the needs calibration (blood drop) and other codes below 9 generate an info level notification, set to a space separate list of number oroff
to disableERRORCODES_WARN
(off
) - By default there are no warning configured, set to a space separate list of numbers oroff
to disableERRORCODES_URGENT
(9 10
) - By default the hourglass and ??? generate an urgent alarm, set to a space separate list of numbers oroff
to disable
-
Hide the "GI specific value" option from the profile editor
Will come back later when it's fully supported -
Added Base URL and server time to status.json for easier debugging, and future features
-
fix for empty basal setting in profile
-
remove drawer animation
-
fix issue with multiple profiles
-
fix issues with delele api
-
fix bug with BWP alarms getting disabled