Skip to content

Commit 00b309d

Browse files
committed
v1.3.0
1 parent 0e82862 commit 00b309d

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## v1.3.0 (2024-09-08)
2+
***
3+
- locate editor executable using `which` crate
4+
- add `-w`/`--word-regexp` arg
5+
- add option to open Context Viewer at startup
6+
- add follow symlinks option
7+
- ability to specify custom command
8+
- read custom editor from environment
9+
- add `less` as an editor option
10+
- add a keybindings popup
11+
- add keybindings for changing context viewer size
12+
- fix flushing infinitely when opening nvim with no results found
13+
114
## v1.2.0 (2023-08-08)
215
***
316
- support multiple search paths

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "igrep"
3-
version = "1.2.0"
3+
version = "1.3.0"
44
authors = ["Konrad Szymoniak <szymoniak.konrad@gmail.com>"]
55
license = "MIT"
66
description = "Interactive Grep"

HomebrewFormula/igrep.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
class Igrep < Formula
2-
version "1.2.0"
2+
version "1.3.0"
33
desc "Interactive Grep"
44
homepage "https://github.com/konradsz/igrep"
55
url "https://github.com/konradsz/igrep/releases/download/v#{version}/igrep-v#{version}-x86_64-apple-darwin.tar.gz"
6-
sha256 "f987d7659654b45d84989dd6cf8a491aaba70369b0caf4d5cb8fd88294885ed0"
6+
sha256 "33908e25d904d7652f2bc749a16beaae86b9529f83aeae8ca6834dddfc2b0a9d"
77

88
def install
99
bin.install "ig"

0 commit comments

Comments
 (0)