Skip to content

Releases: vimperator/vimperator-labs

Vimperator 3.16.0

01 Feb 05:56
Compare
Choose a tag to compare
  • add option 'newtaburl' to set default URL in new tabs
  • fix loading the tabs module
  • update max version
  • add help for statuslinevisiblity
  • extend Makefile for signing
  • fixes and refactors in hints module
  • showtexthints option
  • delete trailing whitespace
  • cleanup SVG files
  • add ssl by default to statusline
  • fix 'make xpi'
  • fix :jumps
  • fix

    by initializing nsITransferable before usage

  • remove uriIsPrefix, unsupported

Vimperator 3.15.0

05 Oct 05:13
Compare
Choose a tag to compare
  • update and fix css related issues
  • fix some mispellings
  • fix command prompt selection getting cleared
  • remove asciidoc.conf and regressions.js
  • use sanitizer based on version
  • fix shift-insert on linux
  • honor hlsearch on n/N
  • fix typeerror on :abclear
  • fix smart completions on fx 49
  • removed unused css
  • change option from 'previouspattern' to 'prevpattern'. The old 'previouspattern' still works.
  • canonicalize commandline history during matching
  • fix alphabetic ordering of some doc items and add :dialog items
  • add autocompletion for about:* urls
  • fix [[ with "preview" buttons

Vimperator 3.14.0

08 Jun 04:01
Compare
Choose a tag to compare
  • @gkatsev removed usage of FUEL Application variable
  • @gineadai deleted deprecated template code
  • changed bracket notation to dotnotation in a lot of places
  • @gkatsev removed unnecessary iterator loop in history.get
  • removed unnecessary semicolons
  • @Quicksaver updated tabgroups with some notes and updates for Tab Groups 2 support

This includes support for Firefox 47.

Vimperator 3.13.1

04 May 05:35
Compare
Choose a tag to compare
  • @sirzerator fixed a typoeerror triggered in completion.js
  • @gineadai fixed a highlight typo

Vimperator 3.13.0

28 Apr 04:21
Compare
Choose a tag to compare
  • @reepush changed all array and generator comprehensions to iterators and standards compliant javascript thus making vimeprator work with firefox 46
  • @amlitzer made iabbr work in contenteditable text boxes
  • @amlitzer add PluginsLoadPost autocmd event
  • @timss Split Vimperator syntax highlighting to seperate repo: https://github.com/vimperator/vimperator.vim
  • @pale3 add mapping for pasting from clipboard or primary selection. This action is operating system dependent. On linux it will paste from primary selection, but on other systems it will paste from clipboard. For reverting to old style, use example in :h

Vimperator 3.12.0

29 Feb 03:07
Compare
Choose a tag to compare
  • @kmorihiro fixed background color theming for statusline
  • @kmorihiro fixed broken (hidden) hints
  • @gkatsev fixed some validator warnings
  • @Quicksaver various findbar fixes
  • @Quicksaver various tabview fixes for firefox 45
  • @mnphnic expose some properies globally that were hidden because of const/let transition
  • @SammysHP added a statuslinevisibility option. Also called slv.
    The three options are auto, visible, and hidden.
    The setVisibility method can take an enum of UPDATE, SHOW, HIDE, or TOGGLE, where toggle switches between all modes.
  • @Quicksaver updated findbar to remember searches globally
  • @mnphnic make some globally exposed properties enumerable

Vimperator 3.11.3

30 Jan 19:44
Compare
Choose a tag to compare
  • Expose Buffer constructor
  • Fix scrolling on some pages with gg/G/<C-d>/<C-u>
  • Make sure to get latest content separator in setVisibility
  • Expose Command constructor

vimperator 3.11

27 Jan 04:30
Compare
Choose a tag to compare
  • QuickMarks: new mapping [m]gw{a-z}[m] to open Quickmark in a new window as the single open tab
  • :delmacro matches the syntax and behaviour of :delqmark, e.g. allowing ranges as argument
  • Stop propagation for keyboard event if that key are contained in -except option on :ignorekeys
  • Improvements in handling Esc for unfocusing text fields
  • Closing the last tab of a window now respects the Firefox setting:
    browser.tabs.closeWindowWithLastTab, which means those who are used to :tabclose never closing
    the window when closing the last tab, should set this option to false (either through about:config
    or with :set! browser.tabs.closeWindowWithLastTab=false)
  • Added setting for controlling if keypresses are passed to webpages when
    outside of Insert/Passthrough modes (to revert to old setting,
    :set passthrough=true)
  • gr toggles Reader View
  • Autohide statusbar: When entering fullscreen mode, the statusbar is
    hidden and temporarily showed up with command inputs. Also, Users can
    manually hide and unhide the statusbar with a command:
    :js statusline.setVisibility(statusline.setVisibility.TOGGLE)

Vimperator 3.10.1

25 Aug 04:43
Compare
Choose a tag to compare
  • Version 3.10.1
  • Keeping the lights on with support for Aurora and Nightly builds of firefox.
  • Bump up minimum version to current ESR release of firefox (version 38).
  • Max version is 44.
  • First release by @gkatsev
  • Keep default Firefox mapping of , , , ,
    , , and .
    This is done to (a) allow default Firefox smooth scrolling and (b) to
    easily allow web pages to override these keys as they are often done
    for / for navigating image galleries
  • Add ';#', an extended hint mode for yanking the anchor URL of an element
    (the URL of the page with the fragment set to the element's 'id' or
    'name' attribute)
  • Firefox compatibility fixes

Version 3.10

25 Aug 04:36
Compare
Choose a tag to compare
  • Version 3.10
  • Keeping the lights on with support for Aurora and Nightly builds of firefox.
  • Bump up minimum version to current ESR release of firefox (version 38).
  • First release by @gkatsev
  • Keep default Firefox mapping of , , , ,
    , , and .
    This is done to (a) allow default Firefox smooth scrolling and (b) to
    easily allow web pages to override these keys as they are often done
    for / for navigating image galleries
  • Add ';#', an extended hint mode for yanking the anchor URL of an element
    (the URL of the page with the fragment set to the element's 'id' or
    'name' attribute)
  • Firefox compatibility fixes