Releases: nielsmaerten/glucose-ticker
v1.2.0-beta.2
Experimental Release of Glucose Ticker: v1.2.0-beta.2
This is an experimental version - there may be bugs.
What's New:
- Support for Gluroo: Glucose Ticker can now pull your latest reading from both Nightscout and Gluroo.
- API Secret Authentication Support: In cases where token-based authentication is not possible (for example, in Gluroo) Nightscout now supports api secret authentication as well.
About Authentication Methods in Nightscout:
There are 2 distinct ways getting data from a Nightscout site:
- API Secret: Acts as a master password, providing full access to all Nightscout features.
- Tokens: Offer more granular control, allowing permissions to be set for specific data types.
Recommendation: Unless you have no other choice, I recommend sticking to token-based authentication, since tokens only grant access to a limited set of data in your site, while an API secret gives access to everything. API Secrets are meant to remain secret.
How to Use Glucose Ticker with Gluroo:
- From Gluroo, get the url to be used with xDrip. It should look like this:
https://[email protected]/api/v1
Note the '@' symbol in the url. This is what tells Glucose Ticker to switch to API secret authentication.
v1.1.0
The icon now changes to indicate when something might be wrong:
Connection Issue
If Glucose Ticker cannot reach your Nightscout (eg due to internet connectivity issues), the icon will show "??" instead of "-1"
Old values
If the connection to Nightscout is OK, but the latest value is older than 30 minutes (eg due to sensor signal loss) the icon will show "~"
v1.0.4
- Support for Windows 11
- New launcher (no more command prompts, maybe?)
- Ignore HTTPS errors for T1Pal
v1.0.3-alpha.1
Experimental release 🤖
- If you're using T1pal and are having issues where the icon is not updating, try this experimental release
- T1Pal causes HTTPS/SSL errors (apparently there's an expired certificate somewhere?)
- This release disables SSL checks, so that you can use it with T1Pal
- This release also attempts to fix an issue where the icon kept flashing on Windows boot, and the value wouldn't update
v1.0.0
First stable version! 🎉
Download using the 'Assets' links below.
Support for Windows 11 has been validated.
v1.0.0-beta.2
Maintenance release
This release upgrades all dependencies to their latest version and fixes a few vulnerabilities.
What's Changed
- Readme update by @nielsmaerten in #31
- Bump electron from 9.4.0 to 11.5.0 by @dependabot in #32
- chore: Upgrade all dependencies by @nielsmaerten in #33
Full Changelog: v1.0.0-beta.1...v1.0.0-beta.2
v1.0.0-beta.1
First beta 🎉
Changes
- Added styling
- Installer now uses Inno
- Built using Github Actions
v0.4.2
v0.4.1
This is an alpha: Things may still be rough around the edges
Basic functionality should be fine though
Notable changes
- App now starts from a batch script, improving icon stability
v0.4.0-alpha.2
This is an Alpha. Things may still feel a bit rough around the edges.
Basic functionality should work fine though.
Notable changes
- mmol/l support
- User-configurable ranges and colors
- Impoved icon rendering (replaced svg with jimp)
- Switched from Vue to React (bc I wanted to learn it :)
Still to do
- Add styling and make settings page look nicer
Auto-start on loginInstaller