You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The logic to show a reminder notification currently only checks whether you've contributed today, meaning that if you aren't on a streak it will notify you anyway.
This could be improved by also checking whether you are currently on a streak to begin with, we could also show the streak count in the notification, for example:
Don't forget to contribute today to continue your X day streak on GitHub!
The text was updated successfully, but these errors were encountered:
# [1.6.0](v1.5.1...v1.6.0) (2023-03-24)
### Features
* add streak count to notification and only show if streaking ([6669aae](6669aae)), closes [#263](#263)
The logic to show a reminder notification currently only checks whether you've contributed today, meaning that if you aren't on a streak it will notify you anyway.
This could be improved by also checking whether you are currently on a streak to begin with, we could also show the streak count in the notification, for example:
The text was updated successfully, but these errors were encountered: