Skip to content

Releases: AnimeKaizoku/RemuinderRobot

v0.0.1

19 Nov 14:26
de530aa
Compare
Choose a tag to compare

Changelog

de530aa Adding another experimental action
036683e Merge pull request #1 from AnimeKaizoku/death
8899793 Try experimental actions
d8454d8 refactor snooze naming
e5e9052 add code docs
0b3446e fix errors (#28)
c8ea368 add more re-scheduling options on completed reminders
de94f81 simplify patterns for remindevery and remindin
e0c2be0 Add done button to repeatable reminders
132b9e4 add time of day to remindeveryday pattern
14aecbc add time of day to remindeverydayofweek pattern
8ab7b41 add time of day to reminddayofweek pattern
efa462d only allow '/remind me' commands
fce9867 Modify day of week regex
41ef391 add snooze buttons to completed reminders (#27)
9487700 Add command to set and retrieve timezone for chat schedules (#26)
5e0feac use HandleMultiRegExp for RemindIn and RemindEvery
9e04b5c refactor how the app is initialised (#25)
673734f Everyday command (#24)
c14adea Update e2e test
72f3d8c run tests with disabled cache
bf36487 Remind day (#23)
9472ec4 Do not check if reminder for daymonth is in future. Cron will automatically set it up for the following year if the date has passed in the current year
dd7f9d5 Run whole test suite in CI
dfc67d5 remove year from /remind command as this cannot be currently implemented (#22)
1324615 Add command to set reminder on day of week (#21)
ff2a6e6 Add e2e test (#20)
b32865b Am pm times (#19)
40366fe refactor tests
cac8247 Allow time to be set with . separator (#18)
6783097 Remove println from scheduler
f1e599c Add screenshot to readme
ce93f1f Refactor handlers to handle hours/minutes (#17)
7ab6732 update readme
ec9b4e7 Add command for reminding day of week. Refactor some tests and services for adding reminders (#16)
9d4e75e sort regexp handlers
d1d3a4a first commit