Skip to content

Commit

Permalink
Bumping to v0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cantino committed Dec 24, 2023
1 parent a2c31f8 commit 3d2358d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.8.4 - Dec 24, 2023
- Remove spurious print when moving files.
- PowerShell improvements (thanks @Namorzyny and @YoshidaRyoko!)

0.8.3 - Dec 3, 2023
- Add support for exporting command history matching a regex or date range (thanks @TD-Sky!)
- Add Windows and Powershell support (thanks @jtschuster!)
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.

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.8.3"
version = "0.8.4"
authors = ["Andrew Cantino <[email protected]>"]
edition = "2021"
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 3d2358d

Please sign in to comment.