mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-02 06:56:12 +02:00
Merge branch 'develop' into mode-actions-1639
Conflicts: CHANGELOG.md docs/privacy-and-security.md jrnl/controller.py tests/bdd/features/change_time.feature
This commit is contained in:
commit
9bca32b438
28 changed files with 2109 additions and 1626 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,
|
||||
"text": [],
|
||||
"config_override": [],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue