Skip to content

Commit

Permalink
Bumping to v0.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
cantino committed Jun 27, 2021
1 parent f37201f commit 18d39e5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
0.5.7 - Jun 27, 2021
- Document MCFLY_RESULTS config value
- Initialize database inside a transaction for speed (thanks @SafariMonkey!)
- Move to cantino/homebrew-mcfly for tap install
- Show run time of commands (thanks @dmfay!)
- Clean PROMPT_COMMAND before joining with a semicolon in Bash
- Fix zsh interactivity test
- Make ^d delete forward (thanks @rbutoi!)
- Move to Github Actions for build and add install script instructions (thanks @praveenperera!)
0.5.6 - Apr 1, 2021
- Fix fish shell initialization (thanks @domoritz)
- Fix fish shell escaping (thanks @scooter-dangle!)
Expand Down
4 changes: 3 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mcfly"
version = "0.5.6"
version = "0.5.7"
authors = ["Andrew Cantino <[email protected]>"]
edition = "2018"
description = "McFly replaces your default ctrl-r shell history search with an intelligent search engine that takes into account your working directory and the context of recently executed commands. McFly's suggestions are prioritized in real time with a small neural network."
Expand Down

0 comments on commit 18d39e5

Please sign in to comment.