Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ttscoff committed Sep 14, 2021
1 parent 6b64841 commit df63a82
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions qq
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
# $ qq -p "This is the question"
#
# If no arguments are provided with -a or -p, input will be
# requested interactively.
# requested interactively. If used with -e, answer will be
# opened in editor.
#
# To edit an existing answer or use the editor to answer a
# new question, add the `-e` flag. If used alone, the first
Expand All @@ -36,8 +37,11 @@
# export QQ_NOTES_EXT="md"
#
# CHANGELOG
# 1.2.1
# - Colorize output
# - List all known questions with -l
#
# 1.2.0 - 2021-09-14
# 1.2.0
# - Add -p switch to pull answer from clipboard when adding a question
# - Improve option parsing
# - Allow -e when adding answer to open new question file in editor
Expand Down

0 comments on commit df63a82

Please sign in to comment.