Skip to content

Latest commit

 

History

History
922 lines (751 loc) · 45.5 KB

CHANGELOG.md

File metadata and controls

922 lines (751 loc) · 45.5 KB

0.17.3 (2016-06-27)

  • Improved: The zF command can now open even more dropdown menus of buttons.

0.17.2 (2016-06-19)

  • Improved: The zF command now works with more buttons and is able to open dropdown menus of buttons.
  • Fixed: The f commands now recognize more file upload buttons.
  • Fixed: Rotating hint markers now works more as expected after having entered a few hint chars.
  • Fixed: Scrolling now works in SVG documents.
  • Fixed: Opening links in new tabs in Firefox 50.
  • Updated locales: pt-BR and ru. Thanks to Átila Camurça Alves (@atilacamurca) and Nicholas Guriev (@mymedia2)!

0.17.1 (2016-06-12)

  • Fixed: The zF command no longer accidentally double-clicks instead of single-clicking. Thanks to Alan Wu (@XrXr)!
  • Fixed: The zF command no longer crashes in Firefox 49+.
  • Fixed: The “URL popup,” shown when hovering or focusing links, now appears again when focusing links using zf (regression since 0.17.0).
  • Updated locale: it. Thanks to Carlo Bertoldi (@cbertoldi)!

0.17.0 (2016-06-08)

  • Fixed: VimFx no longer scrolls smaller elements on a page instead of the entire page on some sites.
  • Improved: The /, n and N have been drastically sped up (when find_from_top_of_viewport is on). Previously, they appeared to freeze on some sites, but not anymore.
  • Improved: You can no longer accidentally trigger VimFx between pressing / and the find bar input being is focused.
  • Improved: The n and N commands are now more robust.
  • Improved: “Fullscreen” buttons and “Copy to clipboard” buttons can now be activated the f command. Thanks to Alan Wu (@XrXr)!
  • Changed: After having pressed m or ` VimFx no longer waits indefinitely for you to press a mark key. Instead, the timeout option is honored.
  • Changed: After having pressed m or ` you can now press <escape> to abort those commands.
  • Changed: Find mode is no longer shown in VimFx’s Keyboard Shortcuts help dialog, to reduce clutter. (This can be changed through custom styling.)
  • Changed: The ? command as well as the toolbar button now toggle VimFx’s Keyboard Shortcuts help dialog (instead of always showing it, even if it was already shown.)
  • Changed: Counts are now ignored in Ignore mode. Previously, pressing number keys would both send those key presses to the page and contribute to the count for commands (showing up in the bottom-right corner). This is no longer the case.
  • Updated locales: fr, zh-CN and zh-TW. Thanks to Mickaël RAYBAUD-ROIG (@m-r-r), @av2000ii and Robert Wang (@cyberrob)!

0.16.1 (2016-05-29)

  • Fixed: The zF command no longer crashes (regression since 0.16.0).

0.16.0 (2016-05-29)

  • Fixed: The text input focus detection problems introduced in 0.15.1, which sometimes caused VimFx commands to be triggered while typing in text inputs, have been fixed.
  • Improved: If you press n or N when there are are no matches for your search, the find bar is no longer opened. Only a notification is shown. The reliability of those notifications has also been improved.
  • Improved: Hints mode now finds more links.
  • Improved: Pressing <c-enter> in Hints mode now includes more elements.
  • Updated locales: es, zh-CN. Thanks to @strel and @av2000ii!

0.15.1 (2016-05-22)

  • Improved: Better hints on Twitter.
  • Improved: Compatibility with the Evernote Web Clipper add-on (and potentially other add-ons with similar UI).
  • Updated locale: ja. Thanks to Kaoru Esashika (@pluser)!

0.15.0 (2016-05-18)

  • Improved: Hint markers now appear up to twice as fast on many pages. This is done by creating the hint markers in two phases. Most are created in the first, fast, phase. The rest take the same time as older VimFx versions to show up.
  • Fixed: VimFx no longer triggers commands while typing in fancy text inputs on some sites, such as when composing a new tweet on Twitter. (See also the blur_timeout pref.)
  • Changed: The <c-enter> Hints mode command no longer replaces all hint markers on screen (with new ones for all elements on screen). Instead, it toggles your current hint markers with ones for all other elements on screen.
  • Changed: There was a breaking change to the vimfx.setHintMatcher function of the frame.js config file API. It no longer receives and returns an object (of the shape {type, semantic}), but instead simply receives and returns the type of the element.
  • Improved: Some internal robustness refactoring.
  • Updated locales: de, id, nl and zh-CN. Thanks to @just-barcodes, Yoppy Halilintar (@comepradz), @HJTP, @av2000ii and @mozillazg.

