Changes:
* Added file preview to miller mode
* Added preview macro to directly output to terminal, which enables use of Sixel graphics for previewing
* Added udisks2 backend to vifm-media script (bundled script for managing media) and version of the script for OS X
* Updated code to make use of large amount of color pairs when available
* Functionality of previously separate neovim-vifm plugin got merged into the main plugin
* Multiple improvements to :media menu
* Improved performance in several use cases (quickview, lots of unhighlighted files, unnecessary cursor updates and redraws)
0.10-beta to 0.10 (2018-11-11)
Display list of files in removal confirmation dialog. Thanks to ovk.
Support embedded terminal in the plugin for newer Vim.
Return "broken" from filetype({fnum}, 1) for inaccessible link target.
Thanks to filterfalse.
Avoid unnecessary reloading file list after pressing "=" to enter local
filter.
Fixed crash on pasting elements of paths that contain broken UTF-8
sequences into command-line using Ctrl-X + key. Thanks to Jose
Riha (a.k.a. jose1711).
Fixed extra unlisted buffer beeing kept around in neovim on :*Vifm
commands. Thanks to randomizedthinking.
Fixed invalid treatment of numerical arguments of filetype(). Thanks to
filterfalse.
Fixed crash on previewing contents of directory without execute right in
miller view. Thanks to filterfalse.
Fixed statusline highlighting being broken by wide characters.
------------------------------------
Changes found in NEWS file is too lengthy, just quote the first part of it.
vifm v0.8.2
-----------
This release brings a bit of user-friendliness in form of key suggestions and
various descriptions provided in the interface. Matching of files has been
extended in many ways and become significantly more powerful than before.
Menu mode also got several enhancements.
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
curses.buildlink2.mk. This was wrong because we _really_ do want to
express that we want _n_curses when we include the buildlink2.mk file.
We should have a better way to say that the NetBSD curses doesn't
quite work well enough. In fact, it's far better to depend on ncurses
by default, and exceptionally note when it's okay to use NetBSD curses
for specific packages. We will look into this again in the future.
Vifm is a ncurses based file manager with vi like keybindings. If you
use vi, vifm gives you complete keyboard control over your files without
having to learn a new set of commands.
Features:
* Two file list windows.
* Bookmarks.
* User-defined association of file types/extensions with multiple
applications per extension.
* Visual mode for selecting files.
* User-defined commands.
Package provided by Stefan Walter in PR pkg/18010, with several
modifications by me.
Approved by wiz (thanks for your suggestions!).