doing 2.1.24 → 2.1.28

Sign up to get free protection for your applications and to get access to all the features.
Files changed (170) hide show
  1. checksums.yaml +4 -4
  2. data/.yardoc/checksums +17 -21
  3. data/.yardoc/object_types +0 -0
  4. data/.yardoc/objects/root.dat +0 -0
  5. data/CHANGELOG.md +325 -102
  6. data/Dockerfile +5 -5
  7. data/Dockerfile-2.6 +5 -5
  8. data/Dockerfile-2.7 +5 -4
  9. data/Dockerfile-3.0 +5 -4
  10. data/Gemfile.lock +1 -1
  11. data/README.md +1 -1
  12. data/Rakefile +3 -3
  13. data/bin/commands/add_section.rb +15 -0
  14. data/bin/commands/again.rb +57 -0
  15. data/bin/commands/archive.rb +55 -0
  16. data/bin/commands/cancel.rb +60 -0
  17. data/bin/commands/changes.rb +73 -0
  18. data/bin/commands/choose.rb +9 -0
  19. data/bin/commands/colors.rb +21 -0
  20. data/bin/commands/commands.rb +89 -0
  21. data/bin/commands/commands_accepting.rb +76 -0
  22. data/bin/commands/completion.rb +27 -0
  23. data/bin/commands/config.rb +245 -0
  24. data/bin/commands/done.rb +235 -0
  25. data/bin/commands/finish.rb +126 -0
  26. data/bin/commands/flag.rb +90 -0
  27. data/bin/commands/grep.rb +108 -0
  28. data/bin/commands/import.rb +71 -0
  29. data/bin/commands/install_fzf.rb +17 -0
  30. data/bin/commands/last.rb +81 -0
  31. data/bin/commands/meanwhile.rb +76 -0
  32. data/bin/commands/note.rb +91 -0
  33. data/bin/commands/now.rb +145 -0
  34. data/bin/commands/on.rb +65 -0
  35. data/bin/commands/open.rb +53 -0
  36. data/bin/commands/plugins.rb +23 -0
  37. data/bin/commands/recent.rb +77 -0
  38. data/bin/commands/redo.rb +26 -0
  39. data/bin/commands/reset.rb +73 -0
  40. data/bin/commands/rotate.rb +42 -0
  41. data/bin/commands/sections.rb +11 -0
  42. data/bin/commands/select.rb +105 -0
  43. data/bin/commands/show.rb +185 -0
  44. data/bin/commands/since.rb +63 -0
  45. data/bin/commands/tag.rb +149 -0
  46. data/bin/commands/tag_dir.rb +29 -0
  47. data/bin/commands/tags.rb +66 -0
  48. data/bin/commands/template.rb +61 -0
  49. data/bin/commands/today.rb +64 -0
  50. data/bin/commands/undo.rb +49 -0
  51. data/bin/commands/view.rb +201 -0
  52. data/bin/commands/views.rb +11 -0
  53. data/bin/commands/yesterday.rb +72 -0
  54. data/bin/doing +241 -3662
  55. data/docs/doc/Array.html +13 -449
  56. data/docs/doc/BooleanTermParser/Clause.html +5 -5
  57. data/docs/doc/BooleanTermParser/Operator.html +4 -4
  58. data/docs/doc/BooleanTermParser/Query.html +8 -8
  59. data/docs/doc/BooleanTermParser/QueryParser.html +2 -2
  60. data/docs/doc/BooleanTermParser/QueryTransformer.html +2 -2
  61. data/docs/doc/BooleanTermParser.html +1 -1
  62. data/docs/doc/Doing/Color.html +65 -59
  63. data/docs/doc/Doing/Completion.html +2 -2
  64. data/docs/doc/Doing/Configuration.html +49 -16
  65. data/docs/doc/Doing/Errors/DoingNoTraceError.html +2 -2
  66. data/docs/doc/Doing/Errors/DoingRuntimeError.html +2 -2
  67. data/docs/doc/Doing/Errors/DoingStandardError.html +2 -2
  68. data/docs/doc/Doing/Errors/EmptyInput.html +2 -2
  69. data/docs/doc/Doing/Errors/NoResults.html +2 -2
  70. data/docs/doc/Doing/Errors/PluginException.html +3 -3
  71. data/docs/doc/Doing/Errors/UserCancelled.html +2 -2
  72. data/docs/doc/Doing/Errors/WrongCommand.html +2 -2
  73. data/docs/doc/Doing/Errors.html +1 -1
  74. data/docs/doc/Doing/Hooks.html +6 -6
  75. data/docs/doc/Doing/Item.html +50 -16
  76. data/docs/doc/Doing/Items.html +10 -10
  77. data/docs/doc/Doing/LogAdapter.html +24 -24
  78. data/docs/doc/Doing/Note.html +7 -7
  79. data/docs/doc/Doing/Pager.html +4 -4
  80. data/docs/doc/Doing/Plugins.html +7 -7
  81. data/docs/doc/Doing/Prompt.html +59 -14
  82. data/docs/doc/Doing/Section.html +6 -6
  83. data/docs/doc/Doing/TemplateString.html +8 -8
  84. data/docs/doc/Doing/Types.html +46 -1
  85. data/docs/doc/Doing/Util/Backup.html +10 -10
  86. data/docs/doc/Doing/Util.html +15 -15
  87. data/docs/doc/Doing/WWID.html +73 -61
  88. data/docs/doc/Doing.html +3 -3
  89. data/docs/doc/FalseClass.html +235 -0
  90. data/docs/doc/GLI/Commands/Help.html +3 -3
  91. data/docs/doc/GLI/Commands/MarkdownDocumentListener.html +17 -17
  92. data/docs/doc/GLI/Commands.html +1 -1
  93. data/docs/doc/GLI.html +1 -1
  94. data/docs/doc/Hash.html +45 -11
  95. data/docs/doc/Numeric.html +5 -5
  96. data/docs/doc/Object.html +203 -0
  97. data/docs/doc/PhraseParser/Operator.html +4 -4
  98. data/docs/doc/PhraseParser/PhraseClause.html +5 -5
  99. data/docs/doc/PhraseParser/Query.html +10 -10
  100. data/docs/doc/PhraseParser/QueryParser.html +2 -2
  101. data/docs/doc/PhraseParser/QueryTransformer.html +2 -2
  102. data/docs/doc/PhraseParser/TermClause.html +5 -5
  103. data/docs/doc/PhraseParser.html +1 -1
  104. data/docs/doc/Status.html +7 -7
  105. data/docs/doc/String.html +306 -3111
  106. data/docs/doc/Symbol.html +45 -11
  107. data/docs/doc/Time.html +6 -6
  108. data/docs/doc/TrueClass.html +235 -0
  109. data/docs/doc/_index.html +37 -19
  110. data/docs/doc/class_list.html +1 -1
  111. data/docs/doc/file.README.html +2 -2
  112. data/docs/doc/index.html +2 -2
  113. data/docs/doc/method_list.html +240 -576
  114. data/docs/doc/top-level-namespace.html +2 -2
  115. data/doing.rdoc +297 -169
  116. data/example_plugin.rb +2 -2
  117. data/lib/completion/_doing.zsh +35 -31
  118. data/lib/completion/doing.bash +30 -19
  119. data/lib/completion/doing.fish +81 -67
  120. data/lib/doing/array/array.rb +4 -0
  121. data/lib/doing/array/nested_hash.rb +17 -0
  122. data/lib/doing/{array.rb → array/tags.rb} +7 -25
  123. data/lib/doing/changelog/change.rb +26 -11
  124. data/lib/doing/changelog/changes.rb +16 -4
  125. data/lib/doing/{array_chronify.rb → chronify/array.rb} +0 -0
  126. data/lib/doing/chronify/chronify.rb +5 -0
  127. data/lib/doing/{numeric_chronify.rb → chronify/numeric.rb} +0 -0
  128. data/lib/doing/{string_chronify.rb → chronify/string.rb} +0 -0
  129. data/lib/doing/colors.rb +115 -54
  130. data/lib/doing/configuration.rb +9 -6
  131. data/lib/doing/good.rb +72 -0
  132. data/lib/doing/hash.rb +4 -0
  133. data/lib/doing/help_monkey_patch.rb +6 -5
  134. data/lib/doing/hooks.rb +3 -3
  135. data/lib/doing/item.rb +19 -15
  136. data/lib/doing/items.rb +2 -2
  137. data/lib/doing/log_adapter.rb +35 -2
  138. data/lib/doing/normalize.rb +188 -0
  139. data/lib/doing/pager.rb +1 -0
  140. data/lib/doing/plugins/export/dayone_export.rb +1 -1
  141. data/lib/doing/plugins/export/html_export.rb +1 -1
  142. data/lib/doing/plugins/export/json_export.rb +1 -1
  143. data/lib/doing/plugins/export/markdown_export.rb +1 -1
  144. data/lib/doing/plugins/export/template_export.rb +3 -1
  145. data/lib/doing/plugins/import/calendar_import.rb +1 -1
  146. data/lib/doing/plugins/import/doing_import.rb +1 -1
  147. data/lib/doing/plugins/import/timing_import.rb +1 -1
  148. data/lib/doing/prompt.rb +9 -3
  149. data/lib/doing/string/highlight.rb +95 -0
  150. data/lib/doing/string/query.rb +129 -0
  151. data/lib/doing/string/string.rb +12 -0
  152. data/lib/doing/string/tags.rb +164 -0
  153. data/lib/doing/string/transform.rb +168 -0
  154. data/lib/doing/string/truncate.rb +75 -0
  155. data/lib/doing/string/url.rb +82 -0
  156. data/lib/doing/template_string.rb +2 -24
  157. data/lib/doing/types.rb +9 -0
  158. data/lib/doing/util.rb +20 -16
  159. data/lib/doing/version.rb +1 -1
  160. data/lib/doing/wwid.rb +91 -51
  161. data/lib/doing.rb +5 -6
  162. data/lib/examples/commands/wiki.rb +6 -7
  163. data/lib/examples/plugins/wiki_export/wiki_export.rb +1 -1
  164. data/lib/helpers/threaded_tests.rb +69 -79
  165. data/lib/helpers/threaded_tests_string.rb +50 -0
  166. data/scripts/deploy.rb +107 -0
  167. data/scripts/runtests.sh +4 -0
  168. metadata +65 -8
  169. data/lib/doing/string.rb +0 -765
  170. data/lib/doing/symbol.rb +0 -28
