Delubear / GlucoseTray

Tray Icon for displaying current BG information in taskbar.
MIT License
35 stars 21 forks source link

No more appsettings.json. UI for changing settings. #40

Closed Delubear closed 3 years ago

Delubear commented 3 years ago

No more needing to download and mange an appsettings.json file now.

Easier use by using a new modal view to allow changing settings which take affect on the fly after being saved.

Settings are saved to a json file in the users local roaming appData folder. Settings are validated upon loading and saving and app start. If settings are missing or invalid, user will be prompted to define settings.

DangerHigh/DangerLow are now High/Low respectively. The old High/Low are now WarningHigh/WarningLow respectively.

IOptions now replaced with IOptionsMonitor.

Pipelines updated to only publish the .exe now.