Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
konradsz committed Aug 8, 2023
1 parent d7a1ab5 commit 8588755
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v1.2.0 (2023-08-08)
***
- support multiple search paths
- Ctrl+c closes an application
- allow to change search pattern without closing an app

## v1.1.0 (2023-01-29)
***
- add error handling in case of editor process spawning failure
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.1.0"
version = "1.2.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.1.0"
version "1.2.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 "228616570faa857d7fb880c186b246598f7e79446356271d7e88b257cf6e8ee0"
sha256 "f987d7659654b45d84989dd6cf8a491aaba70369b0caf4d5cb8fd88294885ed0"

def install
bin.install "ig"
Expand Down
8 changes: 4 additions & 4 deletions bucket/igrep.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "1.1.0",
"version": "1.2.0",
"description": "Runs grep (ripgrep's library) and allows to interactively pick its results and open selected match in a text editor.",
"homepage": "https://github.com/konradsz/igrep",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/konradsz/igrep/releases/download/v1.1.0/igrep-v1.1.0-x86_64-pc-windows-msvc.zip",
"hash": "126f250c2050ac3c2fff8f6d1bf4e9167f2d75433725333844dd20799c9690cd"
"url": "https://github.com/konradsz/igrep/releases/download/v1.2.0/igrep-v1.2.0-x86_64-pc-windows-msvc.zip",
"hash": "f58559e76d966177c1592446202f2d320cb5855d8eb16c978a7eedbb91ba8ae2"
}
},
"bin": "ig.exe"
}
}

0 comments on commit 8588755

Please sign in to comment.