From 2ab923f3ae04d5e915e5ff4a9cd3bd515bfd1ea5 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sun, 16 Nov 2025 20:02:39 +0900 Subject: [PATCH] 0.67.0 --- .goreleaser.yml | 3 +++ install | 3 ++- install.ps1 | 2 +- main.go | 2 +- man/man1/fzf-tmux.1 | 2 +- man/man1/fzf.1 | 2 +- 6 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 3eec6a35..9d21bffa 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -22,6 +22,7 @@ builds: - loong64 - ppc64le - s390x + - riscv64 goarm: - "5" - "6" @@ -39,6 +40,8 @@ builds: goarch: arm64 - goos: openbsd goarch: arm64 + - goos: openbsd + goarch: riscv64 - goos: android goarch: amd64 - goos: android diff --git a/install b/install index 5961bbf2..6d0149e4 100755 --- a/install +++ b/install @@ -2,7 +2,7 @@ set -u -version=0.66.1 +version=0.67.0 auto_completion= key_bindings= update_config=2 @@ -177,6 +177,7 @@ case "$archi" in Linux\ aarch64\ Android) download fzf-$version-android_arm64.tar.gz ;; Linux\ aarch64*) download fzf-$version-linux_arm64.tar.gz ;; Linux\ loongarch64*) download fzf-$version-linux_loong64.tar.gz ;; + Linux\ riscv64*) download fzf-$version-linux_riscv64.tar.gz ;; Linux\ ppc64le*) download fzf-$version-linux_ppc64le.tar.gz ;; Linux\ *64*) download fzf-$version-linux_amd64.tar.gz ;; Linux\ s390x*) download fzf-$version-linux_s390x.tar.gz ;; diff --git a/install.ps1 b/install.ps1 index c45223ef..671229ce 100644 --- a/install.ps1 +++ b/install.ps1 @@ -1,4 +1,4 @@ -$version="0.66.1" +$version="0.67.0" $fzf_base=Split-Path -Parent $MyInvocation.MyCommand.Definition diff --git a/main.go b/main.go index 5ea69ea9..0a2f9ade 100644 --- a/main.go +++ b/main.go @@ -11,7 +11,7 @@ import ( "github.com/junegunn/fzf/src/protector" ) -var version = "0.66" +var version = "0.67" var revision = "devel" //go:embed shell/key-bindings.bash diff --git a/man/man1/fzf-tmux.1 b/man/man1/fzf-tmux.1 index 59b1fb3a..640cb6b0 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 "Oct 2025" "fzf 0.66.1" "fzf\-tmux - open fzf in tmux split pane" +.TH fzf\-tmux 1 "Nov 2025" "fzf 0.67.0" "fzf\-tmux - open fzf in tmux split pane" .SH NAME fzf\-tmux - open fzf in tmux split pane diff --git a/man/man1/fzf.1 b/man/man1/fzf.1 index 48cef184..a9e4cb96 100644 --- a/man/man1/fzf.1 +++ b/man/man1/fzf.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 1 "Oct 2025" "fzf 0.66.1" "fzf - a command-line fuzzy finder" +.TH fzf 1 "Nov 2025" "fzf 0.67.0" "fzf - a command-line fuzzy finder" .SH NAME fzf - a command-line fuzzy finder