Releases: timoschlueter/nightscout-librelink-up
v2.0.1
v2.0.0
What's Changed
- Feature: Migrate to typescript by @timoschlueter in #84
Full Changelog: v1.9.1...v2.0.0
v1.9.1
What's Changed
- Bugfix for Heroku deployments by @timoschlueter in #81
Full Changelog: v1.9.0...v1.9.1
v1.9.0
What's Changed
"Single shot" mode
When setting the environment variable "SINGLE_SHOT" to true
the builtin scheduler will be disabled and the script runs just once and exits after completion. This is very useful if you want to use your own scheduler.
Disabling of HTTPS for Nightscout
Until now, the https://
prefix was hard-coded into the URL of the Nightscout instance. Although HTTPS encryption is very important and should be the default, there are deployments where disabling this it me required. A very good use-case for disabling HTTPS has been provided in #68. The new environment variable NIGHTSCOUT_DISABLE_HTTPS
allows this behavior to be enabled.
Minor improvements
- The script no longer tries to upload 0 measurements to Nightscout
- Updated to the lastest
winston
dependency
Full Changelog: v1.8.2...v1.9.0
v1.8.2
What's Changed
- Removed unused moment.js dependency by @timoschlueter in #63
Full Changelog: v1.8.1...v1.8.2
v1.8.1
What's Changed
- Bugfix for German users by @timoschlueter in #55
- Attention: If you are living in Germany, set the
LINK_UP_REGION
environment variable toDE
- Attention: If you are living in Germany, set the
Full Changelog: v1.8.0...v1.8.1
v1.8.0
What's Changed
- Added LINK_UP_REGION ENV variable to set the region of the service by @timoschlueter in #52
Full Changelog: v1.7.2...v1.8.0
v1.7.2
What's Changed
- Add support for older ARM based devices (Raspberry Pi 3 etc.)
Full Changelog: v1.7.1...v1.7.2
v1.7.1
What's Changed
- Fixes crash due to node-cron 3.0.1 dependency (see: node-cron/node-cron#355)
Full Changelog: v1.7.0...v1.7.1
v1.7.0
What's Changed
- Add support for ARM platfoms by @timoschlueter in #47 (Fixes #45)
Full Changelog: v1.6.2...v1.7.0