Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 1.46 KB

CHANGELOG.md

File metadata and controls

40 lines (32 loc) · 1.46 KB

Changes in vimb

2.11 - 2015-12-17

Added

  • Added hint-number-same-length option
  • VERBOSE flag to Makefile to toggle verbose make on
  • <Esc> removes selections in normal mode
  • Support for multiple configuration profiles. New parameter -p or --profile
  • Adds support for contenteditable attribute as input mode trigger #237
  • Added ^ as normal mode alias of 0 #236
  • Added :source command to source a config file
  • Added path completion for :save command too
  • Added closed-max-items option to allow to store more than one closed page

Changed

  • Set only required CFLAGS
  • Replaced -Wpedantic with -pedantic CFLAGS for older gcc versions
  • Check for focused editable element as soon as possible
  • Do not blur the focused element after alt-tabbing
  • Show typed text as last completion entry to easily change it #253

Fixed

  • Fixed #224: Wrong URL and titles shown in case one or more pages could not be loaded.
  • Fixed Makefile install target using -D
  • Fixed #232: Fixed misplaced hint labels on some sites
  • Fixed #235: Randomly reset cookie file
  • Fixed none POSIX echo -n call