0.14.3 (2016-05-08)

  • Fixed: Version 0.14.2 attempted to fix smooth scrolling speed in newer Firefox versions. However, there was a tiny typo that caused the fix not to work. That typo has been corrected.

0.14.2 (2016-05-08)

  • Fixed: Smooth scrolling speed is now correct again in newer Firefox versions.
  • Fixed: The yv Caret mode command now only copies text that you can see on screen (not any hidden text that might be on the page), making it truly work like zv followed by y, as intended. This problem was very noticeable on Slack. This also improves copying of 'contenteditable' elements using yf.
  • Fixed: <escape> and arrow key handling as well as hint markers in the devtools now work correctly again in newer Firefox versions.
  • Fixed: VimFx no longer makes it impossible to open the Developer Toolbar.
  • Improved: VimFx now ignores <numlock> and <capslock>. If your keyboard sends <numlock> before some symbols, such as <numlock>$ instead of just $, shortcuts like gx$ now work out of the box. This also means that you can use <capslock> instead of <shift> when typing the J in gJ, for example.
  • Improved: Some minor cosmetic tweaks in VimFx’s Keyboard Shortcuts help dialog.

0.14.1 (2016-04-30)

  • Fixed: The Find commands (such as /, n and N) no longer crash on some sites (regression since 0.14.0).

0.14.0 (2016-04-29)

  • Added: Caret mode, which lets you copy text from web pages using the keyboard.
  • Improved: The Find commands (such as /, n and N) now search from the top of the viewport, instead of from the top of the document, which is more Vim-like and less disorienting. To read more about it (or to return to the Firefox default behavior) please see the find_from_top_of_viewport pref.
  • Improved: Compatibility with the BackTrack Tab History add-on.
  • Added: The <c-enter> Hints mode command, which creates hint markers for all elements.
  • Fixed: __dirname inside config files now works on Windows. Thanks to Zhong Jianxin (@azuwis)!
  • Fixed: Unnecessary full-page hint markers on some sites, such as Hackernews, no longer appear.

