Skip to content

Commit

Permalink
Changelog and deprecate brew tap
Browse files Browse the repository at this point in the history
  • Loading branch information
cantino committed Dec 3, 2023
1 parent 8d23d89 commit 519f6c2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 16 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
0.8.2 - Dec 3, 2023
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!)
- Add deprecation warning on brew tap.

0.8.1 - Jun 3, 2023
- Fix use of MCFLY_DISABLE_MENU (thanks @barklan!)
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.2"
version = "0.8.3"
authors = ["Andrew Cantino <cantino@users.noreply.github.com>"]
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
18 changes: 5 additions & 13 deletions pkg/brew/mcfly.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,12 @@ def install

def caveats
<<~EOS
ONE MORE STEP!
DEPRECATED! mcfly is now in the core homebrew repository and you don't need this tap.
Please run:
Add the following to the end of your ~/.bashrc, ~/.zshrc, or ~/.config/fish/config.fish file.
Bash:
eval "$(mcfly init bash)"
Zsh:
eval "$(mcfly init zsh)"
Fish:
mcfly init fish | source
You will need to restart your terminal when first installing and on some updates. If you receive a McFly error when running commands, try restarting your terminal.
brew uninstall mcfly
brew untap cantino/mcfly
brew install mcfly
EOS
end
end

0 comments on commit 519f6c2

Please sign in to comment.