Skip to content

Commit 1ff5be9

Browse files
committed
release prep
1 parent ff4e1d9 commit 1ff5be9

File tree

5 files changed

+90
-20
lines changed

5 files changed

+90
-20
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### 2.0.9.pre
1+
### 2.0.10
22

33
#### NEW
44

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
doing (2.0.9.pre)
4+
doing (2.0.10)
55
amatch (~> 0.4, >= 0.4.0)
66
chronic (~> 0.10, >= 0.10.2)
77
deep_merge (~> 1.2, >= 1.2.1)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ _If you're one of the rare people like me who find this useful, feel free to [bu
66

77
<!--README-->
88

9-
The current version of `doing` is <!--VER-->2.0.8<!--END VER-->.
9+
The current version of `doing` is <!--VER-->2.0.9<!--END VER-->.
1010

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

doing.rdoc

+86-16
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ record of what you've been doing, complete with tag-based time tracking. The
55
command line tool allows you to add entries, annotate with tags and notes, and
66
view your entries with myriad options, with a focus on a "natural" language syntax.
77

8-
v2.0.9.pre
8+
v2.0.10
99

1010
=== Global Options
1111
=== --config_file arg
@@ -92,7 +92,7 @@ Boolean used to combine multiple tags
9292

9393
===== --case TYPE
9494

95-
Case sensitivity for search string matching [(c)ase-sensitive, (i)nsensitive, (s)mart]
95+
Case sensitivity for search string matching [(c)ase-sensitive, (i)gnore, (s)mart]
9696

9797
[Default Value] smart
9898
[Must Match] (?-mix:^[csi])
@@ -139,6 +139,11 @@ Edit duplicated entry with vim before adding
139139

140140

141141

142+
===== --fuzzy
143+
Use alternative fuzzy matching for search string
144+
145+
146+
142147
===== -i|--interactive
143148
Select item to resume from a menu of matching entries
144149

@@ -180,7 +185,7 @@ Tag boolean (AND|OR|NOT)
180185

181186
===== --case TYPE
182187

183-
Case sensitivity for search string matching [(c)ase-sensitive, (i)nsensitive, (s)mart]
188+
Case sensitivity for search string matching [(c)ase-sensitive, (i)gnore, (s)mart]
184189

185190
[Default Value] smart
186191
[Must Match] (?-mix:^[csi])
@@ -215,6 +220,11 @@ Tag filter, combine multiple tags with a comma. Added for compatibility with oth
215220
[Default Value] None
216221

217222

223+
===== --fuzzy
224+
Use alternative fuzzy matching for search string
225+
226+
227+
218228
===== --[no-]label
219229
Label moved items with @from(SECTION_NAME)
220230

@@ -305,7 +315,7 @@ Boolean (AND|OR|NOT) with which to combine multiple tag filters
305315

306316
===== --case TYPE
307317

308-
Case sensitivity for search string matching [(c)ase-sensitive, (i)nsensitive, (s)mart]
318+
Case sensitivity for search string matching [(c)ase-sensitive, (i)gnore, (s)mart]
309319

310320
[Default Value] smart
311321
[Must Match] (?-mix:^[csi])
@@ -337,6 +347,11 @@ Archive entries
337347

338348

339349

350+
===== --fuzzy
351+
Use alternative fuzzy matching for search string
352+
353+
354+
340355
===== -i|--interactive
341356
Select item(s) to cancel from a menu of matching entries
342357

@@ -539,7 +554,7 @@ Boolean (AND|OR|NOT) with which to combine multiple tag filters
539554

540555
===== --case TYPE
541556

542-
Case sensitivity for search string matching [(c)ase-sensitive, (i)nsensitive, (s)mart]
557+
Case sensitivity for search string matching [(c)ase-sensitive, (i)gnore, (s)mart]
543558

544559
[Default Value] smart
545560
[Must Match] (?-mix:^[csi])
@@ -591,6 +606,11 @@ Include date
591606

592607

593608

609+
===== --fuzzy
610+
Use alternative fuzzy matching for search string
611+
612+
613+
594614
===== -i|--interactive
595615
Select item(s) to finish from a menu of matching entries
596616

