fzf: Update to v0.61.2

**Summary**

- Fixed panic when using header border without pointer/marker
- Fixed `--tmux` option when already inside a tmux popup
- Bug fixes and improvements in CTRL-T binding of fish
- Added `--no-tty-default` option to make fzf search for the current TTY device instead of defaulting to `/dev/tty`
This commit is contained in:
Muhammad Alfi Syahrin 2025-04-20 20:55:49 +07:00
parent 6b948c0e93
commit a8b937e4c5
No known key found for this signature in database
2 changed files with 6 additions and 6 deletions

View file

@ -1,8 +1,8 @@
name : fzf
version : 0.61.1
release : 38
version : 0.61.2
release : 39
source :
- git|https://github.com/junegunn/fzf : v0.61.1
- git|https://github.com/junegunn/fzf : v0.61.2
homepage : https://github.com/junegunn/fzf
license : MIT
component : system.utils

View file

@ -34,9 +34,9 @@
</Files>
</Package>
<History>
<Update release="38">
<Date>2025-04-10</Date>
<Version>0.61.1</Version>
<Update release="39">
<Date>2025-04-20</Date>
<Version>0.61.2</Version>
<Comment>Packaging update</Comment>
<Name>Muhammad Alfi Syahrin</Name>
<Email>malfisya.dev@hotmail.com</Email>