0.13.2 (2016-04-08)

  • Improved: The “last position mark” ` now works more reliably.
  • Improved: More video players are now recognized. Many video players lets you press <space> while focused to toggle play/pause. VimFx tries to detect if the currently focused element is a video player. If so, <space> is passed to the video player instead of scrolling the page. (For those interested, see also the adjustable_element_keys pref.)

0.13.1 (2016-04-01)

  • Fixed: Blacklisting of some XUL pages.
  • Fixed: The current mode is no longer lost when a page loads. For example, if you press zF while a page is loading, the markers no longer disappear.
  • Fixed: Elements that you have focused using an f command no longer get stuck appearing as if you’d put the mouse pointer.
  • Updated locale: zh-CN. Thanks to @mozillazg!

0.13.0 (2016-03-19)

  • Added: The T command, which opens a new tab after the current.
  • Changed: The gl command now deals with visited tabs only.
  • Added: The gL command, which deals with unvisited tabs only, in oldest-first order. Use this to step through your unvisited background tabs in the order you opened them (for example using the F command).
  • Improved: The gi command no longer tries to focus the last focused text input if it has been removed from the page. If so, it finds a new one instead.
  • Fixed: You can now type in sidebar text inputs (such as in the history sidebar) without having to switch to Ignore mode.
  • Changed: If you enter Ignore mode you will now stay in Ignore mode in that tab until you explicitly exit it (by pressing <s-escape>), even if you reload the page or follow a link. If Ignore mode was entered automatically because of the blacklist, though, you will be automatically returned to Normal mode if the URL changes to a non-blacklisted page.
  • Added: VimFx can now automatically enter and exit Ignore mode based on the currently focused element. Currently, the wasavi extension as well as CodeMirror in Vim mode are detected. Both of those provide Vim-style editors. This allows sending <escape> to those editors in order to exit their Insert mode, without blurring the editor.
  • Improved: CodeMirror editors now get better hints, keeping the cursor where you left it.
  • Improved: The blacklist is now applied faster on some pages.
  • Improved: Many audio and video elements are now recognized as “adjustable”, allowing you to press for example <space> on them to toggle play/pause, without scrolling the page.
  • Improved: Scrolling by pages, such as using the <space> command, now takes fixed heaears and footers into account, just like Firefox does.
  • Fixed: Access keys now work correctly in context menus in the devtools and about:config.
  • Improved: The arrow keys now Just Work in the devtools, even if you have bound them to VimFx commands.
  • Changed: The public API has been removed, and turned into the Config file API. If you were already using a config file, it will no longer work. You need to set up a new one, but you should be able to simply copy and paste the contents of the old one into the new one. Read the config file documentation for more information.
  • Changed: There are a few minor breaking changes to the API, though I doubt it will affect anyone.
    • If you use vimfx.on, you probably need to adjust the arguments of the your callbacks. They are now always passed an object of data, instead of sometimes passing the data directly.
    • match.focus of match objects has been removed, and replaced by vim.focusType of vim objects.
  • Fixed: The toolbar button’s icon is now correctly sized when setting layout.css.devPixelsPerPx to 2. Thanks to Robert Ma (@Hexcles) and Dale Whinham (@dwhinham)!
  • Fixed: Find commands now work when the find bar was opened before the page had finished loading.
  • Improved: Lots of internal improvements. This should make VimFx faster, more reliable and more responsive.
    • All keyboard event handling (except <late> shortcuts) are now handled in the UI process, instead of mostly in each tab’s web page content process. This should make VimFx’s shortcuts more reliable and responsive.
    • Removed all synchronous message passing (execpt for <late> keypresses). Mozilla recommends using them only where absolutely necessary. Turns out VimFx doesn’t need them anymore!
    • The f commands are now more reliable. Before, they could crash on rare occasions (on certain web pages), but that is less likely now.
    • Less MutationObservers are now used. This should improve performance.
    • Less uncaught errors (especially on shutdown).
    • Lots of minor improvements.
  • Updated locale: ja. Thanks to Kaoru Esashika (@pluser)!

0.12.0 (2016-02-03)

  • Improved: More clickable elements are now recognized. Most notably, elements with click event listeners added by JavaScript now get hints.
  • Improved: Autofocus prevention after using the [ and ] commands.
  • Added: In VimFx’s Keyboard Shortcuts help dialog (which can be opened by pressing ?) you can now click on any command to open VimFx’s settings page in the Add-ons Manager and automatically select the text input for that command, letting you edit its shortcuts. Tip: Use the zF command to click without using the mouse.
  • Changed: Autofocus is no longer prevented in Firefox internal pages, such as about:preferences, about:addons and about:config (as well as other XUL pages).
  • Fixed: VimFx and the Beyond Australis extension do not conflict with each other anymore.
  • Fixed: The gH command no longer nags you about “No back/forward history” even though there is.
  • Added: The gl command now takes a count.
  • Improved: Optimized CPU usage in Hints mode. (See also the hints_sleep pref.)
  • Improved: The H and L commands should now be more reliable in Firefox 43 and later.
  • Changed: There was a tiny breaking change to the Public API, though I doubt it will affect anyone. (See commit 0ca807605e if you’re especially interested.)
  • Improved: Several minor things, and some really nice internal refactoring.
  • Updated locale: de. Thanks to @just-barcodes!

0.11.0 (2016-01-15)

  • Fixed: The ` command is no longer broken.
  • Fixed: Memory leak.
  • Added: The gl command, which takes you to the most recent tab.
  • Improved: The Keyboard Shortcuts help dialog is now scrollable using VimFx’s scrolling commands. To allow for this, the search field is no longer autofocused. Instead, press / to open it.
  • Improved: Using the f commands, such as f and zf, now works like actually moving your mouse onto the link, making hover menus and such-like appear.
  • Improved: VimFx should now work better with Google Drive Documents, Etherpad and a few other fancy text editors.
  • Improved: The ] command now works on google.com.
  • Improved: Checkboxes and menu items on gmail.com are now given hints by the f command.
  • Improved: The gi command now also recognizes 'contenteditable' elements.
  • Improved: Hint markers now move along together with their elements.
  • Fixed: Hint markers should now be correctly positioned when zooming.
  • Fixed: The toolbar button icon should now look correctly on Retina screens.
  • Added: You may now disable counts by using toggling the counts_enabled pref.
  • Updated locale: de. Thanks to @just-barcodes!
  • Improved: Several minor things.

