From 260a65b0fbf5017146242b827db1cc3dd8dc90f2 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Wed, 1 May 2024 10:10:25 +0900 Subject: [PATCH] 0.51.0 --- .goreleaser.yml | 4 ++-- CHANGELOG.md | 7 ++++--- install | 2 +- install.ps1 | 2 +- main.go | 2 +- man/man1/fzf-tmux.1 | 2 +- man/man1/fzf.1 | 2 +- 7 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 86e821f0..cf130d75 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -21,7 +21,7 @@ builds: sh -c ' cat > /tmp/fzf-gon-amd64.hcl << EOF source = ["./dist/fzf-macos_darwin_amd64_v1/fzf"] - bundle_id = "kr.junegunn.fzf" + bundle_id = "junegunn.fzf" sign { application_identity = "Developer ID Application: Junegunn Choi (Y254DRW44Z)" } @@ -47,7 +47,7 @@ builds: sh -c ' cat > /tmp/fzf-gon-arm64.hcl << EOF source = ["./dist/fzf-macos-arm_darwin_arm64/fzf"] - bundle_id = "kr.junegunn.fzf" + bundle_id = "junegunn.fzf" sign { application_identity = "Developer ID Application: Junegunn Choi (Y254DRW44Z)" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e66fb1c..fd594864 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,9 +25,10 @@ CHANGELOG - `change-multi` - enable multi-select mode with no limit - `change-multi(NUM)` - enable multi-select mode with a limit - `change-multi(0)` - disable multi-select mode -- `become` action is now supported on Windows - - Unlike in *nix, this does not use `execve(2)`. Instead it spawns a new process and waits for it to finish, so the exact behavior may differ. -- Fixed argument escaping for Windows cmd.exe +- Windows improvements + - `become` action is now supported on Windows + - Unlike in *nix, this does not use `execve(2)`. Instead it spawns a new process and waits for it to finish, so the exact behavior may differ. + - Fixed argument escaping for Windows cmd.exe. No redundant escaping of backslashes. - Bug fixes and improvements 0.50.0 diff --git a/install b/install index e4529900..c05cfbef 100755 --- a/install +++ b/install @@ -2,7 +2,7 @@ set -u -version=0.50.0 +version=0.51.0 auto_completion= key_bindings= update_config=2 diff --git a/install.ps1 b/install.ps1 index deb97490..a98cface 100644 --- a/install.ps1 +++ b/install.ps1 @@ -1,4 +1,4 @@ -$version="0.50.0" +$version="0.51.0" $fzf_base=Split-Path -Parent $MyInvocation.MyCommand.Definition diff --git a/main.go b/main.go index ba1979fa..768148ef 100644 --- a/main.go +++ b/main.go @@ -9,7 +9,7 @@ import ( "github.com/junegunn/fzf/src/protector" ) -var version string = "0.50" +var version string = "0.51" var revision string = "devel" //go:embed shell/key-bindings.bash diff --git a/man/man1/fzf-tmux.1 b/man/man1/fzf-tmux.1 index 750a5904..f2166284 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 2024" "fzf 0.50.0" "fzf-tmux - open fzf in tmux split pane" +.TH fzf-tmux 1 "May 2024" "fzf 0.51.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 8e79c2e4..9b08f239 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 "Apr 2024" "fzf 0.50.0" "fzf - a command-line fuzzy finder" +.TH fzf 1 "May 2024" "fzf 0.51.0" "fzf - a command-line fuzzy finder" .SH NAME fzf - a command-line fuzzy finder