Skip to content

Commit

Permalink
Version v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cantino committed Dec 9, 2018
1 parent ae641b6 commit 7743aa0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.2.5 - Dec 9, 2018
- Prevent clobbering of command return statuses (thanks @gwk)
- Add Ctrl-n and Ctrl-p mappings (thanks @greyblake)
- Support spaces in HISTFILE (thanks @markusjevringgoeuro)
- Recompiled with Rust rustc 1.31.0 to fix segfaults
0.2.4 - Dec 4, 2018
- Important update: fixes bug where historical directory paths would be incorrectly updated when a directory that was a
prefix of another was moved, resulting in historical directory references that never actually existed.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
[package]
name = "mcfly"
version = "0.2.4"
version = "0.2.5"
authors = ["Andrew Cantino <[email protected]>"]
description = "McFly replaces your default ctrl-r Bash 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."
license = "MIT"
license-file = "LICENSE"
repository = "https://github.com/cantino/mcfly"
exclude = [
"HomebrewFormula",
Expand Down

0 comments on commit 7743aa0

Please sign in to comment.