Skip to content

Commit 4e96d87

Browse files
committed
Bumping to v0.9.3
1 parent a84f00e commit 4e96d87

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.9.3 - Feb 11, 2025
2+
- Fix PowerShell VIM key scheme duplicates keypresses (thanks @jtschuster)
3+
- Display more results by default (thanks @kentakom1213) and scrolling (thanks @kentakom1213)
4+
- Hopefully fix occasional sort panics (thanks @unexge)
5+
16
0.9.2 - Aug 11, 2024
27
- Numerous bash fixes (thanks @akinomyoga)
38
- Bind to both emacs and vi-insert keymaps in Bash (thanks @akinomyoga)

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mcfly"
3-
version = "0.9.2"
3+
version = "0.9.3"
44
authors = ["Andrew Cantino <[email protected]>"]
55
edition = "2021"
66
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."

0 commit comments

Comments
 (0)