summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2024-07-31 21:51:54 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2024-07-31 21:51:54 +0900
commitaf4917dbb643a7991c50091ec55ec25acb7d28cb (patch)
tree9d450a03a1faab33b9d983b3e82fd59897b250d0
parentd9404fcce45be6a95d697fb2229e77e5ac8bb0c4 (diff)
downloadfzf-af4917dbb643a7991c50091ec55ec25acb7d28cb.tar.gz
0.54.3
-rw-r--r--CHANGELOG.md6
-rwxr-xr-xinstall2
-rw-r--r--install.ps12
-rw-r--r--man/man1/fzf-tmux.12
-rw-r--r--man/man1/fzf.12
5 files changed, 9 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1706dde7..73cb0331 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,7 +3,11 @@ CHANGELOG
0.54.3
------
-- Fixed incompatibility of adaptive height and 'start:reload'
+- Fixed incompatibility of adaptive height specification and 'start:reload'
+ ```sh
+ # A regression in 0.54.0 would cause this to fail
+ fzf --height '~100%' --bind 'start:reload:seq 10'
+ ```
- Environment variables are now available to `$FZF_DEFAULT_COMMAND`
```sh
FZF_DEFAULT_COMMAND='echo $FZF_QUERY' fzf --query foo
diff --git a/install b/install
index 826292df..d7f3760d 100755
--- a/install
+++ b/install
@@ -2,7 +2,7 @@
set -u
-version=0.54.2
+version=0.54.3
auto_completion=
key_bindings=
update_config=2
diff --git a/install.ps1 b/install.ps1
index acb0a68d..ea0a93a2 100644
--- a/install.ps1
+++ b/install.ps1
@@ -1,4 +1,4 @@
-$version="0.54.2"
+$version="0.54.3"
$fzf_base=Split-Path -Parent $MyInvocation.MyCommand.Definition
diff --git a/man/man1/fzf-tmux.1 b/man/man1/fzf-tmux.1
index fb7919db..fd10c927 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 "Jul 2024" "fzf 0.54.2" "fzf\-tmux - open fzf in tmux split pane"
+.TH fzf\-tmux 1 "Jul 2024" "fzf 0.54.3" "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 2be74bc9..8ab7d7de 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 "Jul 2024" "fzf 0.54.2" "fzf - a command-line fuzzy finder"
+.TH fzf 1 "Jul 2024" "fzf 0.54.3" "fzf - a command-line fuzzy finder"
.SH NAME
fzf - a command-line fuzzy finder