diff --git a/CHANGELOG.md b/CHANGELOG.md index ed15ae6..c750d77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ CHANGELOG ========= -0.46.0 (WIP) +0.46.0 ------ - Added two new events - `result` - triggered when the filtering for the current query is complete and the result list is ready @@ -37,7 +37,8 @@ CHANGELOG ``` - And we're phasing out `{fzf:prompt}` and `{fzf:action}` - Changed [mattn/go-runewidth](https://github.com/mattn/go-runewidth) dependency to [rivo/uniseg](https://github.com/rivo/uniseg) for accurate results - - Set `--ambidouble` if your terminal displays characters with East Asian Width Class Ambiguous (e.g. box-drawing characters for borders) as 2 columns + - Set `--ambidouble` if your terminal displays ambiguous width characters (e.g. box-drawing characters for borders) as 2 columns + - `RUNEWIDTH_EASTASIAN=1` is still respected for backward compatibility, but it's recommended that you use this new option instead - Bug fixes 0.45.0 diff --git a/install b/install index a448e5b..3338bd2 100755 --- a/install +++ b/install @@ -2,7 +2,7 @@ set -u -version=0.45.0 +version=0.46.0 auto_completion= key_bindings= update_config=2 diff --git a/install.ps1 b/install.ps1 index d977dc7..42e28ea 100644 --- a/install.ps1 +++ b/install.ps1 @@ -1,4 +1,4 @@ -$version="0.45.0" +$version="0.46.0" $fzf_base=Split-Path -Parent $MyInvocation.MyCommand.Definition diff --git a/main.go b/main.go index 9bf700c..23cee44 100644 --- a/main.go +++ b/main.go @@ -5,7 +5,7 @@ import ( "github.com/junegunn/fzf/src/protector" ) -var version string = "0.45" +var version string = "0.46" var revision string = "devel" func main() { diff --git a/man/man1/fzf-tmux.1 b/man/man1/fzf-tmux.1 index edaff98..0b45c1d 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 "Jan 2024" "fzf 0.45.0" "fzf-tmux - open fzf in tmux split pane" +.TH fzf-tmux 1 "Jan 2024" "fzf 0.46.0" "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 d5fc96f..e40f3fb 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 "Jan 2024" "fzf 0.45.0" "fzf - a command-line fuzzy finder" +.TH fzf 1 "Jan 2024" "fzf 0.46.0" "fzf - a command-line fuzzy finder" .SH NAME fzf - a command-line fuzzy finder @@ -314,8 +314,8 @@ the spinner and the horizontal separator. .TP .B "--ambidouble" -Set this option if your terminal displays characters with East Asian Width -Class Ambiguous (e.g. box-drawing characters for borders) as 2 columns. +Set this option if your terminal displays ambiguous width characters (e.g. +box-drawing characters for borders) as 2 columns. .TP .BI "--margin=" MARGIN