Merge branch 'develop' into develop

This commit is contained in:
Aaron Lichtman 2023-03-13 01:24:13 -07:00
commit dbc98749cc
No known key found for this signature in database
GPG key ID: D046D019DC745EDA
30 changed files with 2204 additions and 1615 deletions

View file

@ -23,6 +23,8 @@ def expected_args(**kwargs):
"change_time": None,
"edit": False,
"end_date": None,
"exclude_starred": False,
"exclude_tagged": False,
"today_in_history": False,
"month": None,
"day": None,
@ -38,6 +40,7 @@ def expected_args(**kwargs):
"starred": False,
"start_date": None,
"strict": False,
"tagged": False,
"tags": False,
"template": None,
"text": [],