0.10.0 (2015-12-09)

  • Added: The zF command, which lets you click browser elements.
  • Improved: The scrolling commands can now scroll browser elements (in other words, not only web page content), by first selecting the scollable element using zF.
  • Added: The gr command, which toggles Reader View.
  • Added: The gX command, which opens the Recently Closed Tabs menu at the middle of the screen.
  • Added: The keys you’ve typed so far of a command, as well the count, are now shown in a notification. (You may disable this using the notify_entered_keys pref.)
  • Improved: When commands don’t do anything, they show a notification instead, letting you know that you actually pressed the right keys. For example, if you press f but there are no markable elements visible, a notification is shown telling you so, instead of silently doing nothing.
  • Improved: <space> now scrolls about a line less than a full page, just like Firefox does by default. d scroll about half a line less (by default), so that pressing d twice works like pressing <space> once. (See the scroll.full_page_adjustment and scroll.half_page_adjustment prefs for more information.)
  • Improved: gi now only selects all text in its text input if you haven’t focused a text input yet (allowing you to easily replace pre-filled text), instead of always doing so. Otherwise, it now puts the cursor where you left off typing the last time.
  • Fixed: The f commands now put the cursor where you left off typing the last time when focusing a text input. Previously, they accidentally selected all text in the text input (use zf for that behavior).
  • Fixed: Yet a scrolling fix. VimFx’s scrolling commands should now “just work” on even more sites.
  • Fixed: AltGr should now work out of the box on Windows. (See the ignore_ctrl_alt pref for more information.)
  • Removed: The el-GR, hu and pl locales were sadly too out of date to be useful, and nobody has shown interest in updating them, so they were removed.
  • Updated locales: id, de and zh-CN. Thanks to Yoppy Halilintar, @just-barcodes and @mozillazg!
  • Fixed: Several tiny bugs.

0.9.0 (2015-12-02)

  • Fixed: Links with the onclick attribute can now be opened in new tabs again. (Regression since 0.8.0.)
  • Fixed: The text size in VimFx’s Keyboard Shortcuts help dialog is now correctly resized.
  • Added: The gH command. It opens the back/forward button context menu in the middle of the window, allowing you to choose a history entry with the arrow keys and <enter>.

0.8.0 (2015-12-01)

  • Fixed: VimFx now works properly in tabs moved to other windows.

  • Fixed: An unreliable check for multi-process mode has been eliminated, fixing various problems for some users.

  • Fixed: VimFx’s toolbar button now changes color correctly when switching between blacklisted and non-blacklisted tabs.

  • Fixed: Dead keys now work out of the box on Windows.

  • Improved: Links with the onclick attribute (abused as buttons) can no longer get the same hint as another link.

  • Added: The Keyboard Shortcuts help dialog (shown by pressing ?) is now searchable.

  • Added: The g/ command. It’s like / but searches links only.

  • Added: Marks.

    • Use ma to mark the current scroll position and `a to return to it. (You may substitute a with any key press.)
    • Use `` to return to the position before the last gg, G, 0, $, /, n, N or `. (You can change this mark using the last_scroll_position_mark pref.)
  • Added: Window commands.

    • w: Open new window.
    • W: Open new private window.
    • gw: Move tab to new window.
    • gF: Follow link in new window.

0.7.3 (2015-11-22)

  • Fixed: Scrolling now works correctly in pages in quirks mode (lacking a doctype), such as Hackernews.
  • Improved: The largest scrollable element is now detected better in frames.
  • Fixed: Hints mode now exits correctly when focusing a text input using af, or f with a count.

0.7.2 (2015-11-21)

  • Fixed: The blinking text caret now always appears correctly when focusing text inputs.

0.7.1 (2015-11-21)

  • Fixed: The scrolling commands should now “just work” when using non-default zoom or DPI settings, most notably on Google Groups.

