doing 2.0.2.pre → 2.0.7.pre

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d866bc308bab1d90892a404e6a4f1bcfe601c3e6fcb27b2be670dd3e27159bd8
4
- data.tar.gz: af7796c7997b9abbe536820d783b3e16c51c3e1c12d25a9a793dfa6965af7057
3
+ metadata.gz: fc54a9b143b7a97dcd2ad9867a5166b06cfe52e4631f7658c65aa76ea9e07c19
4
+ data.tar.gz: 5c60bc065b3b25cd450403dbf42089f30f5367416fee6b88f9baaf43b4ede04e
5
5
  SHA512:
6
- metadata.gz: ad33f7f0c6e33e10e407f657c44555ad262768762d75b19cae0a5729956187c9a33022c138006c31ba6213b7b972ea6119cfdf381c7cc828ea0987e0f759b0b7
7
- data.tar.gz: 93a299e3a130dc9b2222cfee99533266bec43f8026c681efdbb14369451e20e587ae4f73a49da8cfd730e6fa38e8865c9468c283cf6ad28911c3214f6fa782ce
6
+ metadata.gz: 7ef6e317026dae9f46a8abdaa3c0a4c8a7ef29598e192c223e4158510c65e8deac0a87719d0cbcc634c8d7c654cab7239e95d88369819fb1f7f9c6b1da027485
7
+ data.tar.gz: eb8c1115272cd4c23d158719f15a1f0af81a1e091af25a0e436c0832b4e21046bc8dd393d47e62214de59628a1e1e582a8c68533d8ce39b33d1ce2ee856a1971
data/CHANGELOG.md CHANGED
@@ -1,4 +1,36 @@
1
- ### 2.0.2.pre
1
+ ### 2.0.7.pre
2
+
3
+ #### FIXED
4
+
5
+ - Zsh completion not outputting results
6
+
7
+ ### 2.0.6.pre
8
+
9
+ #### NEW
10
+
11
+ - If `doing view` and `doing show` are confused, offer option to run the other command
12
+ - `doing completion` to generate shell completion scripts for zsh, bash, and fish
13
+
14
+ #### IMPROVED
15
+
16
+ - More command line feedback
17
+ - Error formatting and output
18
+ - Add subcommand completion for `doing help` in fish shell
19
+ - Logging and error handling
20
+
21
+ #### FIXED
22
+
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
+
27
+ ### 2.0.5.pre
28
+
29
+ #### NEW
30
+
31
+ - Add 'timer_format' config with 'human' option for tag totals
32
+
33
+ ### 2.0.3.pre
2
34
 
3
35
  #### NEW
4
36
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- doing (2.0.2.pre)
4
+ doing (2.0.7.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.0<!--END VER-->.
9
+ The current version of `doing` is <!--VER-->2.0.6<!--END VER-->.
10
10
 
11
11
  Find all of the documentation in the [doing wiki](https://github.com/ttscoff/doing/wiki).
12
12