Releases: FergusYip/DrinkMoreApp
Fixed timer restart after applying settings
Fixes
In the previous release v1.2.0, it was made so that the timer resets after changing the reminder frequency to refresh the timer. However, it was found that the timer will start even if reminders are disabled. In this release, this has since been fixed and will only be started if it was previously running.
Logging
Logging functionality has also been added. Logs can be found in the application support folder (also where config.json is). Logs of the previous session exist until the application is reopened.
If a bug is found, please attempt to replicate it and report an issue with an attached log file.
Settings can now be changed when reminders are active
Timer is manually reset when settings are changed. This should fix the issue where the the reminder frequency does not change when they are supposed to.
Added persistence to whether reminders are enabled
General Changes
If the app is closed when reminders are enabled, reminders will now be automatically turned on the next time the app is run.
Config Changes
Config file now contains a new key called reminding. It is a boolean which tells the app whether reminders were enabled when the app was previously closed.
Initial release
Basic version of the app. Allows user to toggle reminders and change reminder frequency.