Skip to content

Releases: cytechmobile/reminderbot

1.15.0

21 May 14:34
Compare
Choose a tag to compare

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)

07 May 13:51
Compare
Choose a tag to compare

Changes:

This list of changes was auto generated.

1.13.0

03 May 12:49
Compare
Choose a tag to compare

adding possibility to set recurring reminders

1.11.3

24 Apr 07:09
Compare
Choose a tag to compare

downgraded quarkus version to 0.12.0 due to bug in application properties

1.11.2

23 Apr 09:05
Compare
Choose a tag to compare

fixed application.properties to use envrioment variables

1.11.1

22 Apr 13:11
Compare
Choose a tag to compare

fixed the bug that cause docker run to fail by adding the lib that runner executes

1.11.0

22 Apr 10:07
Compare
Choose a tag to compare

replaced thorntail with quarkus

1.10.1

17 Apr 11:07
Compare
Choose a tag to compare

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

16 Apr 14:51
Compare
Choose a tag to compare
  • 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

10 Apr 12:27
Compare
Choose a tag to compare
  • moved configurations to database instead of using the environment variables
  • update to latest thorntail (2.4.0) and JDK 11