0.7.0 (2015-11-19)

  • Changed: Instead of using system notifications, which turned out to be a bit too intrusive, notifications are now similar to the “URL popup” (shown when hovering or focusing links) but are placed on the opposite side,.
  • Changed: The “Focus next element” and “Focus previous element” commands have been removed. The reason they existed was to let <tab> and <s-tab> only cycle between text inputs (as opposed to all focusable elements) after you’ve pressed gi. Now, <tab> and <s-tab> are handled specially instead, and only after pressing gi. The reason for this change is that the now removed commands were too intrusive, breaking user habits. One of VimFx’s main goal is not to do that. (You can turn the special handling of <tab> and <s-tab> off using the the new focus_previous_key and focus_next_key prefs.)
  • Fixed: The scrolling commands should now “just work” in a lot more situations, most notably on Gmail and Google Groups. More scrollable elements are also recognized by the f and zf commands.
  • Improved: The right border of hint markers for scrollable elements is now styled to remind of a scroll bar, making them easier to recognize among hints for links.
  • Improved/Changed: J and gJ now allow a count on the first tab. Consequently, K and gK now allow a count on the last tab.
  • Changed: gJ and gK can no longer be used to pin or unpin tabs. They now only wrap around tabs of the same pinned state. Use gp to toggle between pinned and non-pinned.
  • Fixed: Many elements that got a hint before VimFx 0.6.0 now do again.
  • Improved: Comment fields on Facebook can now be focused using f and blurred using <escape>.
  • Improved: VimFx’s toolbar button is no greyed out when you focus a text input. This is to show that your key presses will be passed into the text input rather than activating VimFx commands.
  • Added: g0, g^ and g$ now accept counts, allowing you to go to tab number count.
  • Improved: gi now finds text inputs inside frames.
  • Fixed: “gi mode” is now exited properly when blurring a text input.
  • Fixed: <select> elements are no longer considered to be text inputs when using <tab> and <s-tab> in “gi mode.”
  • Fixed: Using <force> or <late> in a shortcut no longer applies to every shortcut for the command, but only that shortcut.
  • Fixed: The order of the Previous/Next page patterns is now respected. This caused the wrong link to be picked by the [ and ] commands on some pages.

0.6.2 (2015-11-11)

  • Improved: If the entire page isn’t scrollable, the largest scrollable element is scrolled instead.
  • Fixed: VimFx’s keyboard shortcuts now works on slowly loading pages.
  • Fixed: Numbers may now be used as shortcut keys (overriding counts).
  • Fixed: The toolbar button’s icon is now correctly sized in high DPI.
  • Fixed: Hint markers are now correctly positioned when zooming using the “Zoom text only” option.
  • Fixed: The P command now works with the InstantFox add-on.

0.6.1 (2015-11-10)

  • Fixed: If you customized the “esc” command before VimFx 0.6.0 it should now work as expected.
  • Fixed: <tab> now works as expected in the location bar and in the dev tools.
  • Fixed: Light-weight themes can no longer make VimFx’s Keyboard Shortcuts help dialog and hint markers unreadable.
  • Added: The notifications_enabled option.

0.6.0 (2015-11-09)

Most important (breaking) changes
  • VimFx now works properly with any keyboard layout. Users of multiple layouts should enable the ignore keyboard layout option. #249 #259

  • Features related to disabling VimFx, and to the toolbar button:

    • Insert Mode has been renamed to Ignore mode.
    • Blacklisted sites now enter Ignore mode automatically, instead of being specially handled.
    • The feature to click the toolbar button (or press <a-V>) to disable VimFx has been removed. Use Ignore mode (i) and the blacklist instead.
    • The toolbar button is now red in Ignore mode (which also means that it is red on blacklisted sites) and green otherwise (never grey anymore).
    • The toolbar button no longer offers to (un-)blacklist the current domain. (Head into VimFx’s settings page in the Add-ons Manager and add *currentdomain.com* to the blacklist option yourself instead.)

    (See commit 3552282 for more information.)

  • Some default shortcuts have changed, mostly because they conflicted with standard Firefox shortcuts: #308

    • <c-J>gJ

    • <c-K>gK

    • g^ and gHg0

      g^ now selects the first non pinned tab instead, while g0 selects the first tab regardless of whether it is pinned or not. #317

    • <c-e> (alias for j) and <c-y> (alias for k) have been removed.

    • <c-f><space> and <c-b><s-space>

    • vfzf

      This frees up v for future shortcuts (instead making z a “namespace” key, just like in Vim).

    • To exit Ignore mode: <escape><s-escape>. This is because Ignore mode has replaced the disable feature, as well as the special blacklist state (see above). Sites are likely to use <escape> but not <s-escape>. (In a way, this new role of Ignore mode also means that the old (many times broken) shortcut to disable VimFx (<a-V>) has been replaced by i.) #64 #375 #432

  • VimFx’s Keyboard Shortcuts help dialog is now help only, and more accessible. To customize keyboard shortcuts, go to VimFx’s settings page in the Add-ons Manager, just like you would to customize other settings. Also, commas between every key are no longer needed: Type gJ instead of g,J.

  • For performance reasons, Hint markers are now placed vertically centered instead of at the top of the element. Don’t be surprised if you see the same hint repeated several times**—links that go to the same place now get the same hint.** The “Smart hints” option has been removed—hints are always smart now, and a lot smarter than before. Finally, hints now also work in the new tab page, the Add-ons Manager and the preferences page. If you want to, you can read more about the f commands. #51 #60 #176 #320 #325 #468 #471 #475

  • The F command now always opens tabs in new background tabs, while gf has been added to open tabs in new foreground tabs. #227 #464

  • Autofocus prevention is now off by default. One of VimFx’s core philosophies is to be nice to your browser habits. Some find autofocus prevention too big a change. Turn it on again if you like it! By the way, autofocus prevention now works much more reliably and should not cause issues with other extensions. #497 #541

  • The “Scroll step” option has been removed. The scrolling commands that used it now work like the arrow keys instead, and are customized just like them. See scrolling prefs for more information.

  • Speaking of scrolling, which elements scrolls when you use VimFx’s scrolling commands has changed. See scrolling commands for more information.

