Age | Commit message (Expand) | Author |
2022-04-23 | Create categories table | Joris |
2022-03-20 | Don’t add a newline if there is no event in CLI | Joris |
2022-03-20 | Fix until being considered before end getting reps | Joris |
2022-03-19 | Allow to repeat an event until a specific date | Joris |
2022-03-12 | Use sqlite3 instead of db as extension for DB | Joris |
2022-03-12 | Add new line to today’s events | Joris |
2022-03-12 | Only refresh visible dates | Joris |
2022-03-12 | Reload non recurring events when changing weeks | Joris |
2022-03-12 | Update and delete recurring events | Joris |
2022-02-27 | Make change of months clearer in calendar | Joris |
2022-02-27 | Change week with arrow keys | Joris |
2022-02-27 | Don’t create an event if repetition is not valid | Joris |
2022-02-26 | Add --list-today CLI param to list today’s events | Joris |
2022-02-26 | Give database path from argument | Joris |
2022-02-26 | Apply linter advices | Joris |
2022-02-26 | Show repeated events | Joris |
2022-02-20 | Save repetition in events | Joris |
2022-01-09 | Allow to delete events | Joris |
2022-01-09 | Allow to update events | Joris |
2022-01-09 | Add id in event model | Joris |
2022-01-09 | Split app into modules | Joris |
2022-01-09 | Persist events to sqlite db | Joris |
2021-11-28 | Allow to add events | Joris |
2021-11-21 | Show static events on the calendar | Joris |
2021-11-20 | Show event-less calendar | Joris |