mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-10 09:16:12 +02:00
Merge branch 'develop' into develop
This commit is contained in:
commit
dbc98749cc
30 changed files with 2204 additions and 1615 deletions
|
@ -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": [],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue