Skip to content

Commit

Permalink
New command-line and configuration options to set completion date always
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirMarkelov committed Jul 18, 2024
1 parent 8936193 commit bece284
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ttdl"
version = "4.3.0"
version = "4.4.0"
authors = ["Vladimir Markelov <[email protected]>"]
edition = "2021"
keywords = ["todotxt", "terminal", "cli", "todo", "tasks"]
Expand Down
10 changes: 10 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
ttdl (4.4.0) unstable; urgency=medium

* Allow setting task completion date even if creation date is undefined. By
default, TTDL works in the same way. You can enable setting completion
date always by either modifying the configuration file (set option
`global.add_completion_date_always` to `true`) or by passing a
command-line option `--add-completion-date-always`

-- Vladimir Markelov <[email protected]> Wed, 17 Jul 2024 21:22:22 -0700

ttdl (4.3.0) unstable; urgency=medium

* New option `--keep-tags` or `-k` for edit mode. If the option is set, the
Expand Down

0 comments on commit bece284

Please sign in to comment.