-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New command-line and configuration options to set completion date always
- Loading branch information
1 parent
8936193
commit bece284
Showing
3 changed files
with
12 additions
and
2 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|