New features
  • New commands:

    • gp pins or unpins the current tab. (Also see g^ and g0 mentioned above.) #121
    • yt duplicates the current tab. #121
    • 0 and ^ scroll to the far left, and $ scrolls to the far right.
    • gi has finally been implemented. #47
    • Ignore mode <s-f1> let you run a Normal mode command without exiting Ignore mode.
  • In Hints mode you can now hold ctrl and alt to change behavior of the matched marker. Hold shift to temporarily make the hints see-through. See the f commands for more information. #220 #421 #484

  • Some commands now accept counts. #374

  • It is now possible to create shortcuts that work inside text inputs. See the <force> key for more information. #258

  • It is now possible to create shortcuts that the page can override. See the <late> key for more information.

  • A number of advanced options have been added. Rather than listing everything regarding them here, follow that link if you’re interested. #452 #489

  • You may now, if you want to, configure VimFx through a config file, using the new public API. Customizing VimFx through a config file also gives extra abilities, such as site-specific options and disabling certain commands on certain sites. It also allows to add custom commands (and other extensions to extend VimFx). #158 #235 #255 #261 #300 #408 #445 #490 #515

  • It is now easier to customize VimFx through custom styling. An example is changing the way hint markers look. #220 #233 #424 #432 #465

  • VimFx now has documentation and a wiki.

  • A few new locales were added:

    • fr. Thanks to Mickaël RAYBAUD-ROIG (@m-r-r)!
    • pt-BR. Thanks to Átila Camurça Alves (@atilacamurca)!
    • sv-SE. Thanks to Andreas Lindhé (@lindhe)!
Improvements
  • VimFx is now multi-process/Electrolysis/e10s compatible! This means that you can run VimFx on a version of Firefox with multi-process enabled without issues, and that we’re future proof for the day when Firefox becomes multi-process by default. Best of all, it also made VimFx more reliable in non-multi-process (“regular”) Firefox. #378

  • The [ and ] commands are now smarter, recognizing more links to the previous/next page correctly. You may read more about previous/next page patterns. #396

  • The n and N commands now notify you when they wrap around the page, or the phrase you searched for could not be found. #398

  • All shortcuts in all modes can now be customized. For example, this allows you to disable VimFx’s Vim-style <enter> behavior in the find bar. #222 #390 #421

  • The p and P commands are now smarter regarding whether to treat the clipboard contents as a URL or a search, by working exactly like pasting in the location bar. They also now read the selection clipboard, if available. #353 #382

  • VimFx’s toolbar button is now properly implemented. #303 #349 #383

  • Most locales were updated. Thanks to our awesome translators!

Minor bug fixes
  • VimFx now works correctly in tabs dragged to other windows. #57
  • The p command is no longer broken. #494
  • Non-ASCII shortcut keys now work properly. #433
  • The Keyboard Shortcuts help dialog can no longer be covered by page elements. #477
  • Hint markers can no longer be covered by page elements.
  • VimFx no longer causes scripts on icloud.com to get stuck in an infinite loop. #389

0.5.17 (2015-01-23)

  • Fixed: The hints generation no longer crashes on some pages (regression since version 0.5.15).

0.5.16 (2015-01-22)

  • Fixed: The toolbar button no longer throws errors. (This fix should have been in 0.5.15 but was forgotten. Luckily an AMO reviewer found it.)

