Skip to content

Commit e15cba0

Browse files
committed
0.61.0
1 parent 31fd207 commit e15cba0

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

Diff for: CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ CHANGELOG
1010
```
1111
- Added `change-ghost` and `transform-ghost` actions for dynamically changing the ghost text
1212
- Added `change-pointer` and `transform-pointer` actions for dynamically changing the pointer sign
13+
- Added `r` flag for placeholder expression (raw mode) for unquoted output
1314
- Bug fixes and improvements
1415

1516
0.60.3

Diff for: install

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

33
set -u
44

5-
version=0.60.3
5+
version=0.61.0
66
auto_completion=
77
key_bindings=
88
update_config=2

Diff for: install.ps1

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

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

Diff for: main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
"github.com/junegunn/fzf/src/protector"
1212
)
1313

14-
var version = "0.60"
14+
var version = "0.61"
1515
var revision = "devel"
1616

1717
//go:embed shell/key-bindings.bash

Diff for: 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 "Mar 2025" "fzf 0.60.3" "fzf\-tmux - open fzf in tmux split pane"
24+
.TH fzf\-tmux 1 "Mar 2025" "fzf 0.61.0" "fzf\-tmux - open fzf in tmux split pane"
2525

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

0 commit comments

Comments
 (0)