-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
151 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# CHANGELOG | ||
|
||
## 1.2.4 | ||
|
||
- Way better searching, progressively fuzzier until a match is found | ||
- Only ever show the best result, no point in showing a ton of matches | ||
- Use fzf if available, for searching and for filtering multiple matches | ||
|
||
## 1.2.3 | ||
|
||
- Bugfixes | ||
|
||
## 1.2.2 | ||
|
||
- OR query when AND failed was way too broad, replaced | ||
with phrase and no boolean | ||
- Added debugging | ||
|
||
## 1.2.1 | ||
|
||
- Colorize output | ||
- List all known questions with -l | ||
|
||
## 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 | ||
- Allow multi-line input when adding interactively | ||
- Allow '#atag' to translate to 'tag:atag' in spotlight search | ||
- Allow configuration via environment variables | ||
|
||
## 1.1.1 | ||
|
||
- Only opens url/copies code from one note if there are multiple answers |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters