Skip to content

Commit

Permalink
release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
ttscoff committed Nov 18, 2021
1 parent c840ef2 commit c56f34c
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 13 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 2.0.5.pre

#### NEW

- Add 'timer_format' config with 'human' option for tag totals

### 2.0.3.pre

#### NEW
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
doing (2.0.4.pre)
doing (2.0.5.pre)
chronic (~> 0.10, >= 0.10.2)
deep_merge (~> 1.2, >= 1.2.1)
gli (~> 2.19, >= 2.19.2)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ _If you're one of the rare people like me who find this useful, feel free to [bu

<!--README-->

The current version of `doing` is <!--VER-->2.0.0<!--END VER-->.
The current version of `doing` is <!--VER-->2.0.2<!--END VER-->.

Find all of the documentation in the [doing wiki](https://github.com/ttscoff/doing/wiki).

Expand Down
22 changes: 11 additions & 11 deletions doing.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Doing uses a TaskPaper-like formatting to keep a plain text record of what you've been doing, complete with tag-based time tracking. The command line tool allows you to add entries, annotate with tags and notes, and view your entries with myriad options, with a focus on a "natural" language syntax.

v2.0.2.pre
v2.0.5.pre

=== Global Options
=== --config_file arg
Expand Down Expand Up @@ -128,7 +128,7 @@ Edit duplicated entry with vim before adding



===== -i|--[no-]interactive
===== -i|--interactive
Select item to resume from a menu of matching entries


Expand Down Expand Up @@ -223,7 +223,7 @@ Archive entries



===== -i|--[no-]interactive
===== -i|--interactive
Select item(s) to cancel from a menu of matching entries


Expand Down Expand Up @@ -439,7 +439,7 @@ Include date



===== -i|--[no-]interactive
===== -i|--interactive
Select item(s) to finish from a menu of matching entries


Expand Down Expand Up @@ -721,7 +721,7 @@ Don't ask permission to flag all entries when count is 0



===== -i|--[no-]interactive
===== -i|--interactive
Select item(s) to flag from a menu of matching entries


Expand Down Expand Up @@ -815,7 +815,7 @@ Edit entry with vim



===== -i|--[no-]interactive
===== -i|--interactive
Select item for new note from a menu of matching entries


Expand Down Expand Up @@ -965,7 +965,7 @@ Sort tags by (name|time)
[Must Match] (?i-mx:^(?:name|time)$)


===== -i|--[no-]interactive
===== -i|--interactive
Select from a menu of matching entries to perform additional operations


Expand Down Expand Up @@ -1014,7 +1014,7 @@ Reset last entry matching tag
[Default Value] None


===== -i|--[no-]interactive
===== -i|--interactive
Select from a menu of matching entries


Expand Down Expand Up @@ -1281,7 +1281,7 @@ Sort tags by (name|time)
[Must Match] (?i-mx:^(?:name|time))


===== -i|--[no-]interactive
===== -i|--interactive
Select from a menu of matching entries to perform additional operations


Expand Down Expand Up @@ -1416,7 +1416,7 @@ Don't ask permission to tag all entries when count is 0



===== -i|--[no-]interactive
===== -i|--interactive
Select item(s) to tag from a menu of matching entries


Expand Down Expand Up @@ -1605,7 +1605,7 @@ Include colors in output



===== -i|--[no-]interactive
===== -i|--interactive
Select from a menu of matching entries to perform additional operations


Expand Down

0 comments on commit c56f34c

Please sign in to comment.