0.5.15 (2015-01-21)

  • Improved: This version is now forwards-compatible with the upcoming version 0.6.0. Downgrading from 0.6.0 to 0.5.14 or older might cause VimFx to crash, but downgrading from 0.6.0 to 0.5.15 is safe.
  • Fixed: Non-hintchars key presses in hints mode are now suppressed. They used to be passed along to the browser, which could confusingly activate site commands.
  • Fixed: The 'f' command now always opens links in the same tab. Links used to be able to force a new tab or window.
  • Fixed: Pressing 'Esc' in the location bar now restores the URL, as is the default behaviour of Firefox. You may now also close Firefox dialogs using 'Esc'.
  • Improved: Updated the de locale. Thanks to Alexander Haeussler!
  • Improved: Updated the pl locale. Thanks to morethanoneanimal!

0.5.14 (2014-08-16)

  • Fixed: Locales should now work properly.
  • Improved: Updated the zh-CN locale (@mozillazg).
  • Improved: Updated the de locale (@Kambfhase).
  • Added: Japanese locale (@pluser).
  • Fixed: If you switched to another tab or window while an <input> element was focused and then switched back, the <input> element got blurred, while it should have stayed focused. This caused the auto-type feature of KeePassX to break.

0.5.13 (2014-08-02)

  • Fixed: The vote button on StackExchange sites are now markable again.
  • Improved: Detection of previous/next links. Should work better on gmail now.
  • Fixed: It is now possible to use Enter/Return in keyboard shortcuts.
  • Improved: The n/N commands (etc.) now work even if you didn’t open the finbar using the VimFx command (such as the default key binding ctrl+f, or by clicking a menu item).
  • Improved: It is now possible to blur text inputs without sending Esc to the page, which could cause dialogs etc. to annoyingly close.
  • Improved: Updated the el-GR locale (@sirodoht).
  • Fixed: Autofocus prevention sometimes made text inputs impossible to focus until you reloaded the page.
  • Improved: Autofocus prevention now works on more sites than before.
  • Improved: Autofocus prevention now prevents all automatic focusing (not just when the page loads). This makes devdocs.io much easier to use.
  • Added: When viewing images directly and the image has been resized to fit the screen the image is now markable, allowing you to toggle zoom on it using the keyboard.
  • Fixed: It is no longer possible to add conflicting shortcuts (such as adding 'a' when 'af' and 'as' are already present).

0.5.12 (2014-06-01)

  • Fixed: Autofocus prevention got stuck sometimes, making it impossible to focus inputs.

0.5.11 (2014-06-01)

  • Fixed: The focus search bar command was broken.
  • Fixed: Autofocus prevention was broken.
  • Fixed: The top bar on YouTube could not be accessed by VimFx.
  • Fixed: You can no longer add blank hotkeys.
  • Improved: Tab Groups are supported.
  • Improved: Matching of previous/next links should be more reliable.
  • Improved: A few minor things.

0.5.10 (2014-05-07)

  • Fixed yet another bug related to the default preferences

0.5.9 (2014-05-04)

  • Fixed a bug with default preferences not being set
  • Fixed gg and G to be faster

0.5.8 (2014-04-18)

  • AMO Preliminary Review bug fix (sorry for such long delay)

0.5.7 (2014-03-03)

  • Bug fix

0.5.6 (2014-02-26)

  • Updated some translations
  • Updated pagination patterns and logic

0.5.5 (2014-01-03)

  • Hotfix release to address a bug that has been introduced in 0.5.4

0.5.4 (2014-01-03)

  • Fix for popup passthrough mode stucking
  • Make toolbar button click depend on current mode
  • Higher weight markers should not be overlapped
  • Refactor find mode to use Firefox native search bar
  • Bump minimum required Firefox version to 25
  • Added commands to go in the URL path
  • Added commands to navigate previous and next links with customizable link patterns
  • Use Firefox 24+ native console API
  • Update zh-CN localization

0.5.3 (2013-10-16)

  • Lots of refactoring
  • Insert mode (i command)
  • Follow multiple links with af command
  • Hint marker rotation with space while in hints mode

0.5.1 (2013-08-21)

  • Fixed regression with stylesheets
  • Updated icon

