SHA256
1
0
forked from pool/fzf
fzf/fzf.changes

52 lines
2.1 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Thu Apr 18 21:21:59 CEST 2019 - Matej Cepl <mcepl@suse.com>
- Update to 0.18.0:
- 0.18.0
- Added placeholder expression for zero-based item index: {n}
and {+n} fzf --preview 'echo {n}: {}'
- Added color option for the gutter: --color gutter:-1
- Added --no-unicode option for drawing borders in
non-Unicode, ASCII characters
- FZF_PREVIEW_LINES and FZF_PREVIEW_COLUMNS are exported to
preview process fzf still overrides LINES and COLUMNS as
before, but they may be reset by the default shell.
- Bug fixes and improvements See
https://github.com/junegunn/fzf/milestone/14?closed=1
- Update to 0.17.5:
- Bug fixes and improvements See
https://github.com/junegunn/fzf/milestone/13?closed=1
- Search query longer than the screen width is allowed (up to
300 chars)
-------------------------------------------------------------------
Thu Dec 20 00:27:29 UTC 2018 - Matej Cepl <mcepl@suse.com>
- Add subpackage vim-fzf with the original vim plugin for fzf (there
is also more extensive third party plugin on
https://github.com/junegunn/fzf.vim)
-------------------------------------------------------------------
Mon Jun 11 02:59:21 UTC 2018 - avindra@opensuse.org
- update to 0.17.4
* Added --layout option with a new layout called reverse-list.
--layout=reverse is a synonym for --reverse
--layout=default is a synonym for --no-reverse
* Preview window will be updated even when there is no match for
the query if any of the placeholder expressions (e.g. {q}, {+})
evaluates to a non-empty string.
* More keys for binding: shift-{up,down}, alt-{up,down,left,
right}
* fzf can now start when /dev/tty is not available by making
an educated guess.
* bash/zsh completion improvements
* install and uninstall scripts support generating files under
XDG_CONFIG_HOME on --xdg flag.
- remove sed patch for non-excecutable fix (merged upstream)
-------------------------------------------------------------------
Sun Apr 1 16:21:01 UTC 2018 - avindra@opensuse.org
- initial package