File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change
1
+ ### 1.0.78
2
+
3
+ - If no action is specified with select command, an interactive menu is
4
+ presented
5
+ - add output action select command with formatting and save options
6
+ - Don't link urls in html output that don't have a protocol
7
+
1
8
### 1.0.76
2
9
3
10
- Refine editing multiple selections (doing select)
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ If there's something I want to look at later but doesn't need to be added to a t
27
27
28
28
## Installation
29
29
30
- The current version of ` doing ` is <!-- VER--> 1.0.75 <!-- END VER--> .
30
+ The current version of ` doing ` is <!-- VER--> 1.0.76 <!-- END VER--> .
31
31
32
32
$ [sudo] gem install doing
33
33
Original file line number Diff line number Diff line change 1
1
module Doing
2
- VERSION = '1.0.77 '
2
+ VERSION = '1.0.78 '
3
3
end
You can’t perform that action at this time.
0 commit comments