doing 2.0.5.pre → 2.0.9.pre

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8b6463637877fecac4b70b4df2e26f5fed8d2fb948433c9fbb43f7ffb32d4c20
4
- data.tar.gz: 68003a5d25dede906536a36a87f96ac772d5d1cefcec6f25b3be5e7db3cfce2e
3
+ metadata.gz: f63df319758e6575ab75de3305ed9e44ac272d54b026e6873397970780115cca
4
+ data.tar.gz: e770a9679824aae9582ca1cedb23e783d0bb1070b1c740d7ce662d912124006d
5
5
  SHA512:
6
- metadata.gz: 3b7fc79db4221f6e7a4d6d923ad845b26f234d03fd4c16940ad046d94dd33321b645dc7447707b962142b7b559b08583d0dda8aecbf35c77db00d24ded68db1f
7
- data.tar.gz: 782b17f9a291872c46bf704ea77d028a86d05461e5fc378431d8b16a95a6d55e8727c596c6c6f8c7ac1e469c0d85455dd67f38ae4dae2e565ae24fea0166dfc1
6
+ metadata.gz: 10bcf3f91db5636bb4133323b09a22f0978d3955e0e564931edef9cf8b9416aa4f7fa0480588dd85b95eab7cdb1f8952a843dce755bed6fc5dfd108ee60ea8ce
7
+ data.tar.gz: 23a73fa1f03cb28afaca764296a52140a6f7eb772add3db3220b255c51831cb5c2eb97a9f103000788fd06998bf8389dcac62618880a84fadfa5b209e1c718da
data/CHANGELOG.md CHANGED
@@ -1,9 +1,29 @@
1
- ### 2.0.5.pre
1
+ ### 2.0.9.pre
2
2
 
3
3
  #### NEW
4
4
 
5
5
  - Add 'timer_format' config with 'human' option for tag totals
6
+ - If `doing view` and `doing show` are confused, offer option to run the other command
7
+ - `doing completion` to generate shell completion scripts for zsh, bash, and fish
8
+ - --search and --not for cancel command
9
+ - --case flag for commands with --search. Can be (c)ase-sensitive, (i)nsensitive, or (s)mart (default smart, case insensitive unless search string contains uppercase letters)
10
+ - Add `--exact` flag to all commands with `--search` flag to force exact matching without requiring single quote prefix
11
+ - Add `--not` flag to all commands with filters (--tag, --search, --before, etc.) to negate the filter and return entries NOT matched
6
12
 
13
+ #### IMPROVED
14
+
15
+ - More command line feedback
16
+ - Error formatting and output
17
+ - Add subcommand completion for `doing help` in fish shell
18
+ - Logging and error handling
19
+
20
+ #### FIXED
21
+
22
+ - Zsh completion not outputting results
23
+ - Remove `--[no]` from non-negatable options
24
+ - `doing plugins -t export -c` not outputting columns
25
+ - View config not respecting tag_order setting
26
+
7
27
  ### 2.0.3.pre
8
28
 
9
29
  #### NEW
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- doing (2.0.5.pre)
4
+ doing (2.0.9.pre)
5
5
  chronic (~> 0.10, >= 0.10.2)
6
6
  deep_merge (~> 1.2, >= 1.2.1)
7
7
  gli (~> 2.19, >= 2.19.2)
data/README.md CHANGED
@@ -6,7 +6,7 @@ _If you're one of the rare people like me who find this useful, feel free to [bu
6
6
 
7
7
  <!--README-->
8
8
 
9
- The current version of `doing` is <!--VER-->2.0.2<!--END VER-->.
9
+ The current version of `doing` is <!--VER-->2.0.8<!--END VER-->.
10
10
 
11
11
  Find all of the documentation in the [doing wiki](https://github.com/ttscoff/doing/wiki).
12
12