]> git.gir.st - VimFx.git/blob - CHANGELOG.md
Use require instead of Cu.import for devtools (#924)
[VimFx.git] / CHANGELOG.md
1 ### 0.20.13 (2018-05-06)
2
3 - Fixed: VimFx should now work in Firefox 61 (if you have enabled legacy
4 extensions). Thanks to Kevin Cox (@kevincox), 依云 (@lilydjwg) and Jan
5 Kokemüller (@jiixyj)!
6
7 ### 0.20.12 (2018-01-23)
8
9 - Fixed: VimFx should now work in Firefox 59 (if you have enabled legacy
10 extensions). Thanks to Kevin Cox (@kevincox) and 依云 (@lilydjwg)!
11 - Updated locale: es. Thanks to @strel!
12
13 ### 0.20.11 (2017-11-19)
14
15 - Fixed: VimFx should now work in Firefox 58 (if you have enabled legacy
16 extensions). Thanks to 依云 (@lilydjwg)!
17
18 ### 0.20.10 (2017-03-25)
19
20 - Improved: Autofocus is now prevented when going back in history on pages that
21 use `history.pushState()` (in other words, on the 'popstate' event).
22 - Updated locale: ja. Thanks to Kaoru Esashika (@pluser)!
23
24 ### 0.20.9 (2017-02-21)
25
26 - Fixed: The `yy` command now works as expected in Reader Mode.
27
28 ### 0.20.8 (2017-01-14)
29
30 - Improved: The scrolling commands now scroll the closest scrollable parent of
31 the currently focused element (if it is not scrollable itself). This is
32 noticeable for Twitter’s modals, which are often scrollable. No longer any
33 need to use the `f` or `ef` commands to scroll those modals!
34
35 ### 0.20.7 (2017-01-07)
36
37 - Improved: The `[` and `]` commands now work in Google search results.
38 - Improved: You can now show the “emoji picker” of the “like” button on Facebook
39 by using the `ef` command.
40 - Updated locale: de. Thanks to @interleaved!
41
42 ### 0.20.6 (2016-12-16)
43
44 - Fixed: The `'`, `g[` and `g]` commands no longer crash. (Regression since
45 0.20.5.)
46 - Fixed: The `ef` command can now focus elements in deeply nested frames again.
47 (Regression since 0.19.0.)
48 - Fixed: `vimfx.addOptionOverrides` and `vimfx.addKeyOverrides` are now properly
49 undone when reloading a config file (`gC`).
50 - Improved: Hint markers for elements with multiline text no longer cover the
51 text.
52 - Updated locale: de. Thanks to @interleaved!
53
54 ### 0.20.5 (2016-12-04)
55
56 - Fixed: Scrolling by holding `d`, `u`, `<space>` or `<s-space>` no longer goes
57 slower and slower (and finally grinding to a halt) on long pages with lots of
58 elements. (See also the [`scroll.repeat_timeout`] pref.)
59 - Improved: All config API functions now validate all their parameters properly.
60 This provides a better user experience, and, most importantly, prevents VimFx
61 from crashing on certain invalid input.
62
63 [`scroll.repeat_timeout`]: https://github.com/akhodakivskiy/VimFx/blob/58deb3f7b7c470a4d705f1dabf7aa13e095e8d09/documentation/options.md#smooth-scrolling
64
65 ### 0.20.4 (2016-11-16)
66
67 - Fixed: The `n` and `N` commands now work in Firefox’s PDF viewer.
68 - Fixed: The `eb` command can now click the tab bar scroll buttons.
69 - Fixed: Elements marked by the `eb` command now correctly get hints based on
70 their area again.
71 - Improved: The `eb` command now favors the browser tabs and their close
72 buttons, giving them better hints.
73 - Improved: The hints given to the browser tabs by the `eb` command are now
74 consistent no matter how many tabs you have open. This means that the first
75 tab always gets the same hint, the second tab always get the same hint, and so
76 on.
77 - Improved: Hint markers are now placed next to the text of the element if
78 appropriate. For example, the hint marker for a button with centered text is
79 now placed just to the left of the text rather than at the left edge of
80 button. This is nice because it means that hint markers usually end up where
81 you were just reading.
82 - Improved: The positioning of hint markers has been fine-tuned by a pixel or so
83 in some cases.
84 - Improved: Custom styled checkboxes and radio buttons now get hint markers
85 faster (they are now found in the first pass rather than the second).
86 - Improved: Compatibility with the [Tab Center] add-on.
87 - Improved: Blurring the location bar is now more consistent. Previously, its
88 text wasn’t reset if the autocomplete popup was open when you pressed
89 `<escape>` to blur it.
90 - Fixed: An edge case where the wrong hint markers could be highlighted.
91
92 [Tab Center]: https://testpilot.firefox.com/experiments/tab-center/
93
94 ### 0.20.3 (2016-10-22)
95
96 - Improved: Full page scrolling now recognizes the fixed footer on medium.com.
97 - Fixed: Scrollable element can now be focused with the `f` command again (not
98 just with the `ef` command). (Regression since 0.19.0.)
99 - Fixed: `<escape>` is no longer accidentally leaked to the page when used to
100 blur text inputs. This allows blurring text inputs in modals without closing
101 the modal (which `<escape>` commonly does otherwise).
102
103 ### 0.20.2 (2016-10-16)
104
105 - Fixed: Text inputs and links inside frames can now be focused using hint
106 commands again. (Regression since 0.19.0.)
107 - Improved: Previously focused text inputs inside frames no longer steal the
108 focus when entering Caret mode in that frame.
109 - Improved: When several hint markers have the same hint (because their links
110 go to the same place), the _largest_ of those links is now chosen when
111 activating that hint. This might be noticeable via focus styling.
112 - Updated locale: zh-CN. Thanks to @av2000ii!
113
114 ### 0.20.1 (2016-10-09)
115
116 - Improved: Caret mode is now a bit more robust. It can no longer make you end
117 up with [Firefox’s own Caret mode] accidentally enabled.
118 - Improved: If you try use for example `<ctrl>-j` as a keyboard shortcut, VimFx
119 will now tell you that you probably want `<c-j>` instead.
120 - Fixed: Using a keyboard shortcut to switch keyboard layout in GNOME while
121 inside a text input no longer causes the focus of that text input to be lost
122 when the Prevent autofocus option is enabled.
123 - Updated locale: zh-CN. Thanks to @av2000ii!
124
125 [Firefox’s own Caret mode]: http://kb.mozillazine.org/Accessibility_features_of_Firefox#Allow_text_to_be_selected_with_the_keyboard
126
127 ### 0.20.0 (2016-10-02)
128
129 - Added: The `g[` and `g]` commands, which let you scroll to previous and next
130 scroll positions of the current page. This is similar to Vim’s jump list.
131 - Added: The `/` mark. Pressing `'/` takes you to the scroll position before the
132 last `/`, `a/` or `g/`.
133 - Fixed: Pressing `''` multiple times in a row now flips back and forth
134 between two scroll positions as expected.
135 - Fixed: Version 0.19.0 claimed to include the following improvement: “The hint
136 marker for a smaller element can no longer cover the hint marker for a larger
137 element (unless you press `<c-space>` to rotate them).” However, a silly
138 mistake caused that improvement not to work. Now it does. For real.
139 - Fixed: All VimFx commands that copy text to the clipboard are now made sure to
140 also copy to the “selection clipboard” (if your system has such a thing). For
141 example, if you copy text using the `yv` command, the `p` command now uses
142 that copied text as expected.
143
144 ### 0.19.1 (2016-09-26)
145
146 - Fixed: The `'` command no longer crashes. (Regression since 0.19.0.)
147
148 ### 0.19.0 (2016-09-25)
149
150 #### Changes and improvements to Hints mode
151
152 **New feature:** Hint markers can now be filtered by element text, similar to
153 Vimium, Vimperator and Pentadactyl. This is useful for people who simply prefer
154 that workflow, and for clicking tiny pagination links (simply type its number!).
155
156 By default, filtering by element text is done by typing _uppercase_ characters
157 (hold down shift!). All characters other than the hint characters are now used
158 to filter hint markers by element text (rather than just being ignored). Do you
159 prefer filtering by element text, but dislike typing uppercase letters? Have a
160 look at how [hint characters] work to make things the other way around!
161
162 The markers with the best hint are now highlighted with a different color. You
163 may at any time press `<enter>` to activate those markers (or `<c-enter>` or
164 `<a-enter>` to change where and how to open links, just like you can hold ctrl
165 or alt for the last hint character).
166
167 Because of the above new features, the following default **Hints mode shortcuts
168 had to be changed:**
169
170 - `<space>` → `<c-space>` (`<s-space>` is left untouched)
171 - `<s->` → `<c-s->` (hold ctrl _and_ shift to peek through hint markers)
172 - `<enter>` → `<up>`
173 - `<c-enter>` → `<c-backspace>`
174
175 To make it easier to see the element text, hint markers are now nudged to the
176 left if they cover the text.
177
178 Other hint marker improvements:
179
180 - Hint markers are now 20% smaller by default. While trying to match text sizes
181 set by your operating system, they ended up a bit too large on most systems.
182 Check out the [Styling] documentation if you’d like to change the font size.
183 - Hint markers now have stronger contrast between the background color and the
184 text color, which should make them easier to read.
185 - The CSS for hint markers have been improved, making it easier to use custom
186 [Styling].
187 - When several elements have the same area, the best hint is now correctly given
188 to the _first_ of those elements. Previously, it happened to be the other way
189 around.
190 - The hint marker for a smaller element can no longer cover the hint marker for
191 a larger element (unless you press `<c-space>` to rotate them).
192 - Hint markers are now better positioned when having zoomed the page in or out.
193 - Hints mode is now more robust in general. Several race conditions have been
194 fixed.
195
196 [hint characters]: https://github.com/akhodakivskiy/VimFx/blob/8bafdf0454043c1630bac8b13d13f1fb4e5ee9e7/documentation/options.md#hint-characters
197 [Styling]: https://github.com/akhodakivskiy/VimFx/blob/8bafdf0454043c1630bac8b13d13f1fb4e5ee9e7/documentation/styling.md
198
199 #### Other updates
200
201 - Added: The ability to **export, import and reset all** VimFx options. There
202 are three shiny new buttons for this in VimFx’s options page in the Add-ons
203 Manager!
204 - Added: The `gB` command, which lets you **quickly blacklist** (and
205 un-blacklist) sites.
206 - Added: The `ec` command, for opening the context menu of elements.
207 - Added: The `ep` command, for opening links in new private windows.
208 - Improved: `h`, `l`, `j` and `k` now feel more like scrolling with the arrow
209 keys when held down, by boosting the scrolling speed. See the
210 [`scroll.horizontal_boost` and `scroll.vertical_boost`][scroll-boost] options
211 for more information.
212 - Fixed: VimFx’s find bar integration is now much more robust. Most notably, if
213 you start typing directly after pressing `/` and Firefox is slow at opening
214 the find bar, your keypresses can no longer trigger VimFx commands or Firefox
215 built-in commands.
216 - Improved: VimFx no longer leaks keypresses to the web page in some modes. (For
217 example, counts in Caret mode).
218 - Improved: The `eb` command now finds more clickable elements in the devtools.
219 - Changed: `vimfx.addKeyOverrides` no longer lets you easily break for example
220 Hints mode, by now only being applied to Normal mode. You might need to change
221 your matchers from `(location, mode) => ...` to simply `location => ...`.
222 (Breaking API change.)
223 - Changed: The object passed to custom commands (and custom modes) no longer
224 contains a `uiEvent` property. Instead, there’s an `event` property. This
225 property can be used the same way if you check `vim.isUIEvent(event)` first.
226 (Breaking API change.)
227
228 [scroll-boost]: https://github.com/akhodakivskiy/VimFx/blob/8bafdf0454043c1630bac8b13d13f1fb4e5ee9e7/documentation/options.md#scrollhorizontal_boost-and-scrollvertical_boost
229
230 ### 0.18.1 (2016-08-27)
231
232 - Fixed: `vimfx.addOptionOverrides` no longer crashes on startup.
233 - Fixed: `vimfx.addOptionOverrides` can now override the `prevent_autofocus`
234 pref again.
235
236 ### 0.18.0 (2016-08-20)
237
238 #### Changed default shortcuts
239
240 Some default keyboard shortcuts have been changed.
241
242 - Hint commands. Many of the old ones were difficult to remember, and there was
243 no space for adding new ones.
244
245 - `gf` → `et` (t as in tab)
246 - `gF` → `ew` (w as in window)
247 - `zf` → `ef` (f as in focus)
248 - `zF` → `eb` (b as in browser)
249 - `zv` → `av` (you actually select _all_ of the element’s text)
250
251 (`f`, `yf`, `af`, `v` and `yv` stay unchanged.)
252
253 There is a longer [explanation of these new defaults][hint-shortcuts] in the
254 documentation.
255
256 - `zr` → `gC`. `zr` was the only shortcut starting with `z`. This frees that key
257 up for other uses.
258
259 - `` ` `` → `'`. The `` ` `` shortcut (“scroll to mark”) as well as the `` ` ``
260 mark (“last position mark”) have both been changed to `'`. Both `` ` `` and
261 `'` are used in Vim. `'` is a better default, because it is easier to
262 type–both on an en-US QWERTY keyboard and, more importantly, on some
263 international layouts, such as the sv-SE QWERTY layout.
264
265 Note: If you miss Firefox’s default `'` shortcut to open the Quick Find bar
266 (which is now overridden), remember that VimFx provides `g/` which does the
267 same thing. (You can of course also change VimFx’s shortcuts.)
268
269 See also issue [#788].
270
271 [hint-shortcuts]: https://github.com/akhodakivskiy/VimFx/blob/e8d9df31dd5c8df999ac22e3b3b8d548a68c6fa7/documentation/commands.md#mnemonics-and-choice-of-default-hint-command-shortcuts
272 [#788]: https://github.com/akhodakivskiy/VimFx/issues/788
273
274 #### Other updates
275
276 - Added: It is now possible to create [custom hint commands].
277 - Fixed: The bottom-right corner of the page scrollbars can now be used with the
278 mouse again.
279 - Fixed: The toolbar button now correctly toggles VimFx’s Keyboard Shortcuts
280 dialog again.
281 - Updated locales: fr, ru. Thanks to Mickaël RAYBAUD-ROIG (@m-r-r) and Nicholas
282 Guriev (@mymedia2)!
283
284 [custom hint commands]: https://github.com/akhodakivskiy/VimFx/blob/e8d9df31dd5c8df999ac22e3b3b8d548a68c6fa7/documentation/api.md#custom-hint-commands
285
286 ### 0.17.4 (2016-07-11)
287
288 - Improved: The usage of modifier keys in Hints mode is now shown in VimFx’s
289 Keyboard Shortcuts help dialog. The functionality has been there for a long
290 time, but should now be easier to find. Thanks to our awesome translators,
291 the new help text is already available in most supported locales!
292 - Improved: If you submit a form while still being inside one of its text
293 inputs, that text input is now automatically blurred. This lets you use VimFx
294 commands while waiting for the form to submit without having to press
295 `<escape>` first.
296 - Improved: The `gu` command now works better on some pages, by preserving a
297 trailing slash. Thanks to @sinkuu!
298 - Improved: VimFx now recognizes text areas in the TYPO3 CMS.
299 - Improved: The `<escape>` command and the toolbar button now let you escape
300 back to Normal mode if VimFx ever gets stuck thinking that you are typing in a
301 text input.
302
303 ### 0.17.3 (2016-06-27)
304
305 - Improved: The `zF` command can now open even more dropdown menus of buttons.
306
307 ### 0.17.2 (2016-06-19)
308
309 - Improved: The `zF` command now works with more buttons and is able to open
310 dropdown menus of buttons.
311 - Fixed: The `f` commands now recognize more file upload buttons.
312 - Fixed: Rotating hint markers now works more as expected after having entered a
313 few hint chars.
314 - Fixed: Scrolling now works in SVG documents.
315 - Fixed: Opening links in new tabs in Firefox 50.
316 - Updated locales: pt-BR and ru. Thanks to Átila Camurça Alves (@atilacamurca)
317 and Nicholas Guriev (@mymedia2)!
318
319 ### 0.17.1 (2016-06-12)
320
321 - Fixed: The `zF` command no longer accidentally double-clicks instead of
322 single-clicking. Thanks to Alan Wu (@XrXr)!
323 - Fixed: The `zF` command no longer crashes in Firefox 49+.
324 - Fixed: The “URL popup,” shown when hovering or focusing links, now appears
325 again when focusing links using `zf` (regression since 0.17.0).
326 - Updated locale: it. Thanks to Carlo Bertoldi (@cbertoldi)!
327
328 ### 0.17.0 (2016-06-08)
329
330 - Fixed: VimFx no longer scrolls smaller elements on a page instead of the
331 entire page on some sites.
332 - Improved: The `/`, `n` and `N` have been drastically sped up (when
333 [`find_from_top_of_viewport`][find_from_top_of_viewport-1] is on). Previously,
334 they appeared to freeze on some sites, but not anymore.
335 - Improved: You can no longer accidentally trigger VimFx between pressing `/`
336 and the find bar input being is focused.
337 - Improved: The `n` and `N` commands are now more robust.
338 - Improved: “Fullscreen” buttons and “Copy to clipboard” buttons can now be
339 activated the `f` command. Thanks to Alan Wu (@XrXr)!
340 - Changed: After having pressed `m` or `` ` `` VimFx no longer waits
341 indefinitely for you to press a mark key. Instead, the [timeout] option is
342 honored.
343 - Changed: After having pressed `m` or `` ` `` you can now press `<escape>` to
344 abort those commands.
345 - Changed: Find mode is no longer shown in VimFx’s Keyboard Shortcuts help
346 dialog, to reduce clutter. (This can be changed through custom
347 [styling][styling-1].)
348 - Changed: The `?` command as well as the toolbar button now _toggle_ VimFx’s
349 Keyboard Shortcuts help dialog (instead of always showing it, even if it was
350 already shown.)
351 - Changed: Counts are now ignored in Ignore mode. Previously, pressing number
352 keys would both send those key presses to the page _and_ contribute to the
353 count for commands (showing up in the bottom-right corner). This is no longer
354 the case.
355 - Updated locales: fr, zh-CN and zh-TW. Thanks to Mickaël RAYBAUD-ROIG (@m-r-r),
356 @av2000ii and Robert Wang (@cyberrob)!
357
358 [find_from_top_of_viewport-1]: https://github.com/akhodakivskiy/VimFx/blob/288bd3317cbed3a57e42a754099b96efe6c1e38d/documentation/options.md#find_from_top_of_viewport
359 [timeout]: https://github.com/akhodakivskiy/VimFx/blob/288bd3317cbed3a57e42a754099b96efe6c1e38d/documentation/options.md#timeout
360 [styling-1]: https://github.com/akhodakivskiy/VimFx/blob/288bd3317cbed3a57e42a754099b96efe6c1e38d/documentation/styling.md
361
362 ### 0.16.1 (2016-05-29)
363
364 - Fixed: The `zF` command no longer crashes (regression since 0.16.0).
365
366 ### 0.16.0 (2016-05-29)
367
368 - Fixed: The text input focus detection problems introduced in 0.15.1, which
369 sometimes caused VimFx commands to be triggered while typing in text inputs,
370 have been fixed.
371 - Improved: If you press `n` or `N` when there are are no matches for your
372 search, the find bar is no longer opened. Only a notification is shown. The
373 reliability of those notifications has also been improved.
374 - Improved: Hints mode now finds more links.
375 - Improved: Pressing `<c-enter>` in Hints mode now includes more elements.
376 - Updated locales: es, zh-CN. Thanks to @strel and @av2000ii!
377
378 ### 0.15.1 (2016-05-22)
379
380 - Improved: Better hints on Twitter.
381 - Improved: Compatibility with the [Evernote Web Clipper] add-on (and
382 potentially other add-ons with similar UI).
383 - Updated locale: ja. Thanks to Kaoru Esashika (@pluser)!
384
385 [Evernote Web Clipper]: https://addons.mozilla.org/firefox/addon/evernote-web-clipper/
386
387 ### 0.15.0 (2016-05-18)
388
389 - Improved: Hint markers now appear up to twice as fast on many pages. This is
390 done by creating the hint markers in two phases. Most are created in the
391 first, fast, phase. The rest take the same time as older VimFx versions to
392 show up.
393 - Fixed: VimFx no longer triggers commands while typing in fancy text inputs on
394 some sites, such as when composing a new tweet on Twitter. (See also the
395 [`blur_timeout`] pref.)
396 - Changed: The `<c-enter>` Hints mode command no longer _replaces_ all hint
397 markers on screen (with new ones for all elements on screen). Instead, it
398 _toggles_ your current hint markers with ones for all _other_ elements on
399 screen.
400 - Changed: There was a breaking change to the [`vimfx.setHintMatcher`] function
401 of the `frame.js` config file API. It no longer receives and returns an object
402 (of the shape `{type, semantic}`), but instead simply receives and returns the
403 `type` of the element.
404 - Improved: Some internal robustness refactoring.
405 - Updated locales: de, id, nl and zh-CN. Thanks to @just-barcodes, Yoppy
406 Halilintar (@comepradz), @HJTP, @av2000ii and @mozillazg.
407
408 [`blur_timeout`]: https://github.com/akhodakivskiy/VimFx/blob/4a1d2468ee558ad1fdf9a4ab60f942d81bbc0b57/documentation/options.md#blur_timeout
409 [`vimfx.setHintMatcher`]: https://github.com/akhodakivskiy/VimFx/blob/4a1d2468ee558ad1fdf9a4ab60f942d81bbc0b57/documentation/api.md#vimfxsethintmatcherhintmatcher
410
411 ### 0.14.3 (2016-05-08)
412
413 - Fixed: Version 0.14.2 attempted to fix smooth scrolling speed in newer Firefox
414 versions. However, there was a tiny typo that caused the fix not to work. That
415 typo has been corrected.
416
417 ### 0.14.2 (2016-05-08)
418
419 - Fixed: Smooth scrolling speed is now correct again in newer Firefox versions.
420 - Fixed: The `yv` Caret mode command now only copies text that you can see on
421 screen (not any hidden text that might be on the page), making it truly work
422 like `zv` followed by `y`, as intended. This problem was very noticeable on
423 Slack. This also improves copying of 'contenteditable' elements using `yf`.
424 - Fixed: `<escape>` and arrow key handling as well as hint markers in the
425 devtools now work correctly again in newer Firefox versions.
426 - Fixed: VimFx no longer makes it impossible to open the Developer Toolbar.
427 - Improved: VimFx now ignores `<numlock>` and `<capslock>`. If your keyboard
428 sends `<numlock>` before some symbols, such as `<numlock>$` instead of just
429 `$`, shortcuts like `gx$` now work out of the box. This also means that you
430 can use `<capslock>` instead of `<shift>` when typing the `J` in `gJ`, for
431 example.
432 - Improved: Some minor cosmetic tweaks in VimFx’s Keyboard Shortcuts help
433 dialog.
434
435 ### 0.14.1 (2016-04-30)
436
437 - Fixed: The Find commands (such as `/`, `n` and `N`) no longer crash on some
438 sites (regression since 0.14.0).
439
440 ### 0.14.0 (2016-04-29)
441
442 - Added: [Caret mode], which lets you copy text from web pages using the
443 keyboard.
444 - Improved: The Find commands (such as `/`, `n` and `N`) now search from the top
445 of the viewport, instead of from the top of the document, which is more
446 Vim-like and less disorienting. To read more about it (or to return to the
447 Firefox default behavior) please see the [`find_from_top_of_viewport`] pref.
448 - Improved: Compatibility with the [BackTrack Tab History] add-on.
449 - Added: The `<c-enter>` Hints mode command, which creates hint markers for
450 _all_ elements.
451 - Fixed: `__dirname` inside config files now works on Windows. Thanks to
452 Zhong Jianxin (@azuwis)!
453 - Fixed: Unnecessary full-page hint markers on some sites, such as Hackernews,
454 no longer appear.
455
456 [Caret mode]: https://github.com/akhodakivskiy/VimFx/blob/4ffda62560096f91244f3f7731171002ed174f05/documentation/commands.md#the-v-commands--caret-mode
457 [`find_from_top_of_viewport`]: https://github.com/akhodakivskiy/VimFx/blob/4ffda62560096f91244f3f7731171002ed174f05/documentation/options.md#find_from_top_of_viewport
458 [BackTrack Tab History]: https://addons.mozilla.org/firefox/addon/backtrack-tab-history/
459
460 ### 0.13.2 (2016-04-08)
461
462 - Improved: The “last position mark” `` ` `` now works more reliably.
463 - Improved: More video players are now recognized. Many video players lets you
464 press `<space>` while focused to toggle play/pause. VimFx tries to detect if
465 the currently focused element is a video player. If so, `<space>` is passed to
466 the video player instead of scrolling the page. (For those interested, see
467 also the [`adjustable_element_keys`] pref.)
468
469 [`adjustable_element_keys`]: https://github.com/akhodakivskiy/VimFx/blob/645e35d7d82019b0551534c43926bc126e7105bd/documentation/options.md#adjustable_element_keys
470
471 ### 0.13.1 (2016-04-01)
472
473 - Fixed: Blacklisting of some XUL pages.
474 - Fixed: The current mode is no longer lost when a page loads. For example, if
475 you press `zF` while a page is loading, the markers no longer disappear.
476 - Fixed: Elements that you have focused using an `f` command no longer get stuck
477 appearing as if you’d put the mouse pointer.
478 - Updated locale: zh-CN. Thanks to @mozillazg!
479
480 ### 0.13.0 (2016-03-19)
481
482 - Added: The `T` command, which opens a new tab after the current.
483 - Changed: The `gl` command now deals with _visited_ tabs only.
484 - Added: The [`gL`] command, which deals with <em>un</em>visited tabs only, in
485 oldest-first order. Use this to step through your unvisited background tabs in
486 the order you opened them (for example using the `F` command).
487 - Improved: The `gi` command no longer tries to focus the last focused text
488 input if it has been removed from the page. If so, it finds a new one instead.
489 - Fixed: You can now type in sidebar text inputs (such as in the history
490 sidebar) without having to switch to Ignore mode.
491 - Changed: If you enter Ignore mode you will now stay in Ignore mode in that tab
492 until you explicitly exit it (by pressing `<s-escape>`), even if you reload
493 the page or follow a link. If Ignore mode was entered automatically because of
494 the [blacklist][blacklist-2], though, you will be automatically returned to
495 Normal mode if
496 the URL changes to a non-blacklisted page.
497 - Added: VimFx can now automatically enter and exit Ignore mode based on the
498 currently focused element. Currently, the [wasavi] extension as well as
499 [CodeMirror] in Vim mode are detected. Both of those provide Vim-style
500 editors. This allows sending `<escape>` to those editors in order to exit
501 their Insert mode, without blurring the editor.
502 - Improved: CodeMirror editors now get better hints, keeping the cursor where
503 you left it.
504 - Improved: The [blacklist][blacklist-2] is now applied faster on some pages.
505 - Improved: Many audio and video elements are now recognized as “adjustable”,
506 allowing you to press for example `<space>` on them to toggle play/pause,
507 without scrolling the page.
508 - Improved: Scrolling by pages, such as using the `<space>` command, now takes
509 fixed heaears and footers into account, just like Firefox does.
510 - Fixed: Access keys now work correctly in context menus in the devtools and
511 `about:config`.
512 - Improved: The arrow keys now Just Work in the devtools, even if you have bound
513 them to VimFx commands.
514 - Changed: The public API has been removed, and turned into the Config file API.
515 If you were already using a config file, it will no longer work. You need to
516 set up a new one, but you should be able to simply copy and paste the contents
517 of the old one into the new one. Read the [config file] documentation for more
518 information.
519 - Changed: There are a few minor breaking changes to the API, though I doubt it
520 will affect anyone.
521 - If you use [`vimfx.on`], you probably need to adjust the arguments of the
522 your callbacks. They are now _always_ passed an object of data, instead of
523 sometimes passing the data directly.
524 - `match.focus` of [match object]s has been removed, and replaced by
525 `vim.focusType` of [vim object]s.
526 - Fixed: The toolbar button’s icon is now correctly sized when setting
527 `layout.css.devPixelsPerPx` to `2`. Thanks to Robert Ma (@Hexcles) and Dale
528 Whinham (@dwhinham)!
529 - Fixed: Find commands now work when the find bar was opened before the page had
530 finished loading.
531 - Improved: Lots of internal improvements. This should make VimFx faster, more
532 reliable and more responsive.
533 - All keyboard event handling (except `<late>` shortcuts) are now handled in
534 the UI process, instead of mostly in each tab’s web page content process.
535 This should make VimFx’s shortcuts more reliable and responsive.
536 - Removed all synchronous message passing (execpt for `<late>` keypresses).
537 Mozilla recommends using them only where absolutely necessary. Turns out
538 VimFx doesn’t need them anymore!
539 - The `f` commands are now more reliable. Before, they could crash on rare
540 occasions (on certain web pages), but that is less likely now.
541 - Less `MutationObserver`s are now used. This should improve performance.
542 - Less uncaught errors (especially on shutdown).
543 - Lots of minor improvements.
544 - Updated locale: ja. Thanks to Kaoru Esashika (@pluser)!
545
546 [`gL`]: https://github.com/akhodakivskiy/VimFx/blob/44b3e1bc350ceb1560176ee5b4ae97d9671a04db/documentation/commands.md#gl-1
547 [blacklist-2]: https://github.com/akhodakivskiy/VimFx/blob/44b3e1bc350ceb1560176ee5b4ae97d9671a04db/documentation/options.md#blacklist
548 [wasavi]: http://appsweets.net/wasavi/
549 [CodeMirror]: https://codemirror.net/demo/vim.html
550 [config file]: https://github.com/akhodakivskiy/VimFx/blob/44b3e1bc350ceb1560176ee5b4ae97d9671a04db/documentation/config-file.md
551 [`vimfx.on`]: https://github.com/akhodakivskiy/VimFx/blob/44b3e1bc350ceb1560176ee5b4ae97d9671a04db/documentation/api.md#vimfxoneventname-listener-and-vimfxoffeventname-listener
552 [match object]: https://github.com/akhodakivskiy/VimFx/blob/44b3e1bc350ceb1560176ee5b4ae97d9671a04db/documentation/api.md#match-object
553 [vim object]: https://github.com/akhodakivskiy/VimFx/blob/44b3e1bc350ceb1560176ee5b4ae97d9671a04db/documentation/api.md#vim-object
554
555 ### 0.12.0 (2016-02-03)
556
557 - Improved: More clickable elements are now recognized. Most notably, elements
558 with click event listeners added by JavaScript now get hints.
559 - Improved: Autofocus prevention after using the `[` and `]` commands.
560 - Added: In VimFx’s Keyboard Shortcuts help dialog (which can be opened by
561 pressing `?`) you can now click on any command to open VimFx’s settings page
562 in the Add-ons Manager and automatically select the text input for that
563 command, letting you edit its shortcuts. Tip: Use the `zF` command to click
564 without using the mouse.
565 - Changed: Autofocus is no longer prevented in Firefox internal pages, such as
566 `about:preferences`, `about:addons` and `about:config` (as well as other XUL
567 pages).
568 - Fixed: VimFx and the Beyond Australis extension do not conflict with each
569 other anymore.
570 - Fixed: The `gH` command no longer nags you about “No back/forward history”
571 even though there is.
572 - Added: The `gl` command now takes a [count][gl-count].
573 - Improved: Optimized CPU usage in Hints mode. (See also the [`hints_sleep`]
574 pref.)
575 - Improved: The `H` and `L` commands should now be more reliable in Firefox 43
576 and later.
577 - Changed: There was a tiny breaking change to the Public API, though I doubt it
578 will affect anyone. (See [commit 0ca807605e] if you’re especially interested.)
579 - Improved: _Several_ minor things, and some really nice internal refactoring.
580 - Updated locale: de. Thanks to @just-barcodes!
581
582 [`hints_sleep`]: https://github.com/akhodakivskiy/VimFx/blob/92b483c4a4f6da0b2c998267e0f01d3d999f93b6/documentation/options.md#hints_sleep
583 [gl-count]: https://github.com/akhodakivskiy/VimFx/blob/92b483c4a4f6da0b2c998267e0f01d3d999f93b6/documentation/commands.md#gl
584 [commit 0ca807605e]: https://github.com/akhodakivskiy/VimFx/commit/0ca807605e8d69fdc01ef9ce5d539cf66ce7d96f
585
586 ### 0.11.0 (2016-01-15)
587
588 - Fixed: The `` ` `` command is no longer broken.
589 - Fixed: Memory leak.
590 - Added: The `gl` command, which takes you to the most recent tab.
591 - Improved: The Keyboard Shortcuts help dialog is now scrollable using VimFx’s
592 scrolling commands. To allow for this, the search field is no longer
593 autofocused. Instead, press `/` to open it.
594 - Improved: Using the `f` commands, such as `f` and `zf`, now works like
595 actually moving your mouse onto the link, making hover menus and such-like
596 appear.
597 - Improved: VimFx should now work better with Google Drive Documents, Etherpad
598 and a few other fancy text editors.
599 - Improved: The `]` command now works on google.com.
600 - Improved: Checkboxes and menu items on gmail.com are now given hints by the
601 `f` command.
602 - Improved: The `gi` command now also recognizes 'contenteditable' elements.
603 - Improved: Hint markers now move along together with their elements.
604 - Fixed: Hint markers should now be correctly positioned when zooming.
605 - Fixed: The toolbar button icon should now look correctly on Retina screens.
606 - Added: You may now disable counts by using toggling the [`counts_enabled`]
607 pref.
608 - Updated locale: de. Thanks to @just-barcodes!
609 - Improved: Several minor things.
610
611 [`counts_enabled`]: https://github.com/akhodakivskiy/VimFx/blob/8dae7aec9008595da31b939d5ae2d239849cf6dc/documentation/options.md#counts_enabled
612
613 ### 0.10.0 (2015-12-09)
614
615 - Added: The `zF` command, which lets you click browser elements.
616 - Improved: The scrolling commands can now scroll browser elements (in other
617 words, not only web page content), by first selecting the scollable element
618 using `zF`.
619 - Added: The `gr` command, which toggles [Reader View].
620 - Added: The `gX` command, which opens the Recently Closed Tabs menu at the
621 middle of the screen.
622 - Added: The keys you’ve typed so far of a command, as well the count, are now
623 shown in a [notification]. (You may disable this using the
624 [`notify_entered_keys`] pref.)
625 - Improved: When commands don’t do anything, they show a [notification] instead,
626 letting you know that you actually pressed the right keys. For example, if you
627 press `f` but there are no markable elements visible, a notification is shown
628 telling you so, instead of silently doing nothing.
629 - Improved: `<space>` now scrolls _about a line less_ than a full page, just
630 like Firefox does by default. `d` scroll about _half_ a line less (by
631 default), so that pressing `d` twice works like pressing `<space>` once. (See
632 the [`scroll.full_page_adjustment` and `scroll.half_page_adjustment`] prefs
633 for more information.)
634 - Improved: `gi` now only selects all text in its text input if you haven’t
635 focused a text input yet (allowing you to easily replace pre-filled text),
636 instead of _always_ doing so. Otherwise, it now puts the cursor where you left
637 off typing the last time.
638 - Fixed: The `f` commands now put the cursor where you left off typing the last
639 time when focusing a text input. Previously, they accidentally selected all
640 text in the text input (use `zf` for that behavior).
641 - Fixed: Yet a scrolling fix. VimFx’s scrolling commands should now “just work”
642 on even more sites.
643 - Fixed: AltGr should now work out of the box on Windows. (See the
644 [`ignore_ctrl_alt`] pref for more information.)
645 - Removed: The el-GR, hu and pl locales were sadly too out of date to be useful,
646 and nobody has shown interest in updating them, so they were removed.
647 - Updated locales: id, de and zh-CN. Thanks to Yoppy Halilintar, @just-barcodes
648 and @mozillazg!
649 - Fixed: Several tiny bugs.
650
651 [Reader View]: https://support.mozilla.org/kb/firefox-reader-view-clutter-free-web-pages
652 [notification]: https://github.com/akhodakivskiy/VimFx/blob/ba9d4675e19ce315e6855b64400aae092e727975/documentation/notifications.md
653 [`notify_entered_keys`]: https://github.com/akhodakivskiy/VimFx/blob/ba9d4675e19ce315e6855b64400aae092e727975/documentation/options.md#notify_entered_keys
654 [`scroll.full_page_adjustment` and `scroll.half_page_adjustment`]: https://github.com/akhodakivskiy/VimFx/blob/ba9d4675e19ce315e6855b64400aae092e727975/documentation/options.md#scrollfull_page_adjustment-and-scrollhalf_page_adjustment
655 [`ignore_ctrl_alt`]: https://github.com/akhodakivskiy/VimFx/blob/ba9d4675e19ce315e6855b64400aae092e727975/documentation/options.md#ignore_ctrl_alt
656
657 ### 0.9.0 (2015-12-02)
658
659 - Fixed: Links with the `onclick` attribute can now be opened in new tabs again.
660 (Regression since 0.8.0.)
661 - Fixed: The text size in VimFx’s Keyboard Shortcuts help dialog is now
662 correctly resized.
663 - Added: The `gH` command. It opens the back/forward button context menu in the
664 middle of the window, allowing you to choose a history entry with the arrow
665 keys and `<enter>`.
666
667 ### 0.8.0 (2015-12-01)
668
669 - Fixed: VimFx now works properly in tabs moved to other windows.
670 - Fixed: An unreliable check for multi-process mode has been eliminated, fixing
671 various problems for some users.
672 - Fixed: VimFx’s toolbar button now changes color correctly when switching
673 between blacklisted and non-blacklisted tabs.
674 - Fixed: Dead keys now work out of the box on Windows.
675 - Improved: Links with the `onclick` attribute (abused as buttons) can no longer
676 get the same hint as another link.
677 - Added: The Keyboard Shortcuts help dialog (shown by pressing `?`) is now
678 searchable.
679 - Added: The `g/` command. It’s like `/` but searches links only.
680
681 - Added: [Marks].
682
683 - Use `ma` to mark the current scroll position and `` `a `` to return to it.
684 (You may substitute `a` with any key press.)
685 - Use ``` `` ``` to return to the position before the last `gg`, `G`, `0`,
686 `$`, `/`, `n`, `N` or `` ` ``. (You can change this mark using the
687 [`last_scroll_position_mark`] pref.)
688
689 - Added: Window commands.
690
691 - `w`: Open new window.
692 - `W`: Open new private window.
693 - `gw`: Move tab to new window.
694 - `gF`: Follow link in new window.
695
696 [Marks]: https://github.com/akhodakivskiy/VimFx/blob/47fc699ce8217ee90af4d12e81f102f2bea09d61/documentation/commands.md#marks-m-and-
697 [`last_scroll_position_mark`]: https://github.com/akhodakivskiy/VimFx/blob/47fc699ce8217ee90af4d12e81f102f2bea09d61/documentation/options.md#last_scroll_position_mark
698
699 ### 0.7.3 (2015-11-22)
700
701 - Fixed: Scrolling now works correctly in pages in quirks mode (lacking a
702 doctype), such as Hackernews.
703 - Improved: The largest scrollable element is now detected better in frames.
704 - Fixed: Hints mode now exits correctly when focusing a text input using `af`,
705 or `f` with a count.
706
707 ### 0.7.2 (2015-11-21)
708
709 - Fixed: The blinking text caret now always appears correctly when focusing text
710 inputs.
711
712 ### 0.7.1 (2015-11-21)
713
714 - Fixed: The scrolling commands should now “just work” when using non-default
715 zoom or DPI settings, most notably on Google Groups.
716
717 ### 0.7.0 (2015-11-19)
718
719 - Changed: Instead of using system notifications, which turned out to be a bit
720 too intrusive, [notifications] are now similar to the “URL popup” (shown when
721 hovering or focusing links) but are placed on the opposite side,.
722 - Changed: The “Focus next element” and “Focus previous element” commands have
723 been removed. The reason they existed was to let `<tab>` and `<s-tab>` only
724 cycle between text inputs (as opposed to _all_ focusable elements) after
725 you’ve pressed `gi`. Now, `<tab>` and `<s-tab>` are handled specially instead,
726 and _only_ after pressing `gi`. The reason for this change is that the now
727 removed commands were too intrusive, breaking user habits. One of VimFx’s main
728 goal is _not_ to do that. (You can turn the special handling of `<tab>` and
729 `<s-tab>` off using the the new [`focus_previous_key` and `focus_next_key`]
730 prefs.)
731 - Fixed: The scrolling commands should now “just work” in a lot more situations,
732 most notably on Gmail and Google Groups. More scrollable elements are also
733 recognized by the `f` and `zf` commands.
734 - Improved: The right border of hint markers for scrollable elements is now
735 styled to remind of a scroll bar, making them easier to recognize among hints
736 for links.
737 - Improved/Changed: `J` and `gJ` now allow a count on the first tab.
738 Consequently, `K` and `gK` now allow a count on the _last_ tab.
739 - Changed: `gJ` and `gK` can no longer be used to pin or unpin tabs. They now
740 only wrap around tabs of the same pinned state. Use `gp` to toggle between
741 pinned and non-pinned.
742 - Fixed: Many elements that got a hint before VimFx 0.6.0 now do again.
743 - Improved: Comment fields on Facebook can now be focused using `f` and blurred
744 using `<escape>`.
745 - Improved: VimFx’s toolbar button is no greyed out when you focus a text input.
746 This is to show that your key presses will be passed into the text input
747 rather than activating VimFx commands.
748 - Added: [`g0`, `g^` and `g$` now accept counts][tab-index-counts], allowing you
749 to go to tab number _count._
750 - Improved: `gi` now finds text inputs inside frames.
751 - Fixed: “gi mode” is now exited properly when blurring a text input.
752 - Fixed: `<select>` elements are no longer considered to be text inputs when
753 using `<tab>` and `<s-tab>` in “gi mode.”
754 - Fixed: Using `<force>` or `<late>` in a shortcut no longer applies to _every_
755 shortcut for the command, but only that shortcut.
756 - Fixed: The order of the Previous/Next page patterns is now respected. This
757 caused the wrong link to be picked by the `[` and `]` commands on some pages.
758
759 [`focus_previous_key` and `focus_next_key`]: https://github.com/akhodakivskiy/VimFx/blob/d70b5bb14be89d9ce52138b0e9abdef1b31ad337/documentation/options.md#focus_previous_key-and-focus_next_key
760 [notifications]: https://github.com/akhodakivskiy/VimFx/blob/d70b5bb14be89d9ce52138b0e9abdef1b31ad337/documentation/notifications.md
761 [tab-index-counts]: https://github.com/akhodakivskiy/VimFx/blob/d70b5bb14be89d9ce52138b0e9abdef1b31ad337/documentation/commands.md#g0-g-g
762
763 ### 0.6.2 (2015-11-11)
764
765 - Improved: If the entire page isn’t scrollable, the largest scrollable element
766 is scrolled instead.
767 - Fixed: VimFx’s keyboard shortcuts now works on slowly loading pages.
768 - Fixed: Numbers may now be used as shortcut keys (overriding counts).
769 - Fixed: The toolbar button’s icon is now correctly sized in high DPI.
770 - Fixed: Hint markers are now correctly positioned when zooming using the “Zoom
771 text only” option.
772 - Fixed: The `P` command now works with the InstantFox add-on.
773
774 ### 0.6.1 (2015-11-10)
775
776 - Fixed: If you customized the “esc” command before VimFx 0.6.0 it should now
777 work as expected.
778 - Fixed: `<tab>` now works as expected in the location bar and in the dev tools.
779 - Fixed: Light-weight themes can no longer make VimFx’s Keyboard Shortcuts help
780 dialog and hint markers unreadable.
781 - Added: The [notifications\_enabled] option.
782
783 [notifications\_enabled]: https://github.com/akhodakivskiy/VimFx/blob/56c4b7c514ea8b58d2cdcecf3d2654648c48ca31/documentation/options.md#notifications_enabled
784
785 ### 0.6.0 (2015-11-09)
786
787 ##### Most important (breaking) changes
788
789 - VimFx now works properly with **any keyboard layout.** Users of **multiple
790 layouts** should enable the **[ignore keyboard layout] option.** #249 #259
791
792 - Features related to disabling VimFx, and to the [toolbar button]:
793
794 - **Insert Mode** has been renamed to **_Ignore_ mode.**
795 - **[Blacklisted][blacklist] sites** now **enter Ignore mode automatically,**
796 instead of being specially handled.
797 - The feature to click the toolbar button (or press `<a-V>`) to **disable
798 VimFx** has been **removed.** Use **Ignore mode** (`i`) and the
799 **[blacklist] instead.**
800 - The **toolbar button** is now **red in Ignore mode** (which also means that
801 it is red on blacklisted sites) and green otherwise (never grey anymore).
802 - The toolbar button no longer offers to (un-)blacklist the current domain.
803 (Head into VimFx’s settings page in the Add-ons Manager and add
804 `*currentdomain.com*` to the [blacklist] option yourself instead.)
805
806 (See [commit 3552282] for more information.)
807
808 - **Some default shortcuts have changed,** mostly because they conflicted with
809 standard Firefox shortcuts: #308
810
811 - `<c-J>` → `gJ`
812
813 - `<c-K>` → `gK`
814
815 - `g^` and `gH` → `g0`
816
817 `g^` now selects the first _non pinned_ tab instead, while `g0`
818 selects the first tab regardless of whether it is pinned or not. #317
819
820 - `<c-e>` (alias for `j`) and `<c-y>` (alias for `k`) have been removed.
821
822 - `<c-f>` → `<space>` and `<c-b>` → `<s-space>`
823
824 - `vf` → `zf`
825
826 This frees up `v` for future shortcuts (instead making `z` a
827 “namespace” key, just like in Vim).
828
829 - To **exit Ignore mode:** `<escape>` → `<s-escape>`. This is because Ignore
830 mode has replaced the disable feature, as well as the special blacklist
831 state (see above). Sites are likely to use `<escape>` but not `<s-escape>`.
832 (In a way, this new role of Ignore mode also means that the old (many times
833 broken) shortcut to disable VimFx (`<a-V>`) has been replaced by `i`.) #64
834 \#375 #432
835
836 - VimFx’s Keyboard Shortcuts help dialog is now help only, and more accessible.
837 To **customize keyboard shortcuts,** go to VimFx’s settings page **in the
838 Add-ons Manager,** just like you would to customize other settings. Also,
839 **commas** between every key are **no longer needed:** Type `gJ` instead of
840 `g,J`.
841
842 - For performance reasons, **Hint markers** are now placed vertically **centered
843 instead of at the top** of the element. Don’t be surprised if you see the same
844 hint repeated several times**—links that go to the same place now get the same
845 hint.** The “Smart hints” option has been removed—hints are _always_ smart
846 now, and a lot smarter than before. Finally, hints now also work in the new
847 tab page, the Add-ons Manager and the preferences page. If you want to, you
848 can read more about [the `f` commands]. \#51 #60 #176 #320 #325 #468 #471 #475
849
850 - The **`F`** command now _always_ opens tabs in new **background** tabs, while
851 **`gf`** has been added to open tabs in new **foreground** tabs. #227 #464
852
853 - **Autofocus prevention** is now **off by default.** One of VimFx’s core
854 philosophies is to be nice to your browser habits. Some find autofocus
855 prevention too big a change. Turn it on again if you like it! By the way,
856 autofocus prevention now works much more reliably and should not cause issues
857 with other extensions. #497 #541
858
859 - The **“Scroll step”** option has been **removed**. The scrolling commands that
860 used it now **work like the arrow keys instead,** and are customized just like
861 them. See [scrolling prefs] for more information.
862
863 - Speaking of scrolling, **which elements scrolls** when you use VimFx’s
864 scrolling commands **has changed.** See [scrolling commands] for more
865 information.
866
867 ##### New features
868
869 - New commands:
870
871 - `gp` pins or unpins the current tab. (Also see `g^` and `g0` mentioned
872 above.) #121
873 - `yt` duplicates the current tab. #121
874 - `0` and `^` scroll to the far left, and `$` scrolls to the far right.
875 - [`gi`] has finally been implemented. #47
876 - [Ignore mode `<s-f1>`] let you run a Normal mode command without exiting
877 Ignore mode.
878
879 - In Hints mode you can now hold ctrl and alt to change behavior of the matched
880 marker. Hold shift to temporarily make the hints see-through. See [the `f`
881 commands] for more information. #220 #421 #484
882
883 - Some commands now accept [counts]. #374
884
885 - It is now possible to create shortcuts that work inside text inputs. See the
886 [`<force>`] key for more information. #258
887
888 - It is now possible to create shortcuts that the page can override. See the
889 [`<late>`] key for more information.
890
891 - A number of [advanced options] have been added. Rather than listing everything
892 regarding them here, follow that link if you’re interested. #452 #489
893
894 - You may now, if you want to, configure VimFx through a [config file], using
895 the new [public API]. Customizing VimFx through a config file also gives extra
896 abilities, such as [site-specific options][option-overrides] and [disabling
897 certain commands on certain sites][key-overrides]. It also allows to add
898 [custom commands] \(and other extensions to extend VimFx). #158 #235 #255 #261
899 \#300 #408 #445 #490 #515
900
901 - It is now easier to customize VimFx through custom [styling]. An example is
902 changing the way hint markers look. #220 #233 #424 #432 #465
903
904 - VimFx now has [documentation] and a [wiki].
905
906 - A few new locales were added:
907
908 - fr. Thanks to Mickaël RAYBAUD-ROIG (@m-r-r)!
909 - pt-BR. Thanks to Átila Camurça Alves (@atilacamurca)!
910 - sv-SE. Thanks to Andreas Lindhé (@lindhe)!
911
912 ##### Improvements
913
914 - VimFx is now multi-process/Electrolysis/e10s compatible! This means that you
915 can run VimFx on a version of Firefox with multi-process enabled without
916 issues, and that we’re future proof for the day when Firefox becomes
917 multi-process by default. Best of all, it also made VimFx more reliable in
918 non-multi-process (“regular”) Firefox. #378
919
920 - The `[` and `]` commands are now smarter, recognizing more links to the
921 previous/next page correctly. You may read more about [previous/next page
922 patterns]. #396
923
924 - The `n` and `N` commands now notify you when they wrap around the page, or the
925 phrase you searched for could not be found. #398
926
927 - _All_ shortcuts in _all modes_ can now be customized. For example, this allows
928 you to disable VimFx’s Vim-style `<enter>` behavior in the find bar. #222 #390
929 \#421
930
931 - The `p` and `P` commands are now smarter regarding whether to treat the
932 clipboard contents as a URL or a search, by working exactly like pasting in
933 the location bar. They also now read the selection clipboard, if available.
934 \#353 #382
935
936 - VimFx’s toolbar button is now properly implemented. #303 #349 #383
937
938 - Most locales were updated. Thanks to our awesome [translators]!
939
940 ##### Minor bug fixes
941
942 - VimFx now works correctly in tabs dragged to other windows. #57
943 - The `p` command is no longer broken. #494
944 - Non-ASCII shortcut keys now work properly. #433
945 - The Keyboard Shortcuts help dialog can no longer be covered by page elements.
946 \#477
947 - Hint markers can no longer be covered by page elements.
948 - VimFx no longer causes scripts on icloud.com to get stuck in an infinite loop.
949 \#389
950
951 [advanced options]: https://github.com/akhodakivskiy/VimFx/blob/c790b0fc1127c66bb7b33ccbaf4c0e8090e5530b/documentation/options.md#advanced-options
952 [blacklist]: https://github.com/akhodakivskiy/VimFx/blob/c790b0fc1127c66bb7b33ccbaf4c0e8090e5530b/documentation/options.md#blacklist
953 [ignore keyboard layout]: https://github.com/akhodakivskiy/VimFx/blob/c790b0fc1127c66bb7b33ccbaf4c0e8090e5530b/documentation/options.md#ignore-keyboard-layout
954 [previous/next page patterns]: https://github.com/akhodakivskiy/VimFx/blob/c790b0fc1127c66bb7b33ccbaf4c0e8090e5530b/documentation/options.md#previousnext-page-patterns
955 [scrolling prefs]: https://github.com/akhodakivskiy/VimFx/blob/c790b0fc1127c66bb7b33ccbaf4c0e8090e5530b/documentation/options.md#scrolling-prefs
956 [counts]: https://github.com/akhodakivskiy/VimFx/blob/c790b0fc1127c66bb7b33ccbaf4c0e8090e5530b/documentation/commands.md#counts
957 [`gi`]: https://github.com/akhodakivskiy/VimFx/blob/c790b0fc1127c66bb7b33ccbaf4c0e8090e5530b/documentation/commands.md#gi-1
958 [Ignore mode `<s-f1>`]: https://github.com/akhodakivskiy/VimFx/blob/c790b0fc1127c66bb7b33ccbaf4c0e8090e5530b/documentation/commands.md#ignore-mode-s-f1
959 [scrolling commands]: https://github.com/akhodakivskiy/VimFx/blob/c790b0fc1127c66bb7b33ccbaf4c0e8090e5530b/documentation/commands.md#scrolling-commands-1
960 [the `f` commands]: https://github.com/akhodakivskiy/VimFx/blob/c790b0fc1127c66bb7b33ccbaf4c0e8090e5530b/documentation/commands.md#the-f-commands-1
961 [`<force>`]: https://github.com/akhodakivskiy/VimFx/blob/c790b0fc1127c66bb7b33ccbaf4c0e8090e5530b/documentation/shortcuts.md#force
962 [`<late>`]: https://github.com/akhodakivskiy/VimFx/blob/c790b0fc1127c66bb7b33ccbaf4c0e8090e5530b/documentation/shortcuts.md#late
963 [config file]: https://github.com/akhodakivskiy/VimFx/blob/c790b0fc1127c66bb7b33ccbaf4c0e8090e5530b/documentation/config-file.md
964 [public api]: https://github.com/akhodakivskiy/VimFx/blob/c790b0fc1127c66bb7b33ccbaf4c0e8090e5530b/documentation/api.md
965 [option-overrides]: https://github.com/akhodakivskiy/VimFx/blob/c790b0fc1127c66bb7b33ccbaf4c0e8090e5530b/documentation/api.md#vimfxaddoptionoverridesrules
966 [key-overrides]: https://github.com/akhodakivskiy/VimFx/blob/c790b0fc1127c66bb7b33ccbaf4c0e8090e5530b/documentation/api.md#vimfxaddkeyoverridesrules
967 [styling]: https://github.com/akhodakivskiy/VimFx/blob/c790b0fc1127c66bb7b33ccbaf4c0e8090e5530b/documentation/styling.md
968 [toolbar button]: https://github.com/akhodakivskiy/VimFx/blob/c790b0fc1127c66bb7b33ccbaf4c0e8090e5530b/documentation/styling.md
969 [translators]: https://github.com/akhodakivskiy/VimFx/blob/c790b0fc1127c66bb7b33ccbaf4c0e8090e5530b/PEOPLE.md#translators
970 [documentation]: https://github.com/akhodakivskiy/VimFx/blob/c790b0fc1127c66bb7b33ccbaf4c0e8090e5530b/documentation/
971 [wiki]: https://github.com/akhodakivskiy/VimFx/wiki/
972 [custom commands]: https://github.com/akhodakivskiy/VimFx/wiki/Custom-Commands
973 [commit 3552282]: https://github.com/akhodakivskiy/VimFx/commit/355228217d7e7a61f5e1edbb9efbfb0f3e4ef81c
974
975 ### 0.5.17 (2015-01-23)
976
977 - Fixed: The hints generation no longer crashes on some pages (regression since
978 version 0.5.15).
979
980 ### 0.5.16 (2015-01-22)
981
982 - Fixed: The toolbar button no longer throws errors. (This fix should have been
983 in 0.5.15 but was forgotten. Luckily an AMO reviewer found it.)
984
985 ### 0.5.15 (2015-01-21)
986
987 - Improved: This version is now forwards-compatible with the upcoming version
988 0.6.0. Downgrading from 0.6.0 to 0.5.14 or older might cause VimFx to crash,
989 but downgrading from 0.6.0 to 0.5.15 is safe.
990 - Fixed: Non-hintchars key presses in hints mode are now suppressed. They used
991 to be passed along to the browser, which could confusingly activate site
992 commands.
993 - Fixed: The 'f' command now always opens links in the same tab. Links used to
994 be able to force a new tab or window.
995 - Fixed: Pressing 'Esc' in the location bar now restores the URL, as is the
996 default behaviour of Firefox. You may now also close Firefox dialogs using
997 'Esc'.
998 - Improved: Updated the de locale. Thanks to Alexander Haeussler!
999 - Improved: Updated the pl locale. Thanks to morethanoneanimal!
1000
1001 ### 0.5.14 (2014-08-16)
1002
1003 - Fixed: Locales should now work properly.
1004 - Improved: Updated the zh-CN locale (@mozillazg).
1005 - Improved: Updated the de locale (@Kambfhase).
1006 - Added: Japanese locale (@pluser).
1007 - Fixed: If you switched to another tab or window while an `<input>` element
1008 was focused and then switched back, the `<input>` element got blurred, while
1009 it should have stayed focused. This caused the auto-type feature of KeePassX
1010 to break.
1011
1012 ### 0.5.13 (2014-08-02)
1013
1014 - Fixed: The vote button on StackExchange sites are now markable again.
1015 - Improved: Detection of previous/next links. Should work better on gmail now.
1016 - Fixed: It is now possible to use Enter/Return in keyboard shortcuts.
1017 - Improved: The n/N commands (etc.) now work even if you didn’t open the finbar
1018 using the VimFx command (such as the default key binding ctrl+f, or by
1019 clicking a menu item).
1020 - Improved: It is now possible to blur text inputs without sending Esc to the
1021 page, which could cause dialogs etc. to annoyingly close.
1022 - Improved: Updated the el-GR locale (@sirodoht).
1023 - Fixed: Autofocus prevention sometimes made text inputs impossible to focus
1024 until you reloaded the page.
1025 - Improved: Autofocus prevention now works on more sites than before.
1026 - Improved: Autofocus prevention now prevents _all_ automatic focusing (not
1027 just when the page loads). This makes devdocs.io much easier to use.
1028 - Added: When viewing images directly and the image has been resized to fit the
1029 screen the image is now markable, allowing you to toggle zoom on it using the
1030 keyboard.
1031 - Fixed: It is no longer possible to add conflicting shortcuts (such as adding
1032 'a' when 'af' and 'as' are already present).
1033
1034 ### 0.5.12 (2014-06-01)
1035
1036 - Fixed: Autofocus prevention got stuck sometimes, making it impossible to
1037 focus inputs.
1038
1039 ### 0.5.11 (2014-06-01)
1040
1041 - Fixed: The focus search bar command was broken.
1042 - Fixed: Autofocus prevention was broken.
1043 - Fixed: The top bar on YouTube could not be accessed by VimFx.
1044 - Fixed: You can no longer add blank hotkeys.
1045 - Improved: Tab Groups are supported.
1046 - Improved: Matching of previous/next links should be more reliable.
1047 - Improved: A few minor things.
1048
1049 ### 0.5.10 (2014-05-07)
1050
1051 - Fixed yet another bug related to the default preferences
1052
1053 ### 0.5.9 (2014-05-04)
1054
1055 - Fixed a bug with default preferences not being set
1056 - Fixed gg and G to be faster
1057
1058 ### 0.5.8 (2014-04-18)
1059
1060 - AMO Preliminary Review bug fix (sorry for such long delay)
1061
1062 ### 0.5.7 (2014-03-03)
1063
1064 - Bug fix
1065
1066 ### 0.5.6 (2014-02-26)
1067
1068 - Updated some translations
1069 - Updated pagination patterns and logic
1070
1071 ### 0.5.5 (2014-01-03)
1072
1073 - Hotfix release to address a bug that has been introduced in 0.5.4
1074
1075 ### 0.5.4 (2014-01-03)
1076
1077 - Fix for popup passthrough mode stucking
1078 - Make toolbar button click depend on current mode
1079 - Higher weight markers should not be overlapped
1080 - Refactor find mode to use Firefox native search bar
1081 - Bump minimum required Firefox version to 25
1082 - Added commands to go in the URL path
1083 - Added commands to navigate previous and next links with customizable link
1084 patterns
1085 - Use Firefox 24+ native console API
1086 - Update zh-CN localization
1087
1088 ### 0.5.3 (2013-10-16)
1089
1090 - Lots of refactoring
1091 - Insert mode (`i` command)
1092 - Follow multiple links with `af` command
1093 - Hint marker rotation with `space` while in hints mode
1094
1095 ### 0.5.1 (2013-08-21)
1096
1097 - Fixed regression with stylesheets
1098 - Updated icon
1099
1100 ### 0.5 (2013-08-19)
1101
1102 - Added command to focus search bar: `O`
1103 - Added commands to stop loading current page and all pages: `s` and `as`
1104 - Invisible elements will not get hint markers
1105 - Compatibility with Firefox 25
1106 - Simple shortcut customization with UI in Help dialog
1107 - Use Huffman coding algorithm for hint markers generation which results in
1108 shorter links
1109 - Implemented Bloom filters to achieve shorter hints for those shortcuts that
1110 are used often
1111 - Reimplemented scrolling - now works with pages where window is not scrollable
1112 - Find disabled on non HTML documents
1113 - Find string is now global for all windows.
1114 - Fixed logic of locale discovery. Now we rely on general.useragent.locale
1115 Firefox preference for current locale
1116
1117 ### 0.4.8 (2013-06-12)
1118
1119 - `embed` and `object` tags will now have their own hints
1120 - Bug fixes related to custom hint chars (@LordJZ)
1121 - Fixed `t` - now it will be nice to other extensions
1122 - Updated Chinese translations (@mozillazg)
1123 - Reenter Normal mode on page reloads to avoid getting stuck in Hints mode
1124 without any hints
1125 - Search will focus element that contains matching text
1126 - Fixed hint markers for iframes
1127 - Marker bug fixes (@LordJZ)
1128
1129 ### 0.4.6 (2013-03-27)
1130
1131 - Reimplemented find mode: CJK support, performance boost
1132 - `a/` or `a.` to highlight all matches of the search string on the page
1133 - Hint markers will now reach into iframes
1134 - Key handling is disabled when a popupmenu or panel are shown
1135 - `yf` will now also focus links and copy values from text/textarea element
1136 - `vf` will show hit markers to focus the underlying element
1137
1138 ### 0.4.5 (2013-03-12)
1139
1140 - `:` to open Firefox Developer Toolbar, `Esc` to close it.
1141 - Add Hungarian locale (@thenonameguy).
1142 - Add Polish locale (@grn).
1143 - Don't close pinned tabs when pressing x (@grn).
1144 - Switched to Makefile for building the extension release (@carno).
1145 - Mrakers CSS tweaks (@helmuthdu)
1146
1147 ### 0.4.4 (2013-01-30)
1148
1149 - Thanks to @mozillazg and @mcomella for translation contributions.
1150 - Added `gh` command that will navigate to the home page.
1151 - Added `o` command to focus location bar.
1152 - `p` and `P` will parse the contents of the clipboard. If the string in the
1153 clipboard appears to be a URL then it will navigate to this URL. Otherwise it
1154 will search for the string in the clipboard using currently selected search
1155 provider.
1156 - Now hint markers for links will stay on top of all the markers for different
1157 kinds of elements.
1158 - Esc will now also close the focused default search bar.
1159 - Fixed bugs related to keyboard events handling, XUL documents, and some other
1160 issues.
1161 - Bug fixed where not all the commands could be disabled via the Help dialog.
1162
1163 ### 0.4.3 (2012-12-27)
1164
1165 - Toolbar button bugfix
1166 - Added an option to disable individual commands via the help dialog
1167
1168 ### 0.4.1, 0.4.2 (2012-12-12)
1169
1170 - Small tweaks of the find feature.
1171 - Bugfix for keyboard handling on non-english keyboard layouts
1172
1173 ### 0.4 (2012-12-09)
1174
1175 - Implemented find with `/` and `n/N`
1176 - Added `ar` and `aR` commands to reload pages in all open tabs.
1177 - Added a preference that enables blurring from any element that has input focus
1178 in the browser on Esc keydown (on by default)
1179 - Fixed bug where markers and help dialog would blow up some of the pages.
1180 - Marker hints are now sorted with respect to the underlying element area.
1181 Elements with larger area get shorter hints
1182 - Added *mail.google.com* to the default black list
1183 - Various bug fixed and improvements.
1184
1185 ### 0.3.2, 0.3.2, 0.3.3 (2012-11-20)
1186
1187 - Hotfixes for the build script to include localization related files and folders
1188
1189 ### 0.3 (2012-11-19)
1190
1191 - Fixed [Desktop](https://addons.mozilla.org/en-us/firefox/addon/desktop/)
1192 extension compatibility problem
1193 - Removed c-b/c-f for now. c-f is a standard search hotkey. Will put c-f back
1194 when proper Vim-like search with / is implemented
1195 - Scrolling with G will now reach the bottom of the page
1196 - Implemented localization, currently there is only Russian localization.
1197 Community is welcome [to contribute your localizations](https://github.com/akhodakivskiy/VimFx/tree/master/extension/locale)!
1198 - Implemented simple smooth scrolling
1199
1200 ### 0.2 (2012-11-05)
1201
1202 - document.designMode='on' is now honored. Will also provide hint markers for
1203 iframes on the page.
1204 - Bug fixed where it would completely reset the toolbar while installing the
1205 toolbar button.
1206 - Bug fixed where it's not possible to change the text in the blacklisting
1207 textbox
1208 - Changed u/d to scroll half a page, added c-f/c-b to scroll full page
1209 - Added tab movement commands: c-J and c-K.
1210 - Invisible markers bug fixed.
1211 - Global hotkey to disable the commands (equal to the toolbar button click):
1212 Alt-Shift V
1213 - ^u and ^d are removed from the command list. ^u is commonly used to show the
1214 page source code
1215 - Opening new tab with now focuses the location bar
1216 - Other small bugs nailed down.
1217
1218 ### 0.1.1 (2012-10-27)
1219
1220 - Just to deal with AMO - no changes
1221
1222 ### 0.1 (2012-10-26)
1223
1224 - Initial Release
Imprint / Impressum