You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+10
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,16 @@
1
1
CHANGELOG
2
2
=========
3
3
4
+
0.54.2
5
+
------
6
+
- Fixed incorrect syntax highlighting of truncated multi-line entries
7
+
- Updated GoReleaser to 2.1.0 to simplify notarization of macOS binaries
8
+
- macOS archives will be in `tar.gz` format instead of `zip` format since we no longer notarize the zip files but binaries
9
+
- (Windows) Reverted a mintty fix in 0.54.0
10
+
- As a result, mouse may not work on mintty in fullscreen mode. However, fzf will correctly read non-ASCII input in fullscreen mode (`--no-height`).
11
+
- fzf unfortunately cannot read non-ASCII input when not in fullscreen mode on Windows. So if you need to input non-ASCII characters, add `--no-height` to your `$FZF_DEFAULT_OPTS`.
12
+
- Any help in fixing this issue will be appreciated (#3799, #3847).
13
+
4
14
0.54.1
5
15
------
6
16
- Updated [fastwalk](https://github.com/charlievieth/fastwalk) dependency for built-in directory walker
0 commit comments