@@ -639,7 +659,7 @@ Constrain search to entries older than date
639659

640660
===== --case TYPE
641661

642-
Case sensitivity for search string matching [(c)ase-sensitive, (i)nsensitive, (s)mart]
662+
Case sensitivity for search string matching [(c)ase-sensitive, (i)gnore, (s)mart]
643663

644664
[Default Value] smart
645665
[Must Match] (?-mix:^[csi])
@@ -667,6 +687,11 @@ Sort tags by (name|time)
667687
[Must Match] (?i-mx:^(?:name|time)$)
668688

669689

690+
===== --fuzzy
691+
Use alternative fuzzy matching for search string
692+
693+
694+
670695
===== -i|--interactive
671696
Display an interactive menu of results to perform further operations
672697

@@ -728,7 +753,7 @@ Import entries older than date
728753

729754
===== --case TYPE
730755

731-
Case sensitivity for search string matching [(c)ase-sensitive, (i)nsensitive, (s)mart]
756+
Case sensitivity for search string matching [(c)ase-sensitive, (i)gnore, (s)mart]
732757

733758
[Default Value] smart
734759
[Must Match] (?-mix:^[csi])
@@ -783,6 +808,11 @@ Autotag entries
783808

784809

785810

811+
===== --fuzzy
812+
Use alternative fuzzy matching for search string
813+
814+
815+
786816
===== --not
787817
Import items that *don't* match search/tag/date filters
788818

@@ -818,7 +848,7 @@ Tag boolean
818848

819849
===== --case TYPE
820850

821-
Case sensitivity for search string matching [(c)ase-sensitive, (i)nsensitive, (s)mart]
851+
Case sensitivity for search string matching [(c)ase-sensitive, (i)gnore, (s)mart]
822852

823853
[Default Value] smart
824854
[Must Match] (?-mix:^[csi])
@@ -850,6 +880,11 @@ Edit entry with vim
850880

851881

852882

883+
===== --fuzzy
884+
Use alternative fuzzy matching for search string
885+
886+
887+
853888
===== --not
854889
Show items that *don't* match search string or tag filter
855890

@@ -907,7 +942,7 @@ How many recent entries to tag (0 for all)
907942

908943
===== --case TYPE
909944

910-
Case sensitivity for search string matching [(c)ase-sensitive, (i)nsensitive, (s)mart]
945+
Case sensitivity for search string matching [(c)ase-sensitive, (i)gnore, (s)mart]
911946

912947
[Default Value] smart
913948
[Must Match] (?-mix:^[csi])
@@ -945,6 +980,11 @@ Don't ask permission to flag all entries when count is 0
945980

946981

947982

983+
===== --fuzzy
984+
Use alternative fuzzy matching for search string
985+
986+
987+
948988
===== -i|--interactive
949989
Select item(s) to flag from a menu of matching entries
950990

@@ -1025,7 +1065,7 @@ Boolean (AND|OR|NOT) with which to combine multiple tag filters
10251065

10261066
===== --case TYPE
10271067

1028-
Case sensitivity for search string matching [(c)ase-sensitive, (i)nsensitive, (s)mart]
1068+
Case sensitivity for search string matching [(c)ase-sensitive, (i)gnore, (s)mart]
10291069

10301070
[Default Value] smart
10311071
[Must Match] (?-mix:^[csi])
@@ -1057,6 +1097,11 @@ Edit entry with vim
10571097

10581098

10591099

1100+
===== --fuzzy
1101+
Use alternative fuzzy matching for search string
1102+
1103+
1104+
10601105
===== -i|--interactive
10611106
Select item for new note from a menu of matching entries
10621107

@@ -1247,7 +1292,7 @@ Boolean (AND|OR|NOT) with which to combine multiple tag filters
12471292

12481293
===== --case TYPE
12491294

1250-
Case sensitivity for search string matching [(c)ase-sensitive, (i)nsensitive, (s)mart]
1295+
Case sensitivity for search string matching [(c)ase-sensitive, (i)gnore, (s)mart]
12511296

