Skip to content

Commit

Permalink
release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
ttscoff committed Nov 22, 2021
1 parent 10088a8 commit 51a952b
Show file tree
Hide file tree
Showing 7 changed files with 119 additions and 125 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### 2.0.12
### 2.0.13

#### FIXED

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.12)
doing (2.0.13)
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.10<!--END VER-->.
The current version of `doing` is <!--VER-->2.0.11<!--END VER-->.

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

Expand Down
72 changes: 1 addition & 71 deletions doing.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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.11
v2.0.13

=== Global Options
=== --config_file arg
Expand Down Expand Up @@ -139,11 +139,6 @@ Edit duplicated entry with vim before adding



===== --fuzzy
Use alternative fuzzy matching for search string



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

Expand Down Expand Up @@ -220,11 +215,6 @@ Tag filter, combine multiple tags with a comma. Added for compatibility with oth
[Default Value] None


===== --fuzzy
Use alternative fuzzy matching for search string



===== --[no-]label
Label moved items with @from(SECTION_NAME)

Expand Down Expand Up @@ -347,11 +337,6 @@ Archive entries



===== --fuzzy
Use alternative fuzzy matching for search string



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

Expand Down Expand Up @@ -606,11 +591,6 @@ Include date



===== --fuzzy
Use alternative fuzzy matching for search string



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

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


===== --fuzzy
Use alternative fuzzy matching for search string



===== -i|--interactive
Display an interactive menu of results to perform further operations

Expand Down Expand Up @@ -808,11 +783,6 @@ Autotag entries



===== --fuzzy
Use alternative fuzzy matching for search string



===== --not
Import items that *don't* match search/tag/date filters

Expand Down Expand Up @@ -880,11 +850,6 @@ Edit entry with vim



===== --fuzzy
Use alternative fuzzy matching for search string



===== --not
Show items that *don't* match search string or tag filter

Expand Down Expand Up @@ -980,11 +945,6 @@ Don't ask permission to flag all entries when count is 0



===== --fuzzy
Use alternative fuzzy matching for search string



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

Expand Down Expand Up @@ -1097,11 +1057,6 @@ Edit entry with vim



===== --fuzzy
Use alternative fuzzy matching for search string



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

Expand Down Expand Up @@ -1319,11 +1274,6 @@ Reset last entry matching tag
[Default Value] None


===== --fuzzy
Use alternative fuzzy matching for search string



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

Expand Down Expand Up @@ -1402,11 +1352,6 @@ Tag filter, combine multiple tags with a comma. Added for compatibility with oth
[Default Value] None


===== --fuzzy
Use alternative fuzzy matching for search string



===== --not
Rotate items that *don't* match search string or tag filter

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


===== --fuzzy
Use alternative fuzzy matching for search string



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

Expand Down Expand Up @@ -1808,11 +1748,6 @@ Don't ask permission to tag all entries when count is 0



===== --fuzzy
Use alternative fuzzy matching for search string



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

Expand Down Expand Up @@ -2018,11 +1953,6 @@ Include colors in output



===== --fuzzy
Use alternative fuzzy matching for search string



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

Expand Down
Loading

0 comments on commit 51a952b

Please sign in to comment.