Age | Commit message (Collapse) | Author | |
---|---|---|---|
26 hours | Enlarge default sizemain | Joris | |
1920x1080 * 0.55 | |||
29 hours | Remove debug output1.3.1 | Joris | |
4 days | Fix clippy warnings1.3.0 | Joris | |
4 days | Format sources | Joris | |
4 days | Add --start-between CLI option | Joris | |
4 days | Upgrade dependencies | Joris | |
2024-01-20 | Allow to specify week of month for repetition | Joris | |
2024-01-20 | Fix current date to local time instead of UTC time | Joris | |
2022-12-18 | Fix tests | Joris | |
2022-12-18 | Format sources | Joris | |
2022-12-18 | Fix changing week | Joris | |
After changing 1 week, we could not move anymore afterward. I didn’t find the source of the bug, but after removing one row from the grid, we lost the key event handler, albeit the application still working fine otherwise. | |||
2022-12-18 | Upgrade dependencies | Joris | |
2022-12-09 | Format time as HH:MM | Joris | |
2022-07-10 | Add public license | Joris | |
2022-04-24 | 1.2.0 | Joris | |
2022-04-24 | Allow to attach categories to events | Joris | |
2022-04-23 | Create categories table | Joris | |
2022-03-20 | Improve README | Joris | |
2022-03-20 | Add screenshot in README | Joris | |
2022-03-20 | 1.1.2 | Joris | |
2022-03-20 | Don’t add a newline if there is no event in CLI | Joris | |
This fixes counting 1 event when piping `wc -l`. | |||
2022-03-20 | Fix until being considered before end getting reps | Joris | |
2022-03-19 | 1.1.1 | Joris | |
2022-03-19 | Upgrade dependencies with cargo-update | Joris | |
2022-03-19 | 1.1.0 | Joris | |
2022-03-19 | Allow to repeat an event until a specific date | Joris | |
Also provide a shortcut to modify a repetead event from a specific occurence. This set the end repetition date under the hood and create a new repeated event. | |||
2022-03-12 | Use sqlite3 instead of db as extension for DB | Joris | |
2022-03-12 | 1.0.2 | Joris | |
2022-03-12 | Add new line to today’s events | Joris | |
This fixes counting the number of events using `wc -l`. | |||
2022-03-12 | 1.0.1 | Joris | |
2022-03-12 | Only refresh visible dates | Joris | |
Otherwise, adding a date outside of the visible ones, it created a cell outside of the calendar. | |||
2022-03-12 | Reload non recurring events when changing weeks | Joris | |
2022-03-12 | 1.0.0 | 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 | Update gtk4 version | 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 | |
But don’t show repetead events for now. | |||
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 | |