Skip to content

3.0-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@fanglingsu fanglingsu released this 27 Mar 21:43
· 357 commits to master since this release

Changed

  • completely rebuild of vimb on webkit2 api.
  • Syntax for the font related gui settings has be changed.
    Fonts have to be given as [ font-style | font-variant | font-weight | font-stretch ]? font-size font-family
    Example set input-font-normal=bold 10pt "DejaVu Sans Mono" instead of
    previous set input-fg-normal=DejaVu Sans Mono Bold 10
  • Renames some settings to consequently use dashed setting names. Following
    settings where changed.
    previous setting - new setting name
    --------------------------------------
    cursivfont       - cursiv-font
    defaultfont      - default-font
    fontsize         - font-size
    hintkeys         - hint-keys
    minimumfontsize  - minimum-font-size
    monofont         - monospace-font
    monofontsize     - monospace-font-size
    offlinecache     - offline-cache
    useragent        - user-agent
    sansfont         - sans-serif-font
    scrollstep       - scroll-step
    seriffont        - serif-font
    statusbar        - status-bar
    userscripts      - user-scripts
    xssauditor       - xss-auditor
    

Removed

  • There where many features removed during the webkit2 migration. That will
    hopefully be added again soon.
    • auto-response-headers
    • autocommands and augroups
    • external downloader
    • HSTS
    • kiosk mode
    • multiple ex commands on startup via --cmd, -C
    • page marks
    • prevnext
    • showing page source via gF this viewtype is not supported by webkit
      anymore.
    • socket support

Change summary

   157  Daniel Carl
     1  Ferenc-
     2  Joachim Desroches
     1  Michael Danilov
     6  Patrick Steinhardt
    44  Robert Timm
     8  Virgil Dupras