summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2025-02-20 21:42:56 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2025-02-20 21:42:56 +0900
commita24d274a3cdc680dd2d4e5664121e9727239f3b6 (patch)
tree6bdd3eb38a0cae69d3cb3653f8e301ce8dff58b7
parentdac81432d609d1641ce2185989dd7905b8d86183 (diff)
downloadfzf-a24d274a3cdc680dd2d4e5664121e9727239f3b6.tar.gz
0.60.1
-rw-r--r--CHANGELOG.md7
-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, 11 insertions, 4 deletions
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