12521297
[Default Value] smart
12531298
[Must Match] (?-mix:^[csi])
@@ -1274,6 +1319,11 @@ Reset last entry matching tag
12741319
[Default Value] None
12751320

12761321

1322+
===== --fuzzy
1323+
Use alternative fuzzy matching for search string
1324+
1325+
1326+
12771327
===== -i|--interactive
12781328
Select from a menu of matching entries
12791329

@@ -1317,7 +1367,7 @@ Tag boolean (AND|OR|NOT)
13171367

13181368
===== --case TYPE
13191369

1320-
Case sensitivity for search string matching [(c)ase-sensitive, (i)nsensitive, (s)mart]
1370+
Case sensitivity for search string matching [(c)ase-sensitive, (i)gnore, (s)mart]
13211371

13221372
[Default Value] smart
13231373
[Must Match] (?-mix:^[csi])
@@ -1352,6 +1402,11 @@ Tag filter, combine multiple tags with a comma. Added for compatibility with oth
13521402
[Default Value] None
13531403

13541404

1405+
===== --fuzzy
1406+
Use alternative fuzzy matching for search string
1407+
1408+
1409+
13551410
===== --not
13561411
Rotate items that *don't* match search string or tag filter
13571412

@@ -1383,7 +1438,7 @@ selected entries.
13831438
===== Options
13841439
===== --case TYPE
13851440

1386-
Case sensitivity for search string matching [(c)ase-sensitive, (i)nsensitive, (s)mart]
1441+
Case sensitivity for search string matching [(c)ase-sensitive, (i)gnore, (s)mart]
13871442

13881443
[Default Value] smart
13891444
[Must Match] (?-mix:^[csi])
@@ -1535,7 +1590,7 @@ Max count to show
15351590

15361591
===== --case TYPE
15371592

1538-
Case sensitivity for search string matching [(c)ase-sensitive, (i)nsensitive, (s)mart]
1593+
Case sensitivity for search string matching [(c)ase-sensitive, (i)gnore, (s)mart]
15391594

15401595
[Default Value] smart
15411596
[Must Match] (?-mix:^[csi])
@@ -1595,6 +1650,11 @@ Sort tags by (name|time)
15951650
[Must Match] (?i-mx:^(?:name|time))
15961651

15971652

1653+
===== --fuzzy
1654+
Use alternative fuzzy matching for search string
1655+
1656+
1657+
15981658
===== -i|--interactive
15991659
Select from a menu of matching entries to perform additional operations
16001660

@@ -1698,7 +1758,7 @@ How many recent entries to tag (0 for all)
16981758

16991759
===== --case TYPE
17001760

1701-
Case sensitivity for search string matching [(c)ase-sensitive, (i)nsensitive, (s)mart]
1761+
Case sensitivity for search string matching [(c)ase-sensitive, (i)gnore, (s)mart]
17021762

17031763
[Default Value] smart
17041764
[Must Match] (?-mix:^[csi])
@@ -1748,6 +1808,11 @@ Don't ask permission to tag all entries when count is 0
17481808

17491809

17501810

1811+
===== --fuzzy
1812+
Use alternative fuzzy matching for search string
1813+
1814+
1815+
17511816
===== -i|--interactive
17521817
Select item(s) to tag from a menu of matching entries
17531818

@@ -1898,7 +1963,7 @@ Count to display
18981963

18991964
===== --case TYPE
19001965

1901-
Case sensitivity for search string matching [(c)ase-sensitive, (i)nsensitive, (s)mart]
1966+
Case sensitivity for search string matching [(c)ase-sensitive, (i)gnore, (s)mart]
19021967

19031968
[Default Value] smart
19041969
[Must Match] (?-mix:^[csi])
@@ -1953,6 +2018,11 @@ Include colors in output
19532018

19542019

19552020

2021+
===== --fuzzy
2022+
Use alternative fuzzy matching for search string
2023+
2024+
2025+
19562026
===== -i|--interactive
19572027
Select from a menu of matching entries to perform additional operations
19582028

lib/doing/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Doing
2-
VERSION = '2.0.10.pre'
2+
VERSION = '2.0.10'
33
end

0 commit comments

Comments
 (0)