vimb

Edit Package vimb
No description set
Refresh
Refresh
Source Files (show unmerged sources)
Filename Size Changed
3.7.0.tar.gz 0000149769 146 KB
vimb.changes 0000007008 6.84 KB
vimb.spec 0000001597 1.56 KB
Latest Revision
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 14)
- Update to 3.7.0:
  Added:
  * The new env variable $VIMB_SELECTION is set to the current selected text
    whenever a shellcmd is run #592.
  * Allow to push link url to queue by <S-LeftMouse> #610.
  * Allow to decide if html5 notfication are allowed #651. New setting
    notification=[ask,always,never] added.
  * Add new env VIMB_WIN_ID var for :shellcmd which holds the own window id.
  * Focus last focused input elemnt on page via i - or first found element if
    none was focused before.
  * Completion with bookmarked urls for :qpush and qunshift.
  * Setting scroll-multiplier to allow for faster scrolling by mouse wheel.
  * Setting intelligent-tracking-prevention to enable WebKit's Intelligent
    Tracking Prevention (ITP).
  * Setting javascript-enable-markup to disable js markup instead of disabling
  * Setting status-bar-show-settings to enable showing indicators to currently
    applied setting. Can be configured via config.h file.
    #define COOKIE GET_CHAR(c, "cookie-accept")
    #define STATUS_VARAIBLE_SHOW "%c%c%c%c%c%c%c%c", \
      CHAR_MAP(COOKIE, "always", 'A', CHAR_MAP(COOKIE, "origin", '@', 'a')), \
      GET_BOOL(c, "dark-mode") ? 'D' : 'd', \
      vb.incognito ? 'E' : 'e', \
      GET_BOOL(c, "images") ? 'I' : 'i', \
      GET_BOOL(c, "html5-local-storage") ? 'L' : 'l', \
      GET_BOOL(c, "stylesheet") ? 'M' : 'm', \
      GET_BOOL(c, "scripts") ? 'S' : 's', \
      GET_BOOL(c, "strict-ssl") ? 'T' : 't'
    JavaScript in general.
  * Allow to push link url to queue by Shift-LeftMouse.
  * New hint mode ;k do remove hinted elements like advertisement from DOM.
Comments 0
openSUSE Build Service is sponsored by