doing 2.1.15 → 2.1.19
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.yardoc/checksums +10 -10
- data/.yardoc/object_types +0 -0
- data/.yardoc/objects/root.dat +0 -0
- data/CHANGELOG.md +109 -51
- data/Gemfile.lock +1 -1
- data/README.md +1 -1
- data/bin/doing +131 -45
- data/docs/doc/Array.html +1 -1
- data/docs/doc/BooleanTermParser/Clause.html +1 -1
- data/docs/doc/BooleanTermParser/Operator.html +1 -1
- data/docs/doc/BooleanTermParser/Query.html +1 -1
- data/docs/doc/BooleanTermParser/QueryParser.html +1 -1
- data/docs/doc/BooleanTermParser/QueryTransformer.html +1 -1
- data/docs/doc/BooleanTermParser.html +1 -1
- data/docs/doc/Doing/Color.html +6 -2
- data/docs/doc/Doing/Completion.html +1 -1
- data/docs/doc/Doing/Configuration.html +4 -3
- data/docs/doc/Doing/Errors/DoingNoTraceError.html +1 -1
- data/docs/doc/Doing/Errors/DoingRuntimeError.html +1 -1
- data/docs/doc/Doing/Errors/DoingStandardError.html +1 -1
- data/docs/doc/Doing/Errors/EmptyInput.html +1 -1
- data/docs/doc/Doing/Errors/NoResults.html +1 -1
- data/docs/doc/Doing/Errors/PluginException.html +1 -1
- data/docs/doc/Doing/Errors/UserCancelled.html +1 -1
- data/docs/doc/Doing/Errors/WrongCommand.html +1 -1
- data/docs/doc/Doing/Errors.html +1 -1
- data/docs/doc/Doing/Hooks.html +1 -1
- data/docs/doc/Doing/Item.html +119 -1
- data/docs/doc/Doing/Items.html +1 -1
- data/docs/doc/Doing/LogAdapter.html +1 -1
- data/docs/doc/Doing/Note.html +1 -1
- data/docs/doc/Doing/Pager.html +1 -1
- data/docs/doc/Doing/Plugins.html +1 -1
- data/docs/doc/Doing/Prompt.html +69 -1
- data/docs/doc/Doing/Section.html +1 -1
- data/docs/doc/Doing/TemplateString.html +2 -2
- data/docs/doc/Doing/Util/Backup.html +1 -1
- data/docs/doc/Doing/Util.html +1 -1
- data/docs/doc/Doing/WWID.html +37 -3
- data/docs/doc/Doing.html +2 -2
- data/docs/doc/GLI/Commands/MarkdownDocumentListener.html +1 -1
- data/docs/doc/GLI/Commands.html +1 -1
- data/docs/doc/GLI.html +1 -1
- data/docs/doc/Hash.html +1 -1
- data/docs/doc/Numeric.html +1 -1
- data/docs/doc/PhraseParser/Operator.html +1 -1
- data/docs/doc/PhraseParser/PhraseClause.html +1 -1
- data/docs/doc/PhraseParser/Query.html +1 -1
- data/docs/doc/PhraseParser/QueryParser.html +1 -1
- data/docs/doc/PhraseParser/QueryTransformer.html +1 -1
- data/docs/doc/PhraseParser/TermClause.html +1 -1
- data/docs/doc/PhraseParser.html +1 -1
- data/docs/doc/Status.html +1 -1
- data/docs/doc/String.html +228 -1
- data/docs/doc/Symbol.html +1 -1
- data/docs/doc/Time.html +1 -1
- data/docs/doc/_index.html +1 -1
- data/docs/doc/file.README.html +2 -2
- data/docs/doc/index.html +2 -2
- data/docs/doc/method_list.html +254 -182
- data/docs/doc/top-level-namespace.html +1 -1
- data/doing.rdoc +34 -4
- data/lib/completion/_doing.zsh +7 -7
- data/lib/completion/doing.bash +10 -10
- data/lib/completion/doing.fish +6 -1
- data/lib/doing/colors.rb +4 -0
- data/lib/doing/configuration.rb +2 -1
- data/lib/doing/item.rb +51 -0
- data/lib/doing/log_adapter.rb +2 -2
- data/lib/doing/plugins/export/template_export.rb +2 -0
- data/lib/doing/prompt.rb +52 -0
- data/lib/doing/string.rb +43 -0
- data/lib/doing/string_chronify.rb +28 -0
- data/lib/doing/template_string.rb +1 -1
- data/lib/doing/version.rb +1 -1
- data/lib/doing/wwid.rb +54 -23
- data/lib/doing.rb +5 -4
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c163209b980c6cbe1435e08c96f38b2879b4470c0556fff9f1a367eb63a73fd3
|
4
|
+
data.tar.gz: 99e8e1e927234cd58a69ea8bacc43a3dcea842bda76663eed4d3b3d3e4ec4384
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3eb207208acdb7817eac2cf9991ccbf918947e6e0d81888ea8e33c106112e17e1290cf6c5b3712b1b126ba907bc9060a45caf140797eb1d4828e2a40671c0a6a
|
7
|
+
data.tar.gz: c049f9c1d06055a65a03508462538e12d58d545e514c7f118aba9d5dcd8ef566ddff8a5c629f9e2e8de8f6c6f817447b3b9f5d19ce6858cacd988f034abe2b52
|
data/.yardoc/checksums
CHANGED
@@ -1,30 +1,30 @@
|
|
1
1
|
lib/doing/hash.rb c2960de9603dcf90be85ce423d9430de27f4f893
|
2
|
-
lib/doing/item.rb
|
2
|
+
lib/doing/item.rb 276880933fef8a4e1ef7a80e92f0f2b029f8a6e7
|
3
3
|
lib/doing/note.rb bbadd9e34e6dc43a2af1110a5107f46c39d2547f
|
4
4
|
lib/doing/time.rb 60183c3c31532ffea1440c766de0f90042e0fd10
|
5
5
|
lib/doing/util.rb 33ad79455893213a0f2993edec0e158526657f09
|
6
|
-
lib/doing/wwid.rb
|
6
|
+
lib/doing/wwid.rb d19e494bc42eb031d8e5e570c76c12c1d180fc9e
|
7
7
|
lib/doing/array.rb a17004c4811d239932254f9ed94a6eb10456c8e8
|
8
8
|
lib/doing/hooks.rb acf6e0615ccf1949f84915c979297845242c1205
|
9
9
|
lib/doing/items.rb 8cda7caaef10645893267262f5eee681e35046ce
|
10
10
|
lib/doing/pager.rb b58e478b0cb8d400ddb97988ba741e3a127b53c3
|
11
|
-
lib/doing/colors.rb
|
11
|
+
lib/doing/colors.rb b7239a69e10c5df9378a5843441af5b93c1872f8
|
12
12
|
lib/doing/errors.rb af07e482a5389924edc2337749c81cda501098f0
|
13
|
-
lib/doing/prompt.rb
|
14
|
-
lib/doing/string.rb
|
13
|
+
lib/doing/prompt.rb 1c48923fc61d8714e3fc1f24b52fb8f358a8cc24
|
14
|
+
lib/doing/string.rb d24f0972d0304e3d3bd3c38f14dd873165e7ebff
|
15
15
|
lib/doing/symbol.rb 309799458a1bc715c2707307c9a62ab26086275e
|
16
16
|
lib/doing/section.rb 206e119cf818f1e76798753e611180fe77bc299a
|
17
|
-
lib/doing/version.rb
|
17
|
+
lib/doing/version.rb f1ee23047a433e9ce6fe3cbae1c16d634e230cc0
|
18
18
|
lib/doing/cli_status.rb dbedd454c4cbbd0fed9ef30120f6ec85d18b9356
|
19
19
|
lib/doing/completion.rb c658e7dc7898fb022a21b2bd77bedb958ca3b067
|
20
|
-
lib/doing/log_adapter.rb
|
20
|
+
lib/doing/log_adapter.rb 57d831259f48d0757307244d35b87e9ffa9099d9
|
21
21
|
lib/doing/util_backup.rb c13f71072581b1f0d2269853611ba09273261bf9
|
22
|
-
lib/doing/configuration.rb
|
22
|
+
lib/doing/configuration.rb b8667ff80c7c8830108e5089a5d309356af64151
|
23
23
|
lib/doing/phrase_parser.rb 8f1789d7cf8326d8cc231b4a21505a93f8de20d2
|
24
24
|
lib/doing/array_chronify.rb 5852b38643aef2e7e796aaf19b2c052a52ee5e2b
|
25
25
|
lib/doing/plugin_manager.rb cb16a82c3182ef7008359670ab96ff6b39270ccc
|
26
|
-
lib/doing/string_chronify.rb
|
27
|
-
lib/doing/template_string.rb
|
26
|
+
lib/doing/string_chronify.rb 62635041c94482927fb661ac0caa2eb9bdd1c17c
|
27
|
+
lib/doing/template_string.rb 5f6ef0495082339f2aa1b085ac4c1bdbfeb25be5
|
28
28
|
lib/doing/numeric_chronify.rb bedeff62a95f8a8ff116e1bf0cc1d9eb2707a900
|
29
29
|
lib/doing/boolean_term_parser.rb 075977892ac5c6e3435cb8877d8b8b68eb1962e3
|
30
30
|
lib/doing/markdown_document_listener.rb 45485f225068a34951ec818a345f642323e5ba35
|
data/.yardoc/object_types
CHANGED
Binary file
|
data/.yardoc/objects/root.dat
CHANGED
Binary file
|
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,61 @@
|
|
1
|
+
### 2.1.19
|
2
|
+
|
3
|
+
2022-01-18 08:40
|
4
|
+
|
5
|
+
#### FIXED
|
6
|
+
|
7
|
+
- Search highlighting error with some pattern searches
|
8
|
+
- Reverse sort of items in menu from `--interactive` flags
|
9
|
+
- Nil error when `--interactive` was called without search results
|
10
|
+
|
11
|
+
### 2.1.18
|
12
|
+
|
13
|
+
Build automation test
|
14
|
+
|
15
|
+
### 2.1.17
|
16
|
+
|
17
|
+
2022-01-18 07:26
|
18
|
+
|
19
|
+
#### NEW
|
20
|
+
|
21
|
+
- `--hilite` option for `doing search` to highlight matches in search results (terminal output only)
|
22
|
+
- `--hilite` flag for `show` and `view` to highlight results when used with `--search`
|
23
|
+
|
24
|
+
#### IMPROVED
|
25
|
+
|
26
|
+
- Show preview of up to 5 items when confirming a delete operation so you actually know what you're deleting
|
27
|
+
- Allow `--ask` when creating new entry via STDIN pipe
|
28
|
+
- Tab completion for known tags when creating an entry interactively
|
29
|
+
- Add purple as an alias for magenta in template colors
|
30
|
+
|
31
|
+
#### FIXED
|
32
|
+
|
33
|
+
- Clear STDIN before requesting input
|
34
|
+
|
35
|
+
### 2.1.16
|
36
|
+
|
37
|
+
2022-01-18 02:45
|
38
|
+
|
39
|
+
#### NEW
|
40
|
+
|
41
|
+
- `doing done --from "3pm to 3:15pm"` to set start and end times with natural language string
|
42
|
+
|
43
|
+
#### IMPROVED
|
44
|
+
|
45
|
+
- Running `doing tag` without arguments takes command line input
|
46
|
+
- If `doing now` or `doing later` are run without arguments, interactively request necessary information (you can still use `--editor` to edit in your preferred editor)
|
47
|
+
- Tab completion for tags when entering at prompt
|
48
|
+
- Use readline when requesting input text, better editing features
|
49
|
+
- `doing done --at` no longer overrides `--back`
|
50
|
+
|
51
|
+
#### FIXED
|
52
|
+
|
53
|
+
- `doing select` -> output formatted empty output
|
54
|
+
- Sort items by date when using `doing select --editor` (was loading in selection order instead)
|
55
|
+
- Ruby 2.7 error in template output (.empty? on FalseClass)
|
56
|
+
- Don't add empty entry when cancelling `--editor`
|
57
|
+
- Batch editing bugs
|
58
|
+
|
1
59
|
### 2.1.15
|
2
60
|
|
3
61
|
2022-01-17 07:25
|
@@ -20,21 +78,21 @@
|
|
20
78
|
|
21
79
|
#### NEW
|
22
80
|
|
23
|
-
- All commands that accept
|
81
|
+
- All commands that accept `--note` now accept `--ask`, which requests input via readline after creating the note. Multiple lines are allowed, hit return twice to end editing. Works alongside `--note` and `--editor`
|
24
82
|
|
25
83
|
#### IMPROVED
|
26
84
|
|
27
|
-
- Implement
|
85
|
+
- Implement `--search` and `--from` filtering for import plugins
|
28
86
|
- UTC format date strings in select menus for consistency (was relative date formatting)
|
29
|
-
- Don't populate the fzf search with
|
87
|
+
- Don't populate the fzf search with `--search`, it's already filtered. Separated `--query` from `--search` if you do want to populate the query string in addition to `--search` filtering
|
30
88
|
- When showing relative dates, don't include the year if the date is the previous year but a later month than the current month (less than a year old)
|
31
|
-
- When using
|
89
|
+
- When using `--editor` while adding an entry, include any note specified on the command line or via `--ask` for further editing
|
32
90
|
|
33
91
|
### 2.1.13
|
34
92
|
|
35
93
|
#### NEW
|
36
94
|
|
37
|
-
-
|
95
|
+
- `--val` flag for all display commands, allows tag value queries. Tag values are contained in parenthesis after the tag, e.g. @progress(50). Queries look like `--val "done < two weeks ago"`, "project *= oracle" or "progress >= 50". Wildcards allowed in value, comparators can be <, >, <=, >=, ==, *= (contains), ^= (begins with), $= (ends with). Numeric and date comparisons are detected automatically. Text comparisons are case insensitive. `--val` can be used multiple times in a command and you can use `--bool` to specify AND, OR, or NOT (default AND)
|
38
96
|
- `doing tag` now accepts a `--value` flag to define a value for a single tag, e.g. @tag(value)
|
39
97
|
|
40
98
|
#### FIXED
|
@@ -48,7 +106,7 @@
|
|
48
106
|
- Tag_dir command creates/updates .doingrc files in the current directory with default_tags values. Then all entries created within that directory (or subdirs) get tagged with that value.
|
49
107
|
- Synonym triggers allow `*` and `?` wildcards
|
50
108
|
- Add `--delete` flag for `doing last` to delete last entry
|
51
|
-
-
|
109
|
+
- `--delete` and `--editor` flags for `doing search`, batch edit and delete
|
52
110
|
- Example hook to add new entries containing a certain tag to Day One
|
53
111
|
- New hooks: pre_entry_add, post_entry_added, post_entry_updated, post_entry_removed, pre_export
|
54
112
|
|
@@ -65,13 +123,13 @@
|
|
65
123
|
|
66
124
|
#### NEW
|
67
125
|
|
68
|
-
-
|
126
|
+
- `--age` (oldest|newest) option for view command
|
69
127
|
|
70
128
|
### 2.1.9
|
71
129
|
|
72
130
|
#### IMPROVED
|
73
131
|
|
74
|
-
- Only attempt to install fzf if it doesn't exist on the system. In case of errors, this means a user can manually install fzf and still be able to access
|
132
|
+
- Only attempt to install fzf if it doesn't exist on the system. In case of errors, this means a user can manually install fzf and still be able to access `--interactive` options
|
75
133
|
|
76
134
|
#### FIXED
|
77
135
|
|
@@ -151,10 +209,10 @@
|
|
151
209
|
- `config list` will list detected .doingrc files and the main config file in order of precedence - refactoring
|
152
210
|
- When modifying start dates or @done dates via an editor command, natural language strings can be used and will be parsed into doing-formatted dates automatically
|
153
211
|
- When editor is invoked, entry titles include start date, which can be modified
|
154
|
-
-
|
155
|
-
-
|
156
|
-
-
|
157
|
-
- Commands that accept
|
212
|
+
- `--before`, `--after`, and `--from` date filters for select command
|
213
|
+
- `--from` flag for `doing today` and `doing yesterday`, filter by time range
|
214
|
+
- `--from` flag for `doing search`, filter by date/time range
|
215
|
+
- Commands that accept `--before`, `--after`, and `--from` can now filter on time ranges. If the date string given contains only a time (no day or date), it will be interpreted as a time range, meaning the date isn't filtered, but only entries within the time range are shown/processed
|
158
216
|
- Add %duration placeholder to template variables
|
159
217
|
- Add `interval_format` setting to config (applies to root or any view/template) to set intervals/durations to human (2h 15m) or text (00:02:15)
|
160
218
|
- Add `duration` key to config (root or view/template). If set to true, will display durations by default (no need for `--duration`)
|
@@ -243,10 +301,10 @@
|
|
243
301
|
- Add 'timer_format' config with 'human' option for tag totals
|
244
302
|
- If `doing view` and `doing show` are confused, offer option to run the other command
|
245
303
|
- `doing completion` to generate shell completion scripts for zsh, bash, and fish
|
246
|
-
-
|
247
|
-
-
|
304
|
+
- `--search` and `--not` for cancel command
|
305
|
+
- `--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)
|
248
306
|
- Add `--exact` flag to all commands with `--search` flag to force exact matching without requiring single quote prefix
|
249
|
-
- Add `--not` flag to all commands with filters (
|
307
|
+
- Add `--not` flag to all commands with filters (`--tag`, `--search`, `--before`, etc.) to negate the filter and return entries NOT matched
|
250
308
|
|
251
309
|
#### IMPROVED
|
252
310
|
|
@@ -270,13 +328,13 @@
|
|
270
328
|
- `doing config --update` will add newly added config keys to your existing config file (handy with plugins that define their own config keys)
|
271
329
|
- Add %idnote template placeholder for "indented note" (entire note indented one tab)
|
272
330
|
- (loosely printf-esque) formatting options for `%note` template placeholder
|
273
|
-
-
|
331
|
+
- `--interactive` mode to act on results of `doing grep`
|
274
332
|
- Printf formatting for title and date
|
275
333
|
- Doing import plugin
|
276
334
|
- Plugins command to list plugins
|
277
|
-
-
|
278
|
-
-
|
279
|
-
- Log levels, with
|
335
|
+
- `--dump` option for `doing config` to output a key.path config key as JSON, YAML, or raw output
|
336
|
+
- `--no-color` global flag
|
337
|
+
- Log levels, with `--quiet` and `--verbose` global flags
|
280
338
|
- Convert CLI messaging to Logger-based system
|
281
339
|
- Use DOING_DEBUG, DOING_QUIET, or DOING_LOG_LEVEL environment variables to specify log levels before configuration is read
|
282
340
|
- Hooks, register plugins to run based on events
|
@@ -289,26 +347,26 @@
|
|
289
347
|
- Major plugin architecture refactoring
|
290
348
|
- Fix regression where notes stored in doing file were outdented, breaking TaskPaper compatibility
|
291
349
|
- When accepting a date filter, allow end date to be in the future
|
292
|
-
- If an edited item has no changes, don't update/output notification - Don't start with query when using grep
|
350
|
+
- If an edited item has no changes, don't update/output notification - Don't start with query when using grep `--interactive`
|
293
351
|
- Select menu item formatting
|
294
352
|
- Output wrapping for terminal display
|
295
|
-
- Redirect warn to STDOUT when run with
|
353
|
+
- Redirect warn to STDOUT when run with `--stdout`
|
296
354
|
- Fish autocomplete
|
297
355
|
- `--config_file` global flag deprected, now uses $DOING_CONFIG environment variable so that config overrides can be available before the initial configuration is run
|
298
|
-
- When
|
356
|
+
- When `--stdout` or not a TTY, no color or output formatting
|
299
357
|
- Highlight tags when showing results. Because it looks nice.
|
300
|
-
-
|
358
|
+
- `--tag` and `--search` for `doing note`
|
301
359
|
- View/section fuzzy guessing
|
302
360
|
- Error reporting
|
303
361
|
- If `doing config` finds local doingrc files, offers a menu for editing
|
304
362
|
- More filtering options for `doing finish`
|
305
|
-
- Doing done accepts
|
306
|
-
- Doing done accepts
|
363
|
+
- Doing done accepts `--unfinished` flag to finish last entry not marked @done (instead of last entry)
|
364
|
+
- Doing done accepts `--note` flag to append a note when completing an entry
|
307
365
|
|
308
366
|
#### FIXED
|
309
367
|
|
310
368
|
- Multi-word unquoted arguments to add_section being truncated
|
311
|
-
- Show
|
369
|
+
- Show `--from` with date span
|
312
370
|
- Handling of arbitrary times in natural language dates
|
313
371
|
- Backward scope of since command with arbitrary times
|
314
372
|
- `doing rotate --keep` wasn't respecting keep value
|
@@ -322,33 +380,33 @@
|
|
322
380
|
- "taskpaper" format available for all output options
|
323
381
|
- "markdown" format available for all output commands (GFM-style task list, customizable template)
|
324
382
|
- `--rename` option for tag command to replace tags
|
325
|
-
- `--regex` option for tag command, for
|
383
|
+
- `--regex` option for tag command, for `--remove` and `--rename`
|
326
384
|
|
327
385
|
### 1.0.90
|
328
386
|
|
329
387
|
- Minor fix for shell command in doing select
|
330
|
-
- Fix for doing finish
|
331
|
-
- doing finish
|
388
|
+
- Fix for doing finish `--auto` when matched item is last in list
|
389
|
+
- doing finish `--auto` now pulls from all sections, not just the section of the target entry
|
332
390
|
|
333
391
|
### 1.0.89
|
334
392
|
|
335
393
|
- Pretty print JSON output
|
336
|
-
-
|
394
|
+
- `--no-menu` option for select command to use `--query` as a filter and act on matching entries without displaying menu
|
337
395
|
|
338
396
|
### 1.0.88
|
339
397
|
|
340
|
-
- Add
|
341
|
-
- Add
|
342
|
-
- Add
|
398
|
+
- Add `--before` and `--after` time search to yesterday command
|
399
|
+
- Add `--before` and `--after` date search to search/grep command
|
400
|
+
- Add `--tag_order` to yesterday command
|
343
401
|
|
344
402
|
### 1.0.87
|
345
403
|
|
346
404
|
- Add leading spaces to make %shortdate align properly, at least for the last week
|
347
|
-
- Add
|
348
|
-
- Add
|
349
|
-
- Add
|
350
|
-
- Add
|
351
|
-
- Add
|
405
|
+
- Add `--tag`, `--bool`, and `--search` to view command
|
406
|
+
- Add `--before` and `--after` date search to view command
|
407
|
+
- Add `--before` and `--after` date search to show command
|
408
|
+
- Add `--before` and `--after` time search to today command
|
409
|
+
- Add `--search` filter to show command
|
352
410
|
- More alignment/formatting fixes for %shortdate
|
353
411
|
|
354
412
|
### 1.0.86
|
@@ -357,8 +415,8 @@
|
|
357
415
|
|
358
416
|
### 1.0.85
|
359
417
|
|
360
|
-
- Fix
|
361
|
-
- Add
|
418
|
+
- Fix `--auto` for finish command
|
419
|
+
- Add `--before` DATE_STRING to archive and rotate commands
|
362
420
|
- Only create on rotate file per day, merge new entries into existing file
|
363
421
|
|
364
422
|
### 1.0.84
|
@@ -402,7 +460,7 @@ presented
|
|
402
460
|
|
403
461
|
### 1.0.74
|
404
462
|
|
405
|
-
- Add
|
463
|
+
- Add `--tag` and `--search` flags to tag command to tag all entries matching search terms
|
406
464
|
- Add since command, which is the same as `doing on tuesday to now` but `doing since tuesday` just feels more intuitive.
|
407
465
|
|
408
466
|
### 1.0.73
|
@@ -458,7 +516,7 @@ presented
|
|
458
516
|
|
459
517
|
### 1.0.61
|
460
518
|
|
461
|
-
- Add
|
519
|
+
- Add `--search` filter to `doing archive`
|
462
520
|
|
463
521
|
### 1.0.60
|
464
522
|
|
@@ -509,12 +567,12 @@ presented
|
|
509
567
|
#### IMPROVED
|
510
568
|
|
511
569
|
- Clean up command line help
|
512
|
-
-
|
570
|
+
- `--editor` improvements for all commands that use it
|
513
571
|
|
514
572
|
#### FIXED
|
515
573
|
|
516
|
-
- Doing finish
|
517
|
-
- Doing tag
|
574
|
+
- Doing finish `--took` throwing error
|
575
|
+
- Doing tag `--remove` was adding tags if they didn't exist
|
518
576
|
- Creating a meanwhile task with a note resulted in an error
|
519
577
|
|
520
578
|
### 1.0.54
|
@@ -534,13 +592,13 @@ presented
|
|
534
592
|
|
535
593
|
#### IMPROVED
|
536
594
|
|
537
|
-
- Add
|
538
|
-
- Add
|
595
|
+
- Add `--no-color` option to view command
|
596
|
+
- Add `--tag` to show for compatibility
|
539
597
|
|
540
598
|
#### FIXED
|
541
599
|
|
542
|
-
- Error running finish without
|
543
|
-
-
|
600
|
+
- Error running finish without `--tag` flag
|
601
|
+
- `--archive` flag on finish, done, and cancel causing error
|
544
602
|
|
545
603
|
### 1.0.52
|
546
604
|
|
@@ -551,7 +609,7 @@ presented
|
|
551
609
|
|
552
610
|
#### FIXED
|
553
611
|
|
554
|
-
-
|
612
|
+
- `--archive` flag on finish, done, and cancel causing error
|
555
613
|
|
556
614
|
### 1.0.49
|
557
615
|
|
@@ -599,7 +657,7 @@ presented
|
|
599
657
|
### 1.0.39
|
600
658
|
|
601
659
|
- Tag transforms
|
602
|
-
- Option to sort tags by name in
|
660
|
+
- Option to sort tags by name in `--totals`
|
603
661
|
|
604
662
|
### 1.0.33
|
605
663
|
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -8,7 +8,7 @@ _If you're one of the rare people like me who find this useful, feel free to
|
|
8
8
|
|
9
9
|
<!--README-->
|
10
10
|
|
11
|
-
The current version of `doing` is <!--VER-->2.1.
|
11
|
+
The current version of `doing` is <!--VER-->2.1.18<!--END VER-->.
|
12
12
|
|
13
13
|
Find all of the documentation in the [doing wiki][wiki].
|
14
14
|
|