From b2fa5de54d5acdea77babeb367b4f96d0ee374be Mon Sep 17 00:00:00 2001 From: David Adam Date: Mon, 27 Apr 2020 21:56:03 +0800 Subject: [PATCH] Release 3.1.1 --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76c005362..8636bb8b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# fish 3.1.1 +# fish 3.1.1 (released April 27, 2020) This release of fish fixes a number of major issues discovered in fish 3.1.0. @@ -26,13 +26,15 @@ This release of fish fixes a number of major issues discovered in fish 3.1.0. - `help` prefers to use `xdg-open`, avoiding the use of `open` on Debian systems where this command is actually `openvt` (#6739). - Command lines starting with a space, which are not saved in history, now do not get autosuggestions. This fixes an issue with Midnight Commander integration (#6763), but may be changed in a future version. - Copying to the clipboard no longer inserts a newline at the end of the content, matching fish 2.7 and earlier (#6927). -- Fixes hangs when using `fzf` in complex pipes. More generally, code run as part of command substitutions or `eval` or will no longer have separate process groups. (#6624, #6806). +- `fzf` in complex pipes no longer hangs. More generally, code run as part of command substitutions or `eval` will no longer have separate process groups. (#6624, #6806). This release also includes: - a number of changes to improve macOS compatibility with code signing and notarization; - a number of improvements to completions; and - a number of content and formatting improvements to the documentation. +If you are upgrading from version 3.0.0 or before, please also review the release notes for 3.1.0 and 3.1b1 (included below). + ## Errata for fish 3.1 A new builtin, `time`, was introduced in the fish 3.1 releases. This builtin is a reserved word (like `test`, `function`, and others) because of the way it is implemented, and functions can no longer be named `time`. This was not clear in the fish 3.1b1 changelog.