From 6765f464a60e39afc20775f54f7ba40896bf1b81 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Mon, 6 Jul 2026 22:11:35 +0900 Subject: [PATCH] 0.74.0 --- CHANGELOG.md | 8 +++++--- RELEASE.md | 2 +- install | 2 +- install.ps1 | 2 +- main.go | 2 +- man/man1/fzf-tmux.1 | 2 +- man/man1/fzf.1 | 2 +- 7 files changed, 11 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b001ac14..8fc8870e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,16 @@ CHANGELOG ========= -0.74.0 (WIP) ------------- +0.74.0 +------ +_Release highlights: https://junegunn.github.io/fzf/releases/0.74.0/_ + - On tmux 3.7 or above, `--popup` starts fzf in a floating pane instead of a popup (#4850) - Unlike a popup, a floating pane is not modal; you can switch to other panes and windows while fzf is running, move and resize the pane with the mouse, zoom it to fullscreen, and use copy-mode in it - A floating pane always has a native border, which is what makes the pane movable and resizable, so `border-native` is implied - A popup is used instead when a border style is explicitly specified with `--border`, so that the fzf-drawn border is the only border shown (`none` and `line` are treated as no border) ```sh - fzf --popup --border rounded + fzf --popup --border ``` - `--border-label` is set as the title of the floating pane, and is displayed on the border if `pane-border-status` is enabled in tmux ```sh diff --git a/RELEASE.md b/RELEASE.md index d50cc861..68d35465 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -18,7 +18,7 @@ triggered by a tag push. 2. Verify file consistency, sign the tag, and push the tag. ```sh - make tag VERSION=0.73.1 + make tag VERSION=0.74.0 ``` `make tag` runs `prerelease` first (checks that the version diff --git a/install b/install index 271493ec..24af856d 100755 --- a/install +++ b/install @@ -2,7 +2,7 @@ set -u -version=0.73.1 +version=0.74.0 auto_completion= key_bindings= update_config=2 diff --git a/install.ps1 b/install.ps1 index 18c3563f..faed426b 100644 --- a/install.ps1 +++ b/install.ps1 @@ -1,4 +1,4 @@ -$version="0.73.1" +$version="0.74.0" $fzf_base=Split-Path -Parent $MyInvocation.MyCommand.Definition diff --git a/main.go b/main.go index 3bad3043..2e9798be 100644 --- a/main.go +++ b/main.go @@ -11,7 +11,7 @@ import ( "github.com/junegunn/fzf/src/protector" ) -var version = "0.73" +var version = "0.74" var revision = "devel" //go:embed shell/key-bindings.bash diff --git a/man/man1/fzf-tmux.1 b/man/man1/fzf-tmux.1 index 029f9f40..1451ca41 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 "May 2026" "fzf 0.73.1" "fzf\-tmux - open fzf in tmux split pane" +.TH fzf\-tmux 1 "Jul 2026" "fzf 0.74.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 481c9c17..cc3b74a4 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 "May 2026" "fzf 0.73.1" "fzf - a command-line fuzzy finder" +.TH fzf 1 "Jul 2026" "fzf 0.74.0" "fzf - a command-line fuzzy finder" .SH NAME fzf - a command-line fuzzy finder