Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
konradsz committed Sep 8, 2024
1 parent 0e82862 commit aa6b762
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## v1.3.0 (2024-09-08)
***
- locate editor executable using `which` crate
- add `-w`/`--word-regexp` arg
- add option to open Context Viewer at startup
- add follow symlinks option
- ability to specify custom command
- read custom editor from environment
- add `less` as an editor option
- add a keybindings popup
- add keybindings for changing context viewer size
- fix flushing infinitely when opening nvim with no results found

## v1.2.0 (2023-08-08)
***
- support multiple search paths
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 = "igrep"
version = "1.2.0"
version = "1.3.0"
authors = ["Konrad Szymoniak <szymoniak.konrad@gmail.com>"]
license = "MIT"
description = "Interactive Grep"
Expand Down
4 changes: 2 additions & 2 deletions HomebrewFormula/igrep.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
class Igrep < Formula
version "1.2.0"
version "1.3.0"
desc "Interactive Grep"
homepage "https://github.com/konradsz/igrep"
url "https://github.com/konradsz/igrep/releases/download/v#{version}/igrep-v#{version}-x86_64-apple-darwin.tar.gz"
sha256 "f987d7659654b45d84989dd6cf8a491aaba70369b0caf4d5cb8fd88294885ed0"
sha256 "75deeaddb51c85e917ed4182c9bfbff356cc3cc8e70ac721d09bf2a55f34ae75"

def install
bin.install "ig"
Expand Down

0 comments on commit aa6b762

Please sign in to comment.