Metadata-Version: 2.1
Name: dexviewer
Version: 1.0.2
Summary: A GTK-4 interface for viewing Dexcom CGM data from the pydexcom API
Home-page: https://github.com/narmis-e/DexViewer
Author: Narmis-E
Author-email: narmisecurb@gmail.com
License: GPLv3
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Desktop Environment
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown;
License-File: LICENSE
Requires-Dist: PyGObject
Requires-Dist: pandas
Requires-Dist: pydexcom
Requires-Dist: matplotlib

## About Version 1.0.2:
Fixed a mistake with the icon path for every icon in dexviewer.py. the 'about' section
and home window should now be correctly displayed. Also fixed the .desktop file so that
GNOME users can see it and pin it to their dash. This should work across all GNOME based
DEs. 

## About Version 1.0.1:

This is an initial release in the spirit of "release early, release often".\
Using version 1.0.1 because I had a skill issue with PyPI and now can't use 1.0.0.
Currently the interface can retrieve the past 1, 3, 6 and 12 hours of BG data.\
Dexviewer is currently limited for 1 user and has no option to change users 
on the fly, something planned for 1.1.x.\
Also planned for near future updates is functionality for live updating, as
currently Dexviewer only displays static timeframes with the exception of the sync glucose function.

<hr>

### Versioning explanation:

Dexviewer will take after the semantic versioning scheme proposed by https://semver.org, as I believe
it best reflects the changes made to Dexviewer with an x.y.z format 
(x = major change, y = minor change and z = bugfix). I doubt there will ever be a X.y.z change,
as Dexiewer will most likely not be written in another toolkit, nor will it likely be updated to future versions
of GTK. I expect there will be many x.Y.Z version changes however.

### DexViewer

This changelog documents the changes and updates to DexViewer, 
a GTK-4 interface for viewing Dexcom CGM data from the pydexcom API.

Avove, you'll find a list of versions and their respective changes, 
including new features, improvements, bug fixes, and any other 
significant modifications made to the application. 
Stay updated with the latest enhancements and bug resolutions in DexViewer through this changelog.

<hr>
