Skip to content

Releases: kashamalasha/nightscout-widget-electron

0.8.2-beta

29 Jan 14:45
Compare
Choose a tag to compare

🐞 Known bugs and issues

  • Workaround: Resolves unexpected behavior related to Nightscout 15.0.2 limit out-of-tolerance issue (#93)
  • Replace the srvCreated field with the date field in the Nightscout APIv3 request (#93)

🚧 Environment changes

  • CI: Adds template GitHub form for Bug reports

PR: #96


Thanks @j-kaltes for the detailed bug report.

0.8.1-beta

28 Jan 23:34
cf58d01
Compare
Choose a tag to compare

🚧 Environment and document changes

  • CI: Created version-check.js script to check README version-related links via GitHub Actions
  • CI: Adds the check.yml GitHub Actions workflow to check the source code before creating a pull request
  • CI: Fixes the ci.yml GitHub Actions workflow to clean MacOS universal build from the release assets
  • DOC: Adds "support me on" buttons to README files

0.8.0-beta

26 Jan 22:05
12354e2
Compare
Choose a tag to compare

🍒 What's new

  • Adds auto update target SVG values based on selected unit system

🐞 Known bugs and issues

  • Fixes default Electron app.quit() behavior

🚧 Environment changes

  • CI: Created version-update.js script to update README version related links via npm script
  • TEST: Test fixed for the modal alert window
  • TEST: Test added for the unit converting and the form transformation

PR: #94

0.7.1-beta

28 Dec 12:26
20e9741
Compare
Choose a tag to compare

🐞 Known bugs and issues

  • Fixes icon appearance in the modal windows
  • Fixes App icon for the MacOS

0.7.0-beta

26 Dec 23:53
1e58e19
Compare
Choose a tag to compare

🍒 What's new

  • Adds a new cool app icon created with the contribution of DALL·E 2
  • Adds text direction support in the settings window for right-to-left languages
  • Adds new translations to the settings window: Hebrew, Spanish, Slovak

🐞 Known bugs and issues

  • Fixes JWT expiration timestamp setting (#88)
  • Fixes localization Show logs button for the English language

0.6.3-beta

28 Nov 23:02
9e23ec4
Compare
Choose a tag to compare

🐞 Known bugs and issues

  • Fixes default mouse behavior on window resize (#69)
  • Fixes drag region for the settings window (#68)
  • Fixes POEditor link to help with translation (#70, #84)
  • Enhanced 'Help with Translation' menu interaction

🚧 Environment changes

  • CI: updates the "clean-release" GitHub Action script

0.6.2-beta

25 Nov 23:03
Compare
Choose a tag to compare

🍒 What's new

  • Added Italian language support for the settings and README (thanks to @painbrain81).
  • Added Polish language support for the settings and README (thanks to @TechnologieDiabetyka).
  • Implemented a fallback scenario for the Nightscout version 14.2.0 and prior, ensuring compatibility with API v2.

0.6.1-beta

21 Nov 23:32
d1bd56a
Compare
Choose a tag to compare

🐞 Known bugs and issues

  • Fixes auth process: JWT obtaining due to Github Issue in Nightscout 15
  • Improve: The length of the data age value might be truncated

🚧 Environment changes

  • CI: updates the dependencies

0.6.0-beta

16 Nov 21:32
10deab1
Compare
Choose a tag to compare

What's Changed

🍒 New Features

  • Added a feature to display the sensor's glucose value in mg/dL or mmol/L.
  • Added a feature to calculate trend direction for sensors that don't have a built-in trend recognition feature. (details in README.md)

🐞 Known bugs and issues

  • The transparency feature was removed from the application due to its unstable ElectronJS support.

0.5.1-beta

24 Oct 17:34
7710bd0
Compare
Choose a tag to compare

🍒 New Features

  • Link to the POEditor language service was added to the language menu as "Help to translate".