data/CHANGELOG.md CHANGED
@@ -1,3 +1,55 @@
1
+ ### 2.1.28
2
+
3
+ 2022-02-14 11:39
4
+
5
+ #### FIXED
6
+
7
+ - Lines merging in `doing changes --changes` output
8
+
9
+ ### 2.1.27
10
+
11
+ 2022-02-14 06:04
12
+
13
+ #### NEW
14
+
15
+ - `doing finish --update` will overwrite any existing @done tag with a new date (current time or set with `--at` or `--back`)
16
+
17
+ #### IMPROVED
18
+
19
+ - Code refactoring and cleanup
20
+ - Include release dates in `doing changes` output when available
21
+ - Allow various naming conventions for %color strings in templates. Now `boldwhite`, `brightwhite`, `bg_bold_cyan`, and `bold_bg_cyan` all work (for example)
22
+ - Common flags (e.g. --search, --tag) found on multiple commands consolidated and help descriptions matched
23
+ - `commands_accepting` now accepts multiple arguments and a `--bool` flag
24
+ - `changes` command can now output changes only (no version numbers) and defaults to raw Markdown if not a TTY or the `--md` flag is used
25
+ - `doing archive` now accepts `--after` and `--from` date filters
26
+
27
+ #### FIXED
28
+
29
+ - Some flag descriptions in help
30
+ - Editor detection
31
+
32
+ ### 2.1.26
33
+
34
+ 2022-01-23 16:14
35
+
36
+ #### NEW
37
+
38
+ - Use plugins.hidden_commands in configuration to disable any command (array of command names). Note that some commands use aliases and the first name should be used.
39
+ - `doing commands [add|remove]` allows interactive enabling and disabling of default and custom commands
40
+
41
+ #### IMPROVED
42
+
43
+ - Moved all commands into separate files for management
44
+
45
+ #### FIXED
46
+
47
+ - Changelog command regex too greedy when parsing changelog
48
+
49
+ ### 2.1.25
50
+
51
+ 2022-01-23 09:25
52
+
1
53
  ### 2.1.24
