Skip to content

Commit

Permalink
Bumping to v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cantino committed Jun 3, 2023
1 parent 29dc607 commit edead41
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
0.8.1 - Jun 3, 2023
- Fix use of MCFLY_DISABLE_MENU (thanks @barklan!)
- Support Fish private mode support (thanks @Aeron!)
- Always set MCFLY_HISTORY in zsh to support subshells (thanks @utkarshgupta137!)
- Allow linking mcfly with system-provided sqlite with sqlite-bundled feature flag (thanks @jirutka!)
- And allow sourcing in zsh more than once (thanks @ahatzz11 and @deekshithanand!)
- Reduce size by removing unnecessary/unused regex features (thanks @jirutka!)
- Add per-directory history (thanks @rawkode!)

0.8.0 - Mar 6, 2023
- Add forward-compatibility check for database schema (thanks @bnprks!)
- Add MCFLY_DISABLE_RUN_COMMAND option to disable command running (thanks @chaserhkj!)
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.0"
version = "0.8.1"
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

0 comments on commit edead41

Please sign in to comment.