Hi all!

Vimb 2.9 is now released.

This release took some time, but it's full of many changes and nice features.

Features:

- --cmd, -C option can be given multiple times (thanks to Sébastien Marie)
- new setting 'cookie-expire-time' (thanks to Sébastien Marie)
- new setting 'auto-response-header' (thanks to Sébastien Marie)
  This allows to fake Webserver-Response-Headers to kick in some nice
  behaviour. This was initially thought to allow to enforce
  Content-Security-Policy even on Pages that don't set these headers.
  Another Use-Case might be to set the 'Strict-Transport-Security' Header to
  force configured pages to be always called via https or if this fails to not
  load anything.
- Add --socket, -s option to enable socket to remote control vimb (#144).
- Add :reg[ister] command to show register contents.
- Allow select of yank buffer for ;y hinting (#151).
- Added hints by letters.
  Vimb allow now to set the chars used to built the hint labels. To have a
  more vimium like behaviour you can :set hintkeys=sdfghjkla. This allows fast
  filtering without moving you hands from the home row of the keyboard.
- Show mode label in statusbar.
  This allows to keep the inputbox hidden if ':set input-autohide=on' also if
  vimb is in input or pass through mode. In this cases the mode is shown on
  the left of the statusbar instead.
- Changed default useragent to avoid github deprecation warning.
- Clear inputbox after running command successfully (#104).
- Yank alway also into default register "".
- Allow whitespace around '=' in :set command.
- Added example scripts to setup formfiller (#153).
- Don't save mapped commands in history (#130).
- Don't write autocmd to command history.

Fixes:

- Fix for WYSIWYG editor on github (#114). This also switches vimb to normal 
mode in
  case the user clicks on an none editable element.
- Fixed segfault on :autocmd without group (#115).
- Don't switch to input mode on click to radio button.
- Allow to set path to ca-bundle via config.h (#110).
- Don't force proxy to http scheme (#119).
- Fixed window resize by to long text in inputbox.
- Fixed none clickable search suggestion (#134).
- Don't overwrite wm class and name properties (#137). This bug made the
  --name and --class options dysfunctional.
- Fixed possible wrong placement of hsts logic (#146).
- Fixed duplicate shown showcmd in command mode.
  If <C-R> was pressed within the inputbox, the showcmd section of the
  statusbar showed ^R^R instead of a single ^R.
- Fixed missed uri escaping for '+' (#152).
- Fixed normal new window in kiosk mode.
- Fixed no working hints in framesets.
- Don't end shell cmd at pipe char.
- Fixed compile error when queue feature is disabled.

-- 
Daniel

------------------------------------------------------------------------------
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
_______________________________________________
vimb-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vimb-users

Reply via email to