2
54
 
3
55
  2022-01-22 17:27
@@ -8,7 +60,7 @@
8
60
 
9
61
  #### FIXED
10
62
 
11
- - Changelog formatting issue # Please enter the commit message for your changes. Lines starting # with '#' will be ignored, and an empty message aborts the commit. # # On branch develop # Your branch is ahead of 'origin/develop' by 3 commits. # # Changes to be committed: # modified: CHANGELOG.md # # ------------------------ >8 ------------------------ # Do not modify or remove the line above. # Everything below it will be ignored. diff --git a/CHANGELOG.md b/CHANGELOG.md index 962cc74..81bde33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ - Minor update to Fish completion script +#### FIXED + +- Fix changelog issue + ### 2.1.23 2022-01-22 15:52
63
+ - Changelog formatting issue
12
64
 
13
65
  ### 2.1.23
14
66
 
@@ -443,10 +495,14 @@ Build automation test
443
495
 
444
496
  ### 1.0.93
445
497
 
498
+ #### FIXED
499
+
446
500
  - Gemfile error
447
501
 
448
502
  ### 1.0.91
449
503
 
504
+ #### NEW
505
+
450
506
  - "taskpaper" format available for all output options
451
507
  - "markdown" format available for all output commands (GFM-style task list, customizable template)
452
508
  - `--rename` option for tag command to replace tags
@@ -454,23 +510,34 @@ Build automation test
454
510
 
455
511
  ### 1.0.90
456
512
 
513
+ #### IMPROVED
514
+
515
+ - doing finish `--auto` now pulls from all sections, not just the section of the target entry
516
+
517
+ #### FIXED
518
+
457
519
  - Minor fix for shell command in doing select
458
520
  - Fix for doing finish `--auto` when matched item is last in list
459
- - doing finish `--auto` now pulls from all sections, not just the section of the target entry
460
521
 
461
522
  ### 1.0.89
462
523
 
524
+ #### NEW
525
+
463
526
  - Pretty print JSON output
464
527
  - `--no-menu` option for select command to use `--query` as a filter and act on matching entries without displaying menu
465
528
 
466
529
  ### 1.0.88
467
530
 
531
+ #### IMPROVED
532
+
468
533
  - Add `--before` and `--after` time search to yesterday command
469
534
  - Add `--before` and `--after` date search to search/grep command
470
535
  - Add `--tag_order` to yesterday command
471
536
 
472
537
  ### 1.0.87
473
538
 
539
+ #### IMPROVED
540
+
474
541
  - Add leading spaces to make %shortdate align properly, at least for the last week
475
542
  - Add `--tag`, `--bool`, and `--search` to view command
476
543
  - Add `--before` and `--after` date search to view command
@@ -481,44 +548,73 @@ Build automation test
481
548
 
482
549
  ### 1.0.86
483
550
 
551
+ #### IMPROVED
552
+
484
553
  - Add `count` config option for templates->recent
485
554
 
486
555
  ### 1.0.85
487
556
 
488
- - Fix `--auto` for finish command
557
+ #### IMPROVED
558
+
489
559
  - Add `--before` DATE_STRING to archive and rotate commands
490
560
  - Only create on rotate file per day, merge new entries into existing file
491
561
 
