Releases: dabear/FloatingGlucose
v1.6.0 - nightscout tokens
1.5.4-1
v1.5.3 - Maintance release - hopefully fixed a reported crash
attempt to fix reported crash when datasource times out
FloatingGlucose v.1.5.2- Maintance release
- Removes broken YR.no weather support
- Allows trailing slashes in nightscout url
FloatingGlucose v.1.5.1- Wine/Linux edition
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!
FloatingGlucose v.1.5.0- Plugins and more!
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
FloatingGlucose v.1.4.1-beta1 - Plugins Revised!
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!
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!
FloatingGlucose v.1.3.0-Alpha: Move logic to Plugins
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:
FloatingGlucose V1.0.1 Small bugfixes
This release contains a set of small bugfixes concerning alarms.
Also included:
- Show version info in settings
- Manually reload data
- Some new debug options