Skip to content
This repository has been archived by the owner on May 19, 2023. It is now read-only.

Releases: dabear/FloatingGlucose

v1.6.0 - nightscout tokens

18 Oct 13:02
Compare
Choose a tag to compare

Adds support for nightscout tokens, and adds a requested label for the GUI refresh interval value in the settings

1.5.4-1

07 Oct 23:32
Compare
Choose a tag to compare
add label metric to gui refresh interval

v1.5.3 - Maintance release - hopefully fixed a reported crash

11 Apr 10:25
Compare
Choose a tag to compare
attempt to fix reported crash when datasource times out

FloatingGlucose v.1.5.2- Maintance release

14 Jan 16:47
Compare
Choose a tag to compare
  • Removes broken YR.no weather support
  • Allows trailing slashes in nightscout url

FloatingGlucose v.1.5.1- Wine/Linux edition

28 Jun 15:15
Compare
Choose a tag to compare

This is just a small fix that enables Floatingglucose to work on linux under wine.
You need to install the following to make it work:

  • Wine
  • Winetricks, latest version, from source:
wget  https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks
chmod +x winetricks 
sudo mv -v winetricks /usr/local/bin
  • mstcorefonts

After installing the dependencies above, please run the follow to install the app:

WINEPREFIX="$HOME/.floatingglucose" WINEARCH=win32 /usr/local/bin/winetricks -q dotnet462 corefonts
WINEPREFIX="$HOME/.floatingglucose" WINEARCH=win32 wine 'FloatingGlucoseSetup-Release.nosign-v.1.5.1.exe'

To start the app, from the command line ,run:

TZ=UTC WINEPREFIX="$HOME/.floatingglucose" WINEARCH=win32 wine 'c:\program files\floatingglucose\floatingglucose.exe'

Please note the TZ=UTC and wineprefix, which is very important to make it work correctly

FloatingGlucose v.1.5.0- Plugins and more!

10 Mar 16:35
Compare
Choose a tag to compare

FloatingGlucose v.1.5.0- Plugins and more!
image

This release implements multiple plugins for different ways of retrieving glucose values, including from dexcom share and from glimp! You can also set a custom background color and/or a custom background image

  • Nightscout Nightscout plugin. The original - fetches glucose from a specified nightscout site.

  • Dexcom Share Dexcom share plugin. Connects to Dexcom share (both US and Non-US) servers to fetch glucose data.

  • Glimp plugin. Fetches glucose from a dropbox file uploaded by Glimp on your phone. This requires your computer to also have dropbox installed.

  • YR.no weather Weather forecast from Yr, delivered by the Norwegian Meteorological Institute and the NRK

image

FloatingGlucose v.1.4.1-beta1 - Plugins Revised!

07 Mar 08:34
Compare
Choose a tag to compare

This release implements multiple plugins for different ways of retrieving glucose values, including from dexcom share and from glimp!

  • Nightscout Nightscout plugin. The original - fetches glucose from a specified nightscout site.

  • Dexcom Share Dexcom share plugin. Connects to Dexcom share (both US and Non-US) servers to fetch glucose data.

  • Glimp plugin. Fetches glucose from a dropbox file uploaded by Glimp on your phone. This requires your computer to also have dropbox installed.

  • YR.no weather Weather forecast from Yr, delivered by the Norwegian Meteorological Institute and the NRK

FloatingGlucose v.1.4.0-beta1 - Plugins!

15 Feb 16:47
Compare
Choose a tag to compare

This release features an implementation of datasource plugins.

There are currently three supported types of datasources:

  • Standard Nightscout URL datasource
  • Supports reading GLIMP-uploaded glucose files from dropbox (new)
  • Nightscout Dumps on File (new) (Mainly for debugging)

Go to the settings to choose between the three!

image

FloatingGlucose v.1.3.0-Alpha: Move logic to Plugins

25 Nov 16:14
Compare
Choose a tag to compare

This Release implements the concept of datasource plugins.
There are currently two supported types of datasources:

  • Standard Nightscout URL datasource
  • Nightscout Dumps on File (new)

The new nightscout dump requires some explanation. Mainly used for debugging, this allows you to load a datafile with nightscout json data into the application.

First, to download your current nightscout data in json format, please go to https://byoursite.azurewebsites.net/pebble?count=2&units=mmol in a browser and save the contents to a file, for example c:\temp\nightscout.nsdata.dump.

Then, select the datasource plugin in the settings and click the new "Browse.."-button to select the previously saved dump:

image

FloatingGlucose V1.0.1 Small bugfixes

28 Sep 14:16
Compare
Choose a tag to compare

This release contains a set of small bugfixes concerning alarms.
Also included:

  • Show version info in settings
  • Manually reload data
  • Some new debug options