diff --git a/CHANGELOG.md b/CHANGELOG.md index aedb5714..13daeb2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### 1.0.78 + +- If no action is specified with select command, an interactive menu is +presented +- add output action select command with formatting and save options +- Don't link urls in html output that don't have a protocol + ### 1.0.76 - Refine editing multiple selections (doing select) diff --git a/README.md b/README.md index fbe9fc74..95421137 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ If there's something I want to look at later but doesn't need to be added to a t ## Installation -The current version of `doing` is 1.0.75. +The current version of `doing` is 1.0.76. $ [sudo] gem install doing diff --git a/lib/doing/version.rb b/lib/doing/version.rb index ea0d4ed9..93fc198d 100644 --- a/lib/doing/version.rb +++ b/lib/doing/version.rb @@ -1,3 +1,3 @@ module Doing - VERSION = '1.0.77' + VERSION = '1.0.78' end