doing 2.1.25 → 2.1.29

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