diff --git a/CHANGELOG.md b/CHANGELOG.md index 28e12ca9..0f4f54f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ CHANGELOG ========= +0.73.1 +------ +- Bug fixes + - Skip `$FZF_CURRENT_ITEM` export when the item contains a NUL byte; `exec(2)` rejects the env, breaking preview and other child commands (#2395) + - Fixed O(n^2) HTTP body accumulation in `--listen`; a single ~390 KB request could block the single-threaded server for ~8 s (Michal Majchrowicz, Marcin Wyczechowski, AFINE Team) + 0.73.0 ------ _Release highlights: https://junegunn.github.io/fzf/releases/0.73.0/_ diff --git a/RELEASE.md b/RELEASE.md index f4189905..d50cc861 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.0 + make tag VERSION=0.73.1 ``` `make tag` runs `prerelease` first (checks that the version diff --git a/install b/install index 1e9f7788..27712357 100755 --- a/install +++ b/install @@ -2,7 +2,7 @@ set -u -version=0.73.0 +version=0.73.1 auto_completion= key_bindings= update_config=2 diff --git a/install.ps1 b/install.ps1 index 429e3430..18c3563f 100644 --- a/install.ps1 +++ b/install.ps1 @@ -1,4 +1,4 @@ -$version="0.73.0" +$version="0.73.1" $fzf_base=Split-Path -Parent $MyInvocation.MyCommand.Definition diff --git a/man/man1/fzf-tmux.1 b/man/man1/fzf-tmux.1 index 24731a4a..029f9f40 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.0" "fzf\-tmux - open fzf in tmux split pane" +.TH fzf\-tmux 1 "May 2026" "fzf 0.73.1" "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 266161c1..c5d330d2 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.0" "fzf - a command-line fuzzy finder" +.TH fzf 1 "May 2026" "fzf 0.73.1" "fzf - a command-line fuzzy finder" .SH NAME fzf - a command-line fuzzy finder