- Update to version 0.8.2:

* key suggestions in the interface on ambiguous input (e.g. "g");
  * helpful shortcuts for dialogs (for sort dialog in particular);
  * key descriptions in :map menus and %z macro for 'statusline' to display some tips;
  * description of all :commands, 'options' and their values for new multiline
version of wildmenu;
  * ANDing, ORing and negating patterns for matching files and new mime-type
matcher;
  * file prefixes and suffixes can now be multi-byte, which with extended
'classify' option allows specifying "icons" via custom fonts;
  * search result highlighting, enabled completion and a way to export the list
for menus;
  * an indication of pattern correctness and match state for interactive prompts.
  * :select and :unselect commands to perform automatic file selection (possibly
		by using output of external application);
  * cancellation (handling of Ctrl-C) for quick view and view mode loading.

OBS-URL: https://build.opensuse.org/package/show/utilities/vifm?expand=0&rev=23
This commit is contained in:
2016-07-16 20:23:15 +00:00
committed by Git OBS Bridge
parent 40d733dbff
commit acb04906dc
4 changed files with 26 additions and 7 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Sat Jul 16 21:25:38 UTC 2016 - mvetter@suse.com
- Update to version 0.8.2:
* key suggestions in the interface on ambiguous input (e.g. "g");
* helpful shortcuts for dialogs (for sort dialog in particular);
* key descriptions in :map menus and %z macro for 'statusline' to display some tips;
* description of all :commands, 'options' and their values for new multiline
version of wildmenu;
* ANDing, ORing and negating patterns for matching files and new mime-type
matcher;
* file prefixes and suffixes can now be multi-byte, which with extended
'classify' option allows specifying "icons" via custom fonts;
* search result highlighting, enabled completion and a way to export the list
for menus;
* an indication of pattern correctness and match state for interactive prompts.
* :select and :unselect commands to perform automatic file selection (possibly
by using output of external application);
* cancellation (handling of Ctrl-C) for quick view and view mode loading.
-------------------------------------------------------------------
Sat Jul 2 13:57:09 UTC 2016 - mvetter@suse.com