562
+ #### FIXED
563
+
564
+ - Fix `--auto` for finish command
565
+
492
566
  ### 1.0.84
493
567
 
568
+ #### NEW
569
+
494
570
  - `rotate` command for archiving entries to new file
571
+
572
+ #### FIXED
573
+
495
574
  - Fixed current_section config key not being honored in some commands
496
575
 
497
576
  ### 1.0.83
498
577
 
578
+ #### FIXED
579
+
499
580
  - Fixes for `doing view` options, additional config keys for views
500
581
 
501
582
  ### 1.0.82
502
583
 
584
+ #### FIXED
585
+
503
586
  - Bugfixes
504
587
 
505
588
  ### 1.0.81
506
589
 
590
+ #### IMPROVED
591
+
507
592
  - fzf menu improvements
508
593
  - allow multiple selections `doing select` action menu
509
594
 
510
595
  ### 1.0.80
511
596
 
597
+ #### IMPROVED
598
+
512
599
  - Convert all menus to fzf screens
513
600
 
514
601
  ### 1.0.79
515
602
 
516
- - Gem missing fzf
603
+ #### IMPROVED
604
+
517
605
  - Wildcard tag removal using `doing select -t "tag*" -r`
518
606
  - fzf menu display polish
519
607
 
608
+ #### FIXED
609
+
610
+ #### FIXED
611
+
612
+ - Gem missing fzf
613
+
520
614
  ### 1.0.78
521
615
 
616
+ #### IMPROVED
617
+
522
618
  - If no action is specified with select command, an interactive menu is
523
619
  presented
524
620
  - add output action select command with formatting and save options
@@ -526,66 +622,98 @@ presented
526
622
 
527
623
  ### 1.0.76
528
624
 
625
+ #### IMPROVED
626
+
529
627
  - Refine editing multiple selections (doing select)
530
628
 
531
629
  ### 1.0.74
532
630
 
631
+ #### NEW
632
+
533
633
  - Add `--tag` and `--search` flags to tag command to tag all entries matching search terms
534
634
  - Add since command, which is the same as `doing on tuesday to now` but `doing since tuesday` just feels more intuitive.
535
635
 
536
636
  ### 1.0.73
537
637
 
638
+ #### FIXED
639
+
538
640
  - Fix for timeline output
539
641
 
540
642
  ### 1.0.72
541
643
 
644
+ #### NEW
645
+
542
646
  - Add `doing select` to show menu of all tasks, searchable with fuzzy matching and the ability to perform certain tasks on multiple selections.
543
647
 
544
648
  ### 1.0.71
545
649
 
650
+ #### FIXED
651
+
546
652
  - Fix for template command not working at all
547
653
 
548
654
  ### 1.0.70
549
655
 
656
+ #### FIXED
657
+
550
658
  - Fix for `doing done --took 30m` setting the wrong @done timestamp when completing previous item
551
659
 
552
660
  ### 1.0.69
553
661
 
662
+ #### IMPROVED
663
+
554
664
  - Add `--unfinished` option to finish and cancel commands
555
665
 
556
666
  ### 1.0.68
557
667
 
668
+ #### FIXED
669
+
558
670
  - Fix error in `doing show --sort` argument parsing
559
671
 
560
672
  ### 1.0.67
561
673
 
674
+ #### FIXED
675
+
562
676
  - Gem packaging error
563
677
 
564
678
  ### 1.0.66
565
679
 
566
- - Fix for some long flags being interpreted as arrays instead of strings
680
+ #### IMPROVED
681
+
567
682
  - More flexible boolean specification, can be: all, and, any, or, not, or none
683
+
684
+ #### FIXED
685
+
686
+ - Fix for some long flags being interpreted as arrays instead of strings
568
687
  - Fix for archive command not removing original entries from archived section
569
688
 
570
689
  ### 1.0.65
571
690
 
691
+ #### IMPROVED
692
+
572
693
  - Prevent duplicates/overlapping entries when importing
573
694
 
574
695
  ### 1.0.64
575
696
 
697
+ #### NEW
698
+
576
699
  - Initial import feature for Timing.app reports
577
700
 
578
701
  ### 1.0.63
579
702
 
580
- - README updates
703
+ #### IMPROVED
704
+
581
705
  - If `doing done --took=X` results in completion date greater than current time, use current time as completion date and backdate the entry's timestamp to fit
582
706
 
583
707
  ### 1.0.62
584
708
 
585
- - Fix: `doing done` with `--took=` and without `--back=` should set end time to start date plus `--took` value
709
+ #### FIXED
710
+
711
+ - `doing done` with `--took=` and without `--back=` should set end time to start date plus `--took` value
586
712
 
587
713
  ### 1.0.61
588
714
 
715
+ #### IMPROVED
716
+
589
717
  - Add `--search` filter to `doing archive`
590
718
 
591
719
  ### 1.0.60
@@ -658,7 +786,7 @@ presented
658
786
  - `--tag` and `--bool` filtering for again/resume, cancel
659
787
  - `--in` flag for `again`/`resume` to specify to which section the new
660
788
  - Finish command accepts `--tag=` flag, finishing last entry
