Skip to content

Releases: nielsmaerten/glucose-ticker

v1.2.0-beta.2

26 Apr 20:00
Compare
Choose a tag to compare
v1.2.0-beta.2 Pre-release
Pre-release

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://12345678-4321-1234-ab12-0000abc12345@xyz123.ns.gluroo.com/api/v1
    

Note the '@' symbol in the url. This is what tells Glucose Ticker to switch to API secret authentication.

v1.1.0

11 Feb 13:38
Compare
Choose a tag to compare

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

27 Sep 21:07
Compare
Choose a tag to compare
  • Support for Windows 11
  • New launcher (no more command prompts, maybe?)
  • Ignore HTTPS errors for T1Pal

v1.0.3-alpha.1

28 Aug 19:51
Compare
Choose a tag to compare
v1.0.3-alpha.1 Pre-release
Pre-release

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

17 Nov 20:20
Compare
Choose a tag to compare

First stable version! 🎉

Download using the 'Assets' links below.
Support for Windows 11 has been validated.

v1.0.0-beta.2

14 Oct 21:42
Compare
Choose a tag to compare

Maintenance release

This release upgrades all dependencies to their latest version and fixes a few vulnerabilities.

What's Changed

Full Changelog: v1.0.0-beta.1...v1.0.0-beta.2

v1.0.0-beta.1

01 Oct 15:25
Compare
Choose a tag to compare

First beta 🎉

Changes

  • Added styling
  • Installer now uses Inno
  • Built using Github Actions

v0.4.2

04 Jul 15:15
Compare
Choose a tag to compare

This is an alpha: Things may still be rough around the edges
Basic functionality should be fine though

Bugfix release

v0.4.1

02 Jul 14:19
Compare
Choose a tag to compare

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

18 Jun 16:48
Compare
Choose a tag to compare
v0.4.0-alpha.2 Pre-release
Pre-release

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 login
  • Installer