diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 53fa6b4..8047051 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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!) diff --git a/Cargo.lock b/Cargo.lock index cb0f234..bea730d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -682,7 +682,7 @@ dependencies = [ [[package]] name = "mcfly" -version = "0.8.3" +version = "0.8.4" dependencies = [ "autopilot", "chrono", diff --git a/Cargo.toml b/Cargo.toml index ce71206..94c75d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mcfly" -version = "0.8.3" +version = "0.8.4" authors = ["Andrew Cantino "] 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."