- Update to version 0.8.1

* Added local options, which work until directory change.
  * Added named bookmarks (paths are associated with tags).
  * Added autocommands (with DirEnter event).
  * Added ability to sort by regexp-extracted part of file name.
  * Added builtin directory preview (similar to tree).
  * Added a way to communicate menu contents to Vim quickfix.
  * Added "more" mode that is used to handle status bar content that doesn't fit on the screen.
  * IPC got new (safe) implementation with listing/targeting of active instances, it's enabled by default again.
  * Updating local view settings from vifmrc now affects both panes (:windo is not necessary).
  * More predictive cursor updates on directory reload.
  * Improvements related to expression and command parsing.
- Remove vifm_utils_nix_dynamic_page_size_for_powerpc.patch:
  Got upstreamed

OBS-URL: https://build.opensuse.org/package/show/utilities/vifm?expand=0&rev=20
This commit is contained in:
2016-01-17 19:35:01 +00:00
committed by Git OBS Bridge
parent c12371eaa1
commit c122ef0a2f
5 changed files with 23 additions and 33 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sun Jan 17 19:32:26 UTC 2016 - mvetter@suse.com
- Update to version 0.8.1
* Added local options, which work until directory change.
* Added named bookmarks (paths are associated with tags).
* Added autocommands (with DirEnter event).
* Added ability to sort by regexp-extracted part of file name.
* Added builtin directory preview (similar to tree).
* Added a way to communicate menu contents to Vim quickfix.
* Added "more" mode that is used to handle status bar content that doesn't fit on the screen.
* IPC got new (safe) implementation with listing/targeting of active instances, it's enabled by default again.
* Updating local view settings from vifmrc now affects both panes (:windo is not necessary).
* More predictive cursor updates on directory reload.
* Improvements related to expression and command parsing.
- Remove vifm_utils_nix_dynamic_page_size_for_powerpc.patch:
Got upstreamed
-------------------------------------------------------------------
Thu Aug 27 16:08:17 UTC 2015 - normand@linux.vnet.ibm.com