diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2025-08-03 14:41:56 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2025-08-03 14:41:56 +0900 |
| commit | e5cd7f0a3a73ef598267c1e9f29b0fe9a80925ab (patch) | |
| tree | 9e2c9faeb8a6105c5c654f82b425083085d38055 | |
| parent | 51d3940c639e48dccd2bb20225ea26ffe9afefde (diff) | |
| download | fzf-e5cd7f0a3a73ef598267c1e9f29b0fe9a80925ab.tar.gz | |
0.65.1
| -rwxr-xr-x | install | 2 | ||||
| -rw-r--r-- | install.ps1 | 2 | ||||
| -rw-r--r-- | man/man1/fzf-tmux.1 | 2 | ||||
| -rw-r--r-- | man/man1/fzf.1 | 2 |
4 files changed, 4 insertions, 4 deletions
@@ -2,7 +2,7 @@ set -u -version=0.65.0 +version=0.65.1 auto_completion= key_bindings= update_config=2 diff --git a/install.ps1 b/install.ps1 index a07d089a..432d1f09 100644 --- a/install.ps1 +++ b/install.ps1 @@ -1,4 +1,4 @@ -$version="0.65.0" +$version="0.65.1" $fzf_base=Split-Path -Parent $MyInvocation.MyCommand.Definition diff --git a/man/man1/fzf-tmux.1 b/man/man1/fzf-tmux.1 index ffc90e48..08f146e2 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 2025" "fzf 0.65.0" "fzf\-tmux - open fzf in tmux split pane" +.TH fzf\-tmux 1 "Aug 2025" "fzf 0.65.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 d20f0b75..8c7ef052 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 2025" "fzf 0.65.0" "fzf - a command-line fuzzy finder" +.TH fzf 1 "Aug 2025" "fzf 0.65.1" "fzf - a command-line fuzzy finder" .SH NAME fzf - a command-line fuzzy finder |
