Releases: cytechmobile/reminderbot
Releases · cytechmobile/reminderbot
1.15.0
Changes:
- 28f74be adding button cancel/remind me again tomorrow/remind me again next week (#52)
This list of changes was auto generated.
1.14.0: Feature/auto create git tag (#50)
1.13.0
adding possibility to set recurring reminders
1.11.3
downgraded quarkus version to 0.12.0 due to bug in application properties
1.11.2
fixed application.properties to use envrioment variables
1.11.1
fixed the bug that cause docker run to fail by adding the lib that runner executes
1.11.0
replaced thorntail with quarkus
1.10.1
Bug-fixing release:
- fixed bug #37 to remove
to
from reminder text
- fixed bug #38 to avoid exception when parsing message with wrong or missing date
- fixed button to reset reminder in 10 minutes to work by changing the message when creating the request
1.10.0
- added pretty timer for better reminder understanding with human language
- added dao class to provide all database access methods
- fixed the timezone bug to work in all kind of timezones available also
1.9.0
- moved configurations to database instead of using the environment variables
- update to latest thorntail (2.4.0) and JDK 11