summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2022-07-21 22:46:34 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2022-07-21 22:46:34 +0900
commita0ef8987fb5374452d08f32352cfa6933371ee54 (patch)
treeda1697fb4a89f9e928566dece1388db088ff0b18
parent3af5b7f2ace3e2cfcd64ab9c38e2b393680f2e6e (diff)
0.31.00.31.0
-rw-r--r--CHANGELOG.md4
-rwxr-xr-xinstall2
-rw-r--r--install.ps12
-rw-r--r--main.go2
-rw-r--r--man/man1/fzf-tmux.12
5 files changed, 6 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dc1e3eb9..14b548d5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,8 +13,8 @@ CHANGELOG
# Or you can just hide it like so
fzf --preview 'cat {}' --preview-window '<50(hidden)'
```
-- Use SGR mouse mode to support larger terminals
-- You can now use characters that does not satisfy `unicode.IsGraphic` constraint
+- fzf now uses SGR mouse mode to properly support mouse on larger terminals
+- You can now use characters that do not satisfy `unicode.IsGraphic` constraint
for `--marker`, `--pointer`, and `--ellipsis`. Allows Nerd Fonts and stuff.
Use at your own risk.
- Bug fixes and improvements
diff --git a/install b/install
index 6d39abc1..b9f8f4ef 100755
--- a/install
+++ b/install
@@ -2,7 +2,7 @@
set -u
-version=0.30.0
+version=0.31.0
auto_completion=
key_bindings=
update_config=2
diff --git a/install.ps1 b/install.ps1
index e154b108..28b50a97 100644
--- a/install.ps1
+++ b/install.ps1
@@ -1,4 +1,4 @@
-$version="0.30.0"
+$version="0.31.0"
$fzf_base=Split-Path -Parent $MyInvocation.MyCommand.Definition
diff --git a/main.go b/main.go
index 24a8b3d2..82401949 100644
--- a/main.go
+++ b/main.go
@@ -5,7 +5,7 @@ import (
"github.com/junegunn/fzf/src/protector"
)
-var version string = "0.30"
+var version string = "0.31"
var revision string = "devel"
func main() {
diff --git a/man/man1/fzf-tmux.1 b/man/man1/fzf-tmux.1
index 5667c7f1..ea5591f5 100644
--- a/man/man1/fzf-tmux.1
+++ b/man/man1/fzf-tmux.1
@@ -21,7 +21,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
..
-.TH fzf-tmux 1 "Apr 2022" "fzf 0.30.0" "fzf-tmux - open fzf in tmux split pane"
+.TH fzf-tmux 1 "Jul 2022" "fzf 0.31.0" "fzf-tmux - open fzf in tmux split pane"
.SH NAME
fzf-tmux - open fzf in tmux split pane