doing 2.1.22 → 2.1.26

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