- Update to 0.10.1:

* 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)
  * See change log for the full list of changes and by whom
    they were suggested.

OBS-URL: https://build.opensuse.org/package/show/utilities/vifm?expand=0&rev=34
This commit is contained in:
2019-07-30 07:53:34 +00:00
committed by Git OBS Bridge
parent 4530d32e14
commit f5b7f7f600
6 changed files with 42 additions and 21 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Tue Jul 30 07:32:06 UTC 2019 - mvetter@suse.com
- Update to 0.10.1:
* 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)
* See change log for the full list of changes and by whom
they were suggested.
-------------------------------------------------------------------
Mon Nov 12 10:17:00 UTC 2018 - mvetter@suse.com