Skip to content

Releases: Narmis-E/DexViewer

DexViewer 1.2.0

22 Oct 11:30
a024c3f
Compare
Choose a tag to compare

Whats Changed

This release was made in haste due to me pushing a bad update :( , but introduces some nice features nonetheless.

This release introduces:

  • Threading for data loading to reduce startup time and in between main window switching
  • A dark mode toggle for the app and graph look

It can be installed via:
pip install dexviewer

DexViewer 1.1.0

21 Oct 07:41
bba2dad
Compare
Choose a tag to compare

Whats Changed?

This is the first solid release of Dexviewer which provides most of the initial functionality I intended for most Dexcom users to be able use the application. It is very much still a constant work in progress, but I want to keep releasing, making fixes and adding functionality as quickly as I can.

This release introduces:

  • Live unit switching from mmol/l to mg/dl for the graph and current bg data.
  • Preferences window for future features
  • Exception handling for the pydexcom api (incorrect details) & a show password toggle.

It can be installed from via pip:
pip install dexviewer