0.5 (2013-08-19)

  • Added command to focus search bar: O
  • Added commands to stop loading current page and all pages: s and as
  • Invisible elements will not get hint markers
  • Compatibility with Firefox 25
  • Simple shortcut customization with UI in Help dialog
  • Use Huffman coding algorithm for hint markers generation which results in shorter links
  • Implemented Bloom filters to achieve shorter hints for those shortcuts that are used often
  • Reimplemented scrolling - now works with pages where window is not scrollable
  • Find disabled on non HTML documents
  • Find string is now global for all windows.
  • Fixed logic of locale discovery. Now we rely on general.useragent.locale Firefox preference for current locale

0.4.8 (2013-06-12)

  • embed and object tags will now have their own hints
  • Bug fixes related to custom hint chars (@LordJZ)
  • Fixed t - now it will be nice to other extensions
  • Updated Chinese translations (@mozillazg)
  • Reenter Normal mode on page reloads to avoid getting stuck in Hints mode without any hints
  • Search will focus element that contains matching text
  • Fixed hint markers for iframes
  • Marker bug fixes (@LordJZ)

0.4.6 (2013-03-27)

  • Reimplemented find mode: CJK support, performance boost
  • a/ or a. to highlight all matches of the search string on the page
  • Hint markers will now reach into iframes
  • Key handling is disabled when a popupmenu or panel are shown
  • yf will now also focus links and copy values from text/textarea element
  • vf will show hit markers to focus the underlying element

0.4.5 (2013-03-12)

  • : to open Firefox Developer Toolbar, Esc to close it.
  • Add Hungarian locale (@thenonameguy).
  • Add Polish locale (@grn).
  • Don't close pinned tabs when pressing x (@grn).
  • Switched to Makefile for building the extension release (@carno).
  • Mrakers CSS tweaks (@helmuthdu)

0.4.4 (2013-01-30)

  • Thanks to @mozillazg and @mcomella for translation contributions.
  • Added gh command that will navigate to the home page.
  • Added o command to focus location bar.
  • p and P will parse the contents of the clipboard. If the string in the clipboard appears to be a URL then it will navigate to this URL. Otherwise it will search for the string in the clipboard using currently selected search provider.
  • Now hint markers for links will stay on top of all the markers for different kinds of elements.
  • Esc will now also close the focused default search bar.
  • Fixed bugs related to keyboard events handling, XUL documents, and some other issues.
  • Bug fixed where not all the commands could be disabled via the Help dialog.

0.4.3 (2012-12-27)

  • Toolbar button bugfix
  • Added an option to disable individual commands via the help dialog

0.4.1, 0.4.2 (2012-12-12)

  • Small tweaks of the find feature.
  • Bugfix for keyboard handling on non-english keyboard layouts

0.4 (2012-12-09)

  • Implemented find with / and n/N
  • Added ar and aR commands to reload pages in all open tabs.
  • Added a preference that enables blurring from any element that has input focus in the browser on Esc keydown (on by default)
  • Fixed bug where markers and help dialog would blow up some of the pages.
  • Marker hints are now sorted with respect to the underlying element area. Elements with larger area get shorter hints
  • Added mail.google.com to the default black list
  • Various bug fixed and improvements.

0.3.2, 0.3.2, 0.3.3 (2012-11-20)

  • Hotfixes for the build script to include localization related files and folders

0.3 (2012-11-19)

  • Fixed Desktop extension compatibility problem
  • Removed c-b/c-f for now. c-f is a standard search hotkey. Will put c-f back when proper Vim-like search with / is implemented
  • Scrolling with G will now reach the bottom of the page
  • Implemented localization, currently there is only Russian localization. Community is welcome to contribute your localizations!
  • Implemented simple smooth scrolling

0.2 (2012-11-05)

  • document.designMode='on' is now honored. Will also provide hint markers for iframes on the page.
  • Bug fixed where it would completely reset the toolbar while installing the toolbar button.
  • Bug fixed where it's not possible to change the text in the blacklisting textbox
  • Changed u/d to scroll half a page, added c-f/c-b to scroll full page
  • Added tab movement commands: c-J and c-K.
  • Invisible markers bug fixed.
  • Global hotkey to disable the commands (equal to the toolbar button click): Alt-Shift V
  • ^u and ^d are removed from the command list. ^u is commonly used to show the page source code
  • Opening new tab with now focuses the location bar
  • Other small bugs nailed down.

0.1.1 (2012-10-27)

  • Just to deal with AMO - no changes

0.1 (2012-10-26)

  • Initial Release