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:
Jonathan Wren 2023-03-04 14:07:46 -08:00
commit 9bca32b438
No known key found for this signature in database
28 changed files with 2109 additions and 1626 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,
"text": [],
"config_override": [],