[Vimprobable-users] Vimprobable1 0.9.24.0 & Vimprobable2 0.9.11.0 released!
Vimprobable is a lean web browser optimised for full keyboard control
Brought to you by:
hanness
|
From: Hannes S. <ha...@yl...> - 2011-10-29 11:41:01
|
The new versions are available through Git or as snapshots in the usual
places.
New Features:
- New hint modes: (Hannes Schueller, ticket #5)
;s to save a link's destination
;y to yank its destination location
;o to open its location in the current window
;t or ;w to open its location in a new window
;O to generate an :open with hint's URL (like O)
;T or ;W to generate a :tabopen with hint's URL (like T)
- Use different xpath expressions to generate hints according to current
hintmode; this allows images to be downloaded, for example (Daniel
Carl)
Buxfixes:
- Fixed crash on completion of long url (Daniel Carl)
- Fix for crash in :echo (Daniel Carl, ticket #2)
- Memory leak patches (Daniel Carl & Hans-Peter Deifel)
- Save clipboard before focusing input bar (Hut)
- Fix completion of mixed-case bookmarks (Hut)
- Correctly handle modkey list updates after :map commands (Matto
Fransen, Vimprobable2, ticket #7)
Misc. Changes:
- Ignore irrelevant modifiers in key events (Hans-Peter Deifel)
NOTE: Keybindings like 'S-x' in vimprobablerc will stop working and
should now be written as simply 'X'.
- Move vimprobablerc man page to correct section (Hans-Peter Deifel,
Vimprobable2)
- Respect DESTDIR in 'make uninstall' (Hans-Peter Deifel)
- Adapt PATCHES to recent infrastructure changes (Hans-Peter Deifel)
|