diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b5ced2b..b9e2eb3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ CHANGELOG ========= +0.60.1 +------ +- Bug fixes and minor improvements + - Built-in walker now prints directory entries with a trailing slash + - Fixed a bug causing unexpected behavior with [fzf-tab](https://github.com/Aloxaf/fzf-tab). Please upgrade if you use it. +- Thanks to @alexeisersun, @bitraid, @Lompik, and @fsc0 for the contributions + 0.60.0 ------ _Release highlights: https://junegunn.github.io/fzf/releases/0.60.0/_ diff --git a/install b/install index 25a8d211..2fd69ba7 100755 --- a/install +++ b/install @@ -2,7 +2,7 @@ set -u -version=0.60.0 +version=0.60.1 auto_completion= key_bindings= update_config=2 diff --git a/install.ps1 b/install.ps1 index 99f30706..c6cc2cc8 100644 --- a/install.ps1 +++ b/install.ps1 @@ -1,4 +1,4 @@ -$version="0.60.0" +$version="0.60.1" $fzf_base=Split-Path -Parent $MyInvocation.MyCommand.Definition diff --git a/man/man1/fzf-tmux.1 b/man/man1/fzf-tmux.1 index 95071ef0..780fd078 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 "Feb 2025" "fzf 0.60.0" "fzf\-tmux - open fzf in tmux split pane" +.TH fzf\-tmux 1 "Feb 2025" "fzf 0.60.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 dfc72693..141ac1b4 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 "Feb 2025" "fzf 0.60.0" "fzf - a command-line fuzzy finder" +.TH fzf 1 "Feb 2025" "fzf 0.60.1" "fzf - a command-line fuzzy finder" .SH NAME fzf - a command-line fuzzy finder