summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
alex [Fri, 24 Mar 2023 04:43:08 +0000 (21:43 -0700)]
guix manifest upgrade and bug fixes
alex [Fri, 24 Mar 2023 04:28:41 +0000 (21:28 -0700)]
guix: added support for guix package/development
version bump
fixed memcheck enabling when valgrind missing
alex [Mon, 2 Jan 2023 08:08:16 +0000 (00:08 -0800)]
Bugfixes
Fixed recur across year/month boundaries not working properly
Improved timezone handling
Fixed prune not re-adding recurring events
Refactored recur functionality into own function
alex [Sat, 3 Sep 2022 18:10:29 +0000 (11:10 -0700)]
Completed v1.0.0 functionality
-Added optional arg to --upcoming (default = 1W)
-changed duration to until
-added man page
-added some minor color/formatting to ls
-added bash completions
alex [Sat, 20 Aug 2022 01:44:26 +0000 (18:44 -0700)]
Intial design complete
Full project completed.
Added the following sub-commands:
-add
-dismiss
-ls
-rm
-postpone
-prune
Added unit tests to verify functionality.
alex [Sat, 20 Aug 2022 01:31:09 +0000 (18:31 -0700)]
project creation