661
- - `doing cancel` to end X tasks without completion date (alias for
789
+ - `doing cancel` to end X tasks without completion date
662
790
 
663
791
  #### IMPROVED
664
792
 
@@ -675,7 +803,6 @@ presented
675
803
  #### NEW
676
804
 
677
805
  - Finish command accepts `--tag=` flag, finishing last entry
678
- - `doing cancel` to end X tasks without completion date (alias for
679
806
 
680
807
  #### FIXED
681
808
 
@@ -683,88 +810,128 @@ presented
683
810
 
684
811
  ### 1.0.49
685
812
 
813
+ #### FIXED
814
+
686
815
  - Fix for missing date on @done tags
687
816
 
688
817
  ### 1.0.48
689
818
 
819
+ #### FIXED
820
+
690
821
  - Fix confirmation dialog for `doing tag -a -c 0` (autotag all)
691
822
 
692
823
  ### 1.0.47
693
824
 
825
+ #### IMPROVED
826
+
694
827
  - Remove check for file existence before attempting to run run_after script
695
828
  - Don't autotag entries restarted with `again/resume`
696
829
  - Add short flags (`-b`) for `--back` on all commands that support it
697
830
 
698
831
  ### 1.0.46
699
832
 
833
+ #### IMPROVED
834
+
700
835
  - Code cleanup
701
836
 
702
837
  ### 1.0.45
703
838
 
839
+ #### IMPROVED
840
+
704
841
  - Only execute run_after script if changes are written
705
842
 
706
843
  ### 1.0.44
707
844
 
845
+ #### IMPROVED
846
+
708
847
  - Remove unnecessary console logging
709
848
 
710
849
  ### 1.0.43
711
850
 
851
+ #### NEW
852
+
712
853
  - Add `again` command to repeat last entry without @done tag
713
854
  - Add `run_after` configuration option to execute external script after any change
714
855
 
715
856
  ### 1.0.42
716
857
 
858
+ #### FIXED
859
+
717
860
  - Fix note indentation in doing file
718
861
 
719
862
  ### 1.0.41
720
863
 
864
+ #### FIXED
865
+
721
866
  - Fix for repeated backreferences in tag transform
722
867
 
723
868
  ### 1.0.40
724
869
 
870
+ #### IMPROVED
871
+
725
872
  - Add `--tag_sort` to all subcommands with `--totals` option
726
873
 
727
874
  ### 1.0.39
728
875
 
876
+ #### NEW
877
+
729
878
  - Tag transforms
730
879
  - Option to sort tags by name in `--totals`
731
880
 
732
881
  ### 1.0.33
733
882
 
883
+ #### FIXED
884
+
734
885
  - Gem dependency updates
735
886
 
736
887
  ### 1.0.30
737
888
 
889
+ #### FIXED
890
+
738
891
  - Fix for array comparison error
739
892
 
740
893
  ### 1.0.29
741
894
 
895
+ #### FIXED
896
+
742
897
  - Bugfixes
743
898
 
744
899
  ### 1.0.28
745
900
 
901
+ #### IMPROVED
902
+
746
903
  - Global option `-x` to skip autotags and default_tags from global/local .doingrc
747
904
  - Remove extra spaces when creating entry
748
905
 
749
906
  ### 1.0.27
750
907
 
908
+ #### IMPROVED
909
+
751
910
  - More graceful writing of default config (~/.doingrc) on first run
752
911
  - Repaired testing setup. Needs moar tests.
753
912
 
754
913
  ### 1.0.26
755
914
 
915
+ #### IMPROVED
916
+
756
917
  - Add `--at` flag for `doing done`, e.g. `doing done --at=1:35pm --took=15m A new task I already finished`
757
918
  - Allow decimal quantities when using natural language for hours or days, e.g. `--took=2.5h`
758
919
  - Add `did` as a synonym for `done` subcommand
759
920
 
760
921
  ### 1.0.25
761
922
 
923
+ #### IMPROVED
924
+
925
+ #### IMPROVED
926
+
762
927
  - Smarter method of getting user $HOME
763
928
  - Improved avoiding duplicate tags when autotagging
764
929
  - Improved autotag reporting
765
930
 
766
931
  ### 1.0.24
767
932
 
933
+ #### IMPROVED
934
+
768
935
  - `doing note` operates on whatever is most recent, not just the last note in Currently
769
936
  - `doing tag` with no count specified operates on most recent entry in any section, not just Currently
770
937
  - `doing tag` with a count greater than 1 requires a section to be specified
@@ -773,6 +940,8 @@ presented
773
940
 
774
941
  ### 1.0.23
775
942
 
943
+ #### IMPROVED
944
+
776
945
  - Apply default_tags after autotagging to avoid tags triggering tags
777
946
  - Set `doing recent` to default to All sections instead of Currently
778
947
  - Fix error in time reporting
@@ -780,25 +949,42 @@ presented
780
949
 
781
950
  ### 1.0.22
782
951
 
783
- - Fix handling of "local" config files, allowing per-project configurations
952
+ #### IMPROVED
953
+
784
954
  - Allow cascading of local config files
785
955
  - Allow `doing today` and `yesterday` to specify a section
786
956
 
957
+ #### FIXED
958
+
959
+ - Fix handling of "local" config files, allowing per-project configurations
960
+
787
961
  ### 1.0.21
788
962
 
963
+ #### NEW
964
+
789
965
  - Add legitimate regex search capabilities
790
966
  - Synonyms for grep (search) and now (next)
967
+
968
+ #### FIXED
969
+
791
970
  - CSS fix
792
971
 
793
972
  ### 1.0.20
794
973
 
795
- - Rewrite HTML export templates with responsive layout and typography
796
- - Ability to customize the HTML output using HAML and CSS
974
+ #### NEW
975
+
797
976
  - New command `doing templates` to export default templates for HAML and CSS
798
977
  - New config options under `html_template` for `haml` and `css`
799
978
 
979
+ #### IMPROVED
980
+
981
+ - Rewrite HTML export templates with responsive layout and typography
982
+ - Ability to customize the HTML output using HAML and CSS
983
+
800
984
  ### 1.0.19
801
985
 
986
+ #### IMPROVED
987
+
802
988
  - For `doing note -e` include the entry title so you know what you're adding a note to
803
989
  - For any other command that allows `-e` include a comment noting that anything after the first line creates a note
804
990
  - Ignore # comments when parsing editor results
@@ -806,25 +992,36 @@ presented
806
992
 
807
993
  ### 1.0.18
808
994
 
809
- - Fix `undefined method [] for nil class` error in `doing view`
995
+ #### IMPROVED
996
+
810
997
  - Loosened up the template color resetting a bit more
811
998
 
999
+ #### FIXED
1000
+
1001
+ - Fix `undefined method [] for nil class` error in `doing view`
1002
+
812
1003
  ### 1.0.17
813
1004
 
1005
+ #### NEW
1006
+
814
1007
  - Add `--stdout` global option to send reporting to STDOUT instead of STDERR (for use with LaunchBar et al)
815
1008
 
816
1009
  ### 1.0.16
817
1010
 
1011
+ #### FIXED
1012
+
818
1013
  - Fixes overzealous color resetting
819
1014
 
820
1015
  ### 1.0.15
821
1016
 
1017
+ #### FIXED
1018
+
822
1019
  - CLI/text totals block was outputting when HTML output was selected
823
1020
  - Have all template colors reset bold and background automatically when called
824
1021
 
825
1022
  ### 1.0.14
826
1023
 
827
- Catching up on the changelog. Kind of. A lot has happened, mostly fixes.
1024
+ #### IMPROVED
828
1025
 
829
1026
  - Fish completion
830
1027
  - views and sections subcommands have -c option to output single column
@@ -834,149 +1031,175 @@ Catching up on the changelog. Kind of. A lot has happened, mostly fixes.
834
1031
 
835
1032
  ### 1.0.13
836
1033
 
1034
+ #### FIXED
1035
+
837
1036
  - Fix gsub error in doing meanwhile
838
1037
 
839
1038
  ### 1.0.8pre
840
1039
 
841
- * JSON output option to view commands
842
- * Added autotagging to tag command
843
- * date filtering, improved date language
844
- * added doing on command
845
- * let view templates define output format (csv, json, html, template)
846
- * add `%chompnote` template variable (item note with newlines and extra whitespace stripped)
1040
+ #### NEW
1041
+
1042
+ - added doing on command
1043
+ - Added autotagging to tag command
1044
+ - JSON output option to view commands
1045
+ - date filtering, improved date language
1046
+ - let view templates define output format (csv, json, html, template)
1047
+
1048
+ #### IMPROVED
1049
+
1050
+ - add `%chompnote` template variable (item note with newlines and extra whitespace stripped)
847
1051
 
848
1052
  ### 1.0.7pre
849
1053
 
850
- * fix for `-v` option
851
- * Slightly fuzzier searching in the grep command
852
- * cleaner exits, `only_timed` key for view configs
853
- * making the note command append new notes better, and load existing notes in the editor if `-e` is called
854
- * handle multiple tag input in `show` tag filter
855
- * Global tag operations, better reporting
1054
+ #### IMPROVED
1055
+
1056
+ - Slightly fuzzier searching in the grep command
1057
+ - cleaner exits, `only_timed` key for view configs
1058
+ - making the note command append new notes better, and load existing notes in the editor if `-e` is called
1059
+ - handle multiple tag input in `show` tag filter
1060
+ - Global tag operations, better reporting
1061
+
1062
+ #### FIXED
1063
+
1064
+ - fix for `-v` option
856
1065
 
857
1066
  ### 1.0.4pre
858
1067
 
859
- * Improved HTML output
860
- * `--only_timed` option for view/show commands that only outputs items with elapsed timers (interval between start and done dates)
861
- * add seconds for timed items in CSV output, run `--only_timed` before chopping off `--count #`
862
- * fix for 1.8.7 `Dir.home` issue
863
- * version bump
864
- * don't show tag totals with zero times
865
- * zsh completion for doing
866
- * HTML styling
867
- * `--only_timed` option
868
- * added zsh completion file to `README.md`
869
- * add zsh completion file
1068
+ #### IMPROVED
1069
+
1070
+ - Improved HTML output
1071
+ - `--only_timed` option for view/show commands that only outputs items with elapsed timers (interval between start and done dates)
1072
+ - add seconds for timed items in CSV output, run `--only_timed` before chopping off `--count #`
1073
+ - fix for 1.8.7 `Dir.home` issue
1074
+ - version bump
1075
+ - don't show tag totals with zero times
1076
+ - zsh completion for doing
1077
+ - HTML styling
1078
+ - `--only_timed` option
1079
+ - added zsh completion file to `README.md`
1080
+ - add zsh completion file
870
1081
 
871
1082
  ### 1.0.3pre
872
1083
 
873
- * `done` command: making `--took` modify start time if `--back` isn't specified
874
- * Cleaned up time totals, improved HTML output
875
- * fixes for `--back` and `--took` parsing
876
- * Adding more complete terminal reporting to archive command
1084
+ #### IMPROVED
1085
+
1086
+ - `done` command: making `--took` modify start time if `--back` isn't specified
1087
+ - Cleaned up time totals, improved HTML output
1088
+ - fixes for `--back` and `--took` parsing
1089
+ - Adding more complete terminal reporting to archive command
877
1090
 
878
1091
  ### 1.0.0pre
879
1092
 
880
- * Skipped ahead in the version numbering. Because I don't care.
881
- * Added a `note` command and `--note` flags for entry creation commands
1093
+ #### IMPROVED
882
1094
 
883
- * * *
1095
+ - Skipped ahead in the version numbering. Because I don't care.
1096
+ - Added a `note` command and `--note` flags for entry creation commands
884
1097
 
885
1098
  ### 0.2.6pre
886
1099
 
887
- * `--totals`, `--[no-]times`, `--output [csv,html]` options for `yesterday` command.
888
- * Add tests for Darwin to hide OS X-only features on other systems
889
- * `-f` flag to `now` command for finishing last task when starting a new one (Looks back for the last unfinished task in the list)
890
- * `--took` option for `done` and `finish` for specifying intervals from the start date for the completion date
891
- * Basic command line reporting
892
- * `--auto` flag for `finish` and `done` that will automatically set the completion time to 1 minute before the next start time in the list. You can use it retroactively to add times to sequential todos.
893
- * `doing grep` for searching by text or regex
1100
+ #### IMPROVED
1101
+
1102
+ - `--totals`, `--[no-]times`, `--output [csv,html]` options for `yesterday` command.
1103
+ - Add tests for Darwin to hide OS X-only features on other systems
1104
+ - `-f` flag to `now` command for finishing last task when starting a new one (Looks back for the last unfinished task in the list)
1105
+ - `--took` option for `done` and `finish` for specifying intervals from the start date for the completion date
1106
+ - Basic command line reporting
1107
+ - `--auto` flag for `finish` and `done` that will automatically set the completion time to 1 minute before the next start time in the list. You can use it retroactively to add times to sequential todos.
1108
+ - `doing grep` for searching by text or regex
894
1109
 
895
1110
  ### 0.2.5
896
1111
 
897
- * Default to showing times #26, show totals even if no tags exist #27, fix indentation #29
898
- * Add section label to archived tasks automatically, excepting `Currently` section
899
- * Today outputs and backdate for finish
900
- * HTML styling and fix for 1.8.7 HAML errors
901
- * Look, HTML output! (`--output html`)
902
- * Also, `--output csv`
903
- * let doing `archive` function on all sections
904
- * option to exclude date from _@done_,
905
- * output newlines in sections and views
906
- * Flagging (`doing mark`)
907
- * fix for view/section guess error
908
- * Adding tag filtering to archive command (`doing archive \@done`)
909
- * `doing yesterday`
910
- * `doing done -r` to remove last doing tag (optionally from `-s Section`)
911
- * Add `-f` flag to specify alternate doing file
912
- * `meanwhile` command
1112
+ #### IMPROVED
1113
+
1114
+ - Default to showing times #26, show totals even if no tags exist #27, fix indentation #29
1115
+ - Add section label to archived tasks automatically, excepting `Currently` section
1116
+ - Today outputs and backdate for finish
1117
+ - HTML styling and fix for 1.8.7 HAML errors
1118
+ - Look, HTML output! (`--output html`)
1119
+ - Also, `--output csv`
1120
+ - let doing `archive` function on all sections
1121
+ - option to exclude date from _@done_,
1122
+ - output newlines in sections and views
1123
+ - Flagging (`doing mark`)
1124
+ - fix for view/section guess error
1125
+ - Adding tag filtering to archive command (`doing archive \@done`)
1126
+ - `doing yesterday`
1127
+ - `doing done -r` to remove last doing tag (optionally from `-s Section`)
1128
+ - Add `-f` flag to specify alternate doing file
1129
+ - `meanwhile` command
913
1130
 
914
1131
  ### 0.2.1
915
1132
 
1133
+ #### IMPROVED
1134
+
916
1135
  - CSV output for show command (`--csv`)
917
1136
  - HTML output for show command (`--output html`)
918
1137
  - fuzzy searching for all commands that specify a view.
919
- - In the terminal, you'll see "Assume you meant XXX" to show what match it found, but this is output to STDERR (and won't show up if you're redirecting the output or using it in GeekTool, etc.)
1138
+ - In the terminal, you'll see "Assume you meant XXX" to show what match it found, but this is output to STDERR (and won't show up if you're redirecting the output or using it in GeekTool, etc.)
920
1139
  - `tags_color` in view config to highlight tags at the end of the lines. Can be set to any of the `%colors`.
921
1140
  - Basic time tracking.
922
- - `-t` on `show` and `view` will turn on time calculations
923
- - Intervals between timestamps and dated _@done_ tags are calculated for each line, if the tag exists.
924
- - You must include a `%interval` token in the appropriate template for it to show
925
- - _@start(date)_ tags can optionally be used to override the timestamp in the calculation
926
- - Any other tags in the line have that line's total added to them
927
- - Totals for tags can be displayed at the end of output with `--totals`
1141
+ - `-t` on `show` and `view` will turn on time calculations
1142
+ - Intervals between timestamps and dated _@done_ tags are calculated for each line, if the tag exists.
1143
+ - You must include a `%interval` token in the appropriate template for it to show
1144
+ - _@start(date)_ tags can optionally be used to override the timestamp in the calculation
1145
+ - Any other tags in the line have that line's total added to them
1146
+ - Totals for tags can be displayed at the end of output with `--totals`
928
1147
 
929
1148
 
930
1149
  ### 0.2.0
931
1150
 
1151
+ #### IMPROVED
1152
+
932
1153
  - `doing done` without argument tags last entry done
933
- - `-a` archives them
1154
+ - `-a` archives them
934
1155
  - `doing finish` or `doing finish X` marks last X entries done
935
- - `-a` archives them
1156
+ - `-a` archives them
936
1157
  - `doing tag tag1 [tag2]` tags last entry or `-c X` entries
937
- - `doing tag -r tag1 [tag2]` removes said tag(s)
1158
+ - `doing tag -r tag1 [tag2]` removes said tag(s)
938
1159
  - custom views additions
939
- - custom views can include `tags` and `tags_bool`
940
- - `tags` is a space-separated list of tags to filter the results by
941
- - `tags_bool` defines `AND` (all tags must exist), `OR` (any tag exists), or `NONE` (none of the tags exist)
942
- - `order` key (`asc` or `desc`) defines output sort order by date
943
- - section key can be set to `All` to combine sections
1160
+ - custom views can include `tags` and `tags_bool`
1161
+ - `tags` is a space-separated list of tags to filter the results by
1162
+ - `tags_bool` defines `AND` (all tags must exist), `OR` (any tag exists), or `NONE` (none of the tags exist)
1163
+ - `order` key (`asc` or `desc`) defines output sort order by date
1164
+ - section key can be set to `All` to combine sections
944
1165
  - `doing show` updates
945
- - accepts `all` as a section
946
- - arguments following section name are tags to filter by
947
- - `-b` sets boolean (`AND`, `OR`, `NONE`) or (`ALL`, `ANY`, `NONE`) (default `OR`/`ANY`)
948
- - use `-c X` to limit results
949
- - use `-s` to set sort order (`asc` or `desc`)
950
- - use `-a` to set age (`newest` or `oldest`)
1166
+ - accepts `all` as a section
1167
+ - arguments following section name are tags to filter by
1168
+ - `-b` sets boolean (`AND`, `OR`, `NONE`) or (`ALL`, `ANY`, `NONE`) (default `OR`/`ANY`)
1169
+ - use `-c X` to limit results
1170
+ - use `-s` to set sort order (`asc` or `desc`)
1171
+ - use `-a` to set age (`newest` or `oldest`)
951
1172
  - fuzzy section guessing when specified section isn't found
952
1173
  - fuzzy view guessing for `doing view` command
953
1174
 
954
- * * *
955
-
956
1175
  ### 0.1.9
957
1176
 
1177
+ #### IMPROVED
1178
+
958
1179
  - colors in templated output
959
1180
  - `open` command
960
- - opens in the default app for file type
961
- - `-a APPNAME` (`doing open -a TaskPaper`)
962
- - `-b bundle_id` (`doing open -b com.sublimetext.3`)
1181
+ - opens in the default app for file type
1182
+ - `-a APPNAME` (`doing open -a TaskPaper`)
1183
+ - `-b bundle_id` (`doing open -b com.sublimetext.3`)
963
1184
  - `-e` switch for `now`, `later` and `done` commands
964
- - save a tmp file and open it in an editor
965
- - allows multi-line entries, anything after first line is considered a note
966
- - assumed when no input is provided (`doing now`)
1185
+ - save a tmp file and open it in an editor
1186
+ - allows multi-line entries, anything after first line is considered a note
1187
+ - assumed when no input is provided (`doing now`)
967
1188
  - `doing views` shows all available custom views
968
1189
  - `doing view` without a view name will let you choose a view from a menu
969
1190
  - `doing archive` fixed so that `-k X` works to keep `X` number of entries in the section
970
1191
 
971
1192
  ### 0.1.7
972
1193
 
1194
+ #### IMPROVED
1195
+
973
1196
  - colors in templated output
974
1197
  - `open` command
975
- - opens in the default app for file type
976
- - `-a APPNAME` (`doing open -a TaskPaper`)
977
- - `-b bundle_id` (`doing open -b com.sublimetext.3`)
1198
+ - opens in the default app for file type
1199
+ - `-a APPNAME` (`doing open -a TaskPaper`)
1200
+ - `-b bundle_id` (`doing open -b com.sublimetext.3`)
978
1201
  - `-e` switch for `now`, `later`, and `done` commands
979
- - save a tmp file and open it in an editor
980
- - allows multi-line entries, anything after first line is considered a note
981
- - assumed when no input is provided (`doing now`)
1202
+ - save a tmp file and open it in an editor
1203
+ - allows multi-line entries, anything after first line is considered a note
1204
+ - assumed when no input is provided (`doing now`)
982
1205