Skip to content

Commit 64c6160

Browse files
committed
0.56.1
1 parent 57c08d9 commit 64c6160

File tree

5 files changed

+14
-4
lines changed

5 files changed

+14
-4
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
CHANGELOG
22
=========
33

4+
0.56.1
5+
------
6+
- Bug fixes and improvements
7+
- Fixed a race condition which would cause fzf to present stale results after `reload` (#4070)
8+
- `page-up` and `page-down` actions now work correctly with multi-line items (#4069)
9+
- `{n}` is allowed in `SCROLL` expression in `--preview-window` (#4079)
10+
- [zsh] Fixed regression in history loading with shared option (#4071)
11+
- [zsh] Better command extraction in zsh completion (#4082)
12+
- Thanks to @LangLangBart, @jaydee-coder, @alex-huff, and @vejkse for the contributions
13+
414
0.56.0
515
------
616
- Added `--gap[=N]` option to display empty lines between items.

install

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -u
44

5-
version=0.56.0
5+
version=0.56.1
66
auto_completion=
77
key_bindings=
88
update_config=2

install.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$version="0.56.0"
1+
$version="0.56.1"
22

33
$fzf_base=Split-Path -Parent $MyInvocation.MyCommand.Definition
44

man/man1/fzf-tmux.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2121
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2222
THE SOFTWARE.
2323
..
24-
.TH fzf\-tmux 1 "Oct 2024" "fzf 0.56.0" "fzf\-tmux - open fzf in tmux split pane"
24+
.TH fzf\-tmux 1 "Nov 2024" "fzf 0.56.1" "fzf\-tmux - open fzf in tmux split pane"
2525

2626
.SH NAME
2727
fzf\-tmux - open fzf in tmux split pane

man/man1/fzf.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2121
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2222
THE SOFTWARE.
2323
..
24-
.TH fzf 1 "Oct 2024" "fzf 0.56.0" "fzf - a command-line fuzzy finder"
24+
.TH fzf 1 "Nov 2024" "fzf 0.56.1" "fzf - a command-line fuzzy finder"
2525

2626
.SH NAME
2727
fzf - a command-line fuzzy finder

0 commit comments

Comments
 (0)