]> git.gir.st - VimFx.git/blob - CHANGELOG.md
VimFx v0.11.0
[VimFx.git] / CHANGELOG.md
1 ### 0.11.0 (2016-01-15)
2
3 - Fixed: The `` ` `` command is no longer broken.
4 - Fixed: Memory leak.
5 - Added: The `gl` command, which takes you to the most recent tab.
6 - Improved: The Keyboard Shortcuts help dialog is now scrollable using VimFx’s
7 scrolling commands. To allow for this, the search field is no longer
8 autofocused. Instead, press `/` to open it.
9 - Improved: Using the `f` commands, such as `f` and `zf`, now works like
10 actually moving your mouse onto the link, making hover menus and such-like
11 appear.
12 - Improved: VimFx should now work better with Google Drive Documents, Etherpad
13 and a few other fancy text editors.
14 - Improved: The `]` command now works on google.com.
15 - Improved: Checkboxes and menu items on gmail.com are now given hints by the
16 `f` command.
17 - Improved: The `gi` command now also recognizes 'contenteditable' elements.
18 - Improved: Hint markers now move along together with their elements.
19 - Fixed: Hint markers should now be correctly positioned when zooming.
20 - Fixed: The toolbar button icon should now look correctly on Retina screens.
21 - Added: You may now disable counts by using toggling the [`counts_enabled`]
22 pref.
23 - Updated locale: de. Thanks to @just-barcodes!
24 - Improved: Several minor things.
25
26 [`counts_enabled`]: https://github.com/akhodakivskiy/VimFx/blob/8dae7aec9008595da31b939d5ae2d239849cf6dc/documentation/options.md#counts_enabled
27
28 ### 0.10.0 (2015-12-09)
29
30 - Added: The `zF` command, which lets you click browser elements.
31 - Improved: The scrolling commands can now scroll browser elements (in other
32 words, not only web page content), by first selecting the scollable element
33 using `zF`.
34 - Added: The `gr` command, which toggles [Reader View].
35 - Added: The `gX` command, which opens the Recently Closed Tabs menu at the
36 middle of the screen.
37 - Added: The keys you’ve typed so far of a command, as well the count, are now
38 shown in a [notification]. (You may disable this using the
39 [`notify_entered_keys`] pref.)
40 - Improved: When commands don’t do anything, they show a [notification] instead,
41 letting you know that you actually pressed the right keys. For example, if you
42 press `f` but there are no markable elements visible, a notification is shown
43 telling you so, instead of silently doing nothing.
44 - Improved: `<space>` now scrolls _about a line less_ than a full page, just
45 like Firefox does by default. `d` scroll about _half_ a line less (by
46 default), so that pressing `d` twice works like pressing `<space>` once. (See
47 the [`scroll.full_page_adjustment` and `scroll.half_page_adjustment`] prefs
48 for more information.)
49 - Improved: `gi` now only selects all text in its text input if you haven’t
50 focused a text input yet (allowing you to easily replace pre-filled text),
51 instead of _always_ doing so. Otherwise, it now puts the cursor where you left
52 off typing the last time.
53 - Fixed: The `f` commands now put the cursor where you left off typing the last
54 time when focusing a text input. Previously, they accidentally selected all
55 text in the text input (use `zf` for that behavior).
56 - Fixed: Yet a scrolling fix. VimFx’s scrolling commands should now “just work”
57 on even more sites.
58 - Fixed: AltGr should now work out of the box on Windows. (See the
59 [`ignore_ctrl_alt`] pref for more information.)
60 - Removed: The el-GR, hu and pl locales were sadly too out of date to be useful,
61 and nobody has shown interest in updating them, so they were removed.
62 - Updated locales: id, de and zh-CN. Thanks to Yoppy Halilintar, @just-barcodes
63 and @mozillazg!
64 - Fixed: Several tiny bugs.
65
66 [Reader View]: https://support.mozilla.org/kb/firefox-reader-view-clutter-free-web-pages
67 [notification]: https://github.com/akhodakivskiy/VimFx/blob/ba9d4675e19ce315e6855b64400aae092e727975/documentation/notifications.md
68 [`notify_entered_keys`]: https://github.com/akhodakivskiy/VimFx/blob/ba9d4675e19ce315e6855b64400aae092e727975/documentation/options.md#notify_entered_keys
69 [`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
70 [`ignore_ctrl_alt`]: https://github.com/akhodakivskiy/VimFx/blob/ba9d4675e19ce315e6855b64400aae092e727975/documentation/options.md#ignore_ctrl_alt
71
72 ### 0.9.0 (2015-12-02)
73
74 - Fixed: Links with the `onclick` attribute can now be opened in new tabs again.
75 (Regression since 0.8.0.)
76 - Fixed: The text size in VimFx’s Keyboard Shortcuts dialog is now correctly
77 resized.
78 - Added: The `gH` command. It opens the back/forward button context menu in the
79 middle of the window, allowing you to choose a history entry with the arrow
80 keys and `<enter>`.
81
82 ### 0.8.0 (2015-12-01)
83
84 - Fixed: VimFx now works properly in tabs moved to other windows.
85 - Fixed: An unreliable check for multi-process mode has been eliminated, fixing
86 various problems for some users.
87 - Fixed: VimFx’s toolbar button now changes color correctly when switching
88 between blacklisted and non-blacklisted tabs.
89 - Fixed: Dead keys now work out of the box on Windows.
90 - Improved: Links with the `onclick` attribute (abused as buttons) can no longer
91 get the same hint as another link.
92 - Added: The Keyboard Shortcuts dialog (shown by pressing `?`) is now
93 searchable.
94 - Added: The `g/` command. It’s like `/` but searches links only.
95
96 - Added: [Marks].
97
98 - Use `ma` to mark the current scroll position and `` `a `` to return to it.
99 (You may substitute `a` with any key press.)
100 - Use ``` `` ``` to return to the position before the last `gg`, `G`, `0`,
101 `$`, `/`, `n`, `N` or `` ` ``. (You can change this mark using the
102 [`last_scroll_position_mark`] pref.)
103
104 - Added: Window commands.
105
106 - `w`: Open new window.
107 - `W`: Open new private window.
108 - `gw`: Move tab to new window.
109 - `gF`: Follow link in new window.
110
111 [Marks]: https://github.com/akhodakivskiy/VimFx/blob/47fc699ce8217ee90af4d12e81f102f2bea09d61/documentation/commands.md#marks-m-and-
112 [`last_scroll_position_mark`]: https://github.com/akhodakivskiy/VimFx/blob/47fc699ce8217ee90af4d12e81f102f2bea09d61/documentation/options.md#last_scroll_position_mark
113
114 ### 0.7.3 (2015-11-22)
115
116 - Fixed: Scrolling now works correctly in pages in quirks mode (lacking a
117 doctype), such as Hackernews.
118 - Improved: The largest scrollable element is now detected better in frames.
119 - Fixed: Hints mode now exits correctly when focusing a text input using `af`,
120 or `f` with a count.
121
122 ### 0.7.2 (2015-11-21)
123
124 - Fixed: The blinking text caret now always appears correctly when focusing text
125 inputs.
126
127 ### 0.7.1 (2015-11-21)
128
129 - Fixed: The scrolling commands should now “just work” when using non-default
130 zoom or DPI settings, most notably on Google Groups.
131
132 ### 0.7.0 (2015-11-19)
133
134 - Changed: Instead of using system notifications, which turned out to be a bit
135 too intrusive, [notifications] are now similar to the “URL popup” (shown when
136 hovering or focusing links) but are placed on the opposite side,.
137 - Changed: The “Focus next element” and “Focus previous element” commands have
138 been removed. The reason they existed was to let `<tab>` and `<s-tab>` only
139 cycle between text inputs (as opposed to _all_ focusable elements) after
140 you’ve pressed `gi`. Now, `<tab>` and `<s-tab>` are handled specially instead,
141 and _only_ after pressing `gi`. The reason for this change is that the now
142 removed commands were too intrusive, breaking user habits. One of VimFx’s main
143 goal is _not_ to do that. (You can turn the special handling of `<tab>` and
144 `<s-tab>` off using the the new [`focus_previous_key` and `focus_next_key`]
145 prefs.)
146 - Fixed: The scrolling commands should now “just work” in a lot more situations,
147 most notably on Gmail and Google Groups. More scrollable elements are also
148 recognized by the `f` and `zf` commands.
149 - Improved: The right border of hint markers for scrollable elements is now
150 styled to remind of a scroll bar, making them easier to recognize among hints
151 for links.
152 - Improved/Changed: `J` and `gJ` now allow a count on the first tab.
153 Consequently, `K` and `gK` now allow a count on the _last_ tab.
154 - Changed: `gJ` and `gK` can no longer be used to pin or unpin tabs. They now
155 only wrap around tabs of the same pinned state. Use `gp` to toggle between
156 pinned and non-pinned.
157 - Fixed: Many elements that got a hint before VimFx 0.6.0 now do again.
158 - Improved: Comment fields on Facebook can now be focused using `f` and blurred
159 using `<escape>`.
160 - Improved: VimFx’s toolbar button is no greyed out when you focus a text input.
161 This is to show that your key presses will be passed into the text input
162 rather than activating VimFx commands.
163 - Added: [`g0`, `g^` and `g$` now accept counts][tab-index-counts], allowing you
164 to go to tab number _count._
165 - Improved: `gi` now finds text inputs inside frames.
166 - Fixed: “gi mode” is now exited properly when blurring a text input.
167 - Fixed: `<select>` elements are no longer considered to be text inputs when
168 using `<tab>` and `<s-tab>` in “gi mode.”
169 - Fixed: Using `<force>` or `<late>` in a shortcut no longer applies to _every_
170 shortcut for the command, but only that shortcut.
171 - Fixed: The order of the Previous/Next page patterns is now respected. This
172 caused the wrong link to be picked by the `[` and `]` commands on some pages.
173
174 [`focus_previous_key` and `focus_next_key`]: https://github.com/akhodakivskiy/VimFx/blob/d70b5bb14be89d9ce52138b0e9abdef1b31ad337/documentation/options.md#focus_previous_key-and-focus_next_key
175 [notifications]: https://github.com/akhodakivskiy/VimFx/blob/d70b5bb14be89d9ce52138b0e9abdef1b31ad337/documentation/notifications.md
176 [tab-index-counts]: https://github.com/akhodakivskiy/VimFx/blob/d70b5bb14be89d9ce52138b0e9abdef1b31ad337/documentation/commands.md#g0-g-g
177
178 ### 0.6.2 (2015-11-11)
179
180 - Improved: If the entire page isn’t scrollable, the largest scrollable element
181 is scrolled instead.
182 - Fixed: VimFx’s keyboard shortcuts now works on slowly loading pages.
183 - Fixed: Numbers may now be used as shortcut keys (overriding counts).
184 - Fixed: The toolbar button’s icon is now correctly sized in high DPI.
185 - Fixed: Hint markers are now correctly positioned when zooming using the “Zoom
186 text only” option.
187 - Fixed: The `P` command now works with the InstantFox add-on.
188
189 ### 0.6.1 (2015-11-10)
190
191 - Fixed: If you customized the “esc” command before VimFx 0.6.0 it should now
192 work as expected.
193 - Fixed: `<tab>` now works as expected in the location bar and in the dev tools.
194 - Fixed: Light-weight themes can no longer make VimFx’s Keyboard Shortcuts help
195 dialog and hint markers unreadable.
196 - Added: The [notifications\_enabled] option.
197
198 [notifications\_enabled]: https://github.com/akhodakivskiy/VimFx/blob/56c4b7c514ea8b58d2cdcecf3d2654648c48ca31/documentation/options.md#notifications_enabled
199
200 ### 0.6.0 (2015-11-09)
201
202 ##### Most important (breaking) changes
203
204 - VimFx now works properly with **any keyboard layout.** Users of **multiple
205 layouts** should enable the **[ignore keyboard layout] option.** #249 #259
206
207 - Features related to disabling VimFx, and to the [toolbar button]:
208
209 - **Insert Mode** has been renamed to **_Ignore_ mode.**
210 - **[Blacklisted][blacklist] sites** now **enter Ignore mode automatically,**
211 instead of being specially handled.
212 - The feature to click the toolbar button (or press `<a-V>`) to **disable
213 VimFx** has been **removed.** Use **Ignore mode** (`i`) and the
214 **[blacklist] instead.**
215 - The **toolbar button** is now **red in Ignore mode** (which also means that
216 it is red on blacklisted sites) and green otherwise (never grey anymore).
217 - The toolbar button no longer offers to (un-)blacklist the current domain.
218 (Head into VimFx’s settings page in the Add-ons Manager and add
219 `*currentdomain.com*` to the [blacklist] option yourself instead.)
220
221 (See [commit 3552282] for more information.)
222
223 - **Some default shortcuts have changed,** mostly because they conflicted with
224 standard Firefox shortcuts: #308
225
226 - `<c-J>` → `gJ`
227
228 - `<c-K>` → `gK`
229
230 - `g^` and `gH` → `g0`
231
232 `g^` now selects the first _non pinned_ tab instead, while `g0`
233 selects the first tab regardless of whether it is pinned or not. #317
234
235 - `<c-e>` (alias for `j`) and `<c-y>` (alias for `k`) have been removed.
236
237 - `<c-f>` → `<space>` and `<c-b>` → `<s-space>`
238
239 - `vf` → `zf`
240
241 This frees up `v` for future shortcuts (instead making `z` a
242 “namespace” key, just like in Vim).
243
244 - To **exit Ignore mode:** `<escape>` → `<s-escape>`. This is because Ignore
245 mode has replaced the disable feature, as well as the special blacklist
246 state (see above). Sites are likely to use `<escape>` but not `<s-escape>`.
247 (In a way, this new role of Ignore mode also means that the old (many times
248 broken) shortcut to disable VimFx (`<a-V>`) has been replaced by `i`.) #64
249 \#375 #432
250
251 - VimFx’s Keyboard Shortcuts help dialog is now help only, and more accessible.
252 To **customize keyboard shortcuts,** go to VimFx’s settings page **in the
253 Add-ons Manager,** just like you would to customize other settings. Also,
254 **commas** between every key are **no longer needed:** Type `gJ` instead of
255 `g,J`.
256
257 - For performance reasons, **Hint markers** are now placed vertically **centered
258 instead of at the top** of the element. Don’t be surprised if you see the same
259 hint repeated several times**—links that go to the same place now get the same
260 hint.** The “Smart hints” option has been removed—hints are _always_ smart
261 now, and a lot smarter than before. Finally, hints now also work in the new
262 tab page, the Add-ons Manager and the preferences page. If you want to, you
263 can read more about [the `f` commands]. \#51 #60 #176 #320 #325 #468 #471 #475
264
265 - The **`F`** command now _always_ opens tabs in new **background** tabs, while
266 **`gf`** has been added to open tabs in new **foreground** tabs. #227 #464
267
268 - **Autofocus prevention** is now **off by default.** One of VimFx’s core
269 philosophies is to be nice to your browser habits. Some find autofocus
270 prevention too big a change. Turn it on again if you like it! By the way,
271 autofocus prevention now works much more reliably and should not cause issues
272 with other extensions. #497 #541
273
274 - The **“Scroll step”** option has been **removed**. The scrolling commands that
275 used it now **work like the arrow keys instead,** and are customized just like
276 them. See [scrolling prefs] for more information.
277
278 - Speaking of scrolling, **which elements scrolls** when you use VimFx’s
279 scrolling commands **has changed.** See [scrolling commands] for more
280 information.
281
282 ##### New features
283
284 - New commands:
285
286 - `gp` pins or unpins the current tab. (Also see `g^` and `g0` mentioned
287 above.) #121
288 - `yt` duplicates the current tab. #121
289 - `0` and `^` scroll to the far left, and `$` scrolls to the far right.
290 - [`gi`] has finally been implemented. #47
291 - [Ignore mode `<s-f1>`] let you run a Normal mode command without exiting
292 Ignore mode.
293
294 - In Hints mode you can now hold ctrl and alt to change behavior of the matched
295 marker. Hold shift to temporarily make the hints see-through. See [the `f`
296 commands] for more information. #220 #421 #484
297
298 - Some commands now accept [counts]. #374
299
300 - It is now possible to create shortcuts that work inside text inputs. See the
301 [`<force>`] key for more information. #258
302
303 - It is now possible to create shortcuts that the page can override. See the
304 [`<late>`] key for more information.
305
306 - A number of [advanced options] have been added. Rather than listing everything
307 regarding them here, follow that link if you’re interested. #452 #489
308
309 - You may now, if you want to, configure VimFx through a [config file], using
310 the new [public API]. Customizing VimFx through a config file also gives extra
311 abilities, such as [site-specific options][option-overrides] and [disabling
312 certain commands on certain sites][key-overrides]. It also allows to add
313 [custom commands] \(and other extensions to extend VimFx). #158 #235 #255 #261
314 \#300 #408 #445 #490 #515
315
316 - It is now easier to customize VimFx through custom [styling]. An example is
317 changing the way hint markers look. #220 #233 #424 #432 #465
318
319 - VimFx now has [documentation] and a [wiki].
320
321 - A few new locales were added:
322
323 - fr. Thanks to Mickaël RAYBAUD-ROIG (@m-r-r)!
324 - pt-BR. Thanks to Átila Camurça Alves (@atilacamurca)!
325 - sv-SE. Thanks to Andreas Lindhé (@lindhe)!
326
327 ##### Improvements
328
329 - VimFx is now multi-process/Electrolysis/e10s compatible! This means that you
330 can run VimFx on a version of Firefox with multi-process enabled without
331 issues, and that we’re future proof for the day when Firefox becomes
332 multi-process by default. Best of all, it also made VimFx more reliable in
333 non-multi-process (“regular”) Firefox. #378
334
335 - The `[` and `]` commands are now smarter, recognizing more links to the
336 previous/next page correctly. You may read more about [previous/next page
337 patterns]. #396
338
339 - The `n` and `N` commands now notify you when they wrap around the page, or the
340 phrase you searched for could not be found. #398
341
342 - _All_ shortcuts in _all modes_ can now be customized. For example, this allows
343 you to disable VimFx’s Vim-style `<enter>` behavior in the find bar. #222 #390
344 \#421
345
346 - The `p` and `P` commands are now smarter regarding whether to treat the
347 clipboard contents as a URL or a search, by working exactly like pasting in
348 the location bar. They also now read the selection clipboard, if available.
349 \#353 #382
350
351 - VimFx’s toolbar button is now properly implemented. #303 #349 #383
352
353 - Most locales were updated. Thanks to our awesome [translators]!
354
355 ##### Minor bug fixes
356
357 - VimFx now works correctly in tabs dragged to other windows. #57
358 - The `p` command is no longer broken. #494
359 - Non-ASCII shortcut keys now work properly. #433
360 - The Keyboard Shortcuts help dialog can no longer be covered by page elements.
361 \#477
362 - Hint markers can no longer be covered by page elements.
363 - VimFx no longer causes scripts on icloud.com to get stuck in an infinite loop.
364 \#389
365
366 [advanced options]: https://github.com/akhodakivskiy/VimFx/blob/c790b0fc1127c66bb7b33ccbaf4c0e8090e5530b/documentation/options.md#advanced-options
367 [blacklist]: https://github.com/akhodakivskiy/VimFx/blob/c790b0fc1127c66bb7b33ccbaf4c0e8090e5530b/documentation/options.md#blacklist
368 [ignore keyboard layout]: https://github.com/akhodakivskiy/VimFx/blob/c790b0fc1127c66bb7b33ccbaf4c0e8090e5530b/documentation/options.md#ignore-keyboard-layout
369 [previous/next page patterns]: https://github.com/akhodakivskiy/VimFx/blob/c790b0fc1127c66bb7b33ccbaf4c0e8090e5530b/documentation/options.md#previousnext-page-patterns
370 [scrolling prefs]: https://github.com/akhodakivskiy/VimFx/blob/c790b0fc1127c66bb7b33ccbaf4c0e8090e5530b/documentation/options.md#scrolling-prefs
371 [counts]: https://github.com/akhodakivskiy/VimFx/blob/c790b0fc1127c66bb7b33ccbaf4c0e8090e5530b/documentation/commands.md#counts
372 [`gi`]: https://github.com/akhodakivskiy/VimFx/blob/c790b0fc1127c66bb7b33ccbaf4c0e8090e5530b/documentation/commands.md#gi-1
373 [Ignore mode `<s-f1>`]: https://github.com/akhodakivskiy/VimFx/blob/c790b0fc1127c66bb7b33ccbaf4c0e8090e5530b/documentation/commands.md#ignore-mode-s-f1
374 [scrolling commands]: https://github.com/akhodakivskiy/VimFx/blob/c790b0fc1127c66bb7b33ccbaf4c0e8090e5530b/documentation/commands.md#scrolling-commands-1
375 [the `f` commands]: https://github.com/akhodakivskiy/VimFx/blob/c790b0fc1127c66bb7b33ccbaf4c0e8090e5530b/documentation/commands.md#the-f-commands-1
376 [`<force>`]: https://github.com/akhodakivskiy/VimFx/blob/c790b0fc1127c66bb7b33ccbaf4c0e8090e5530b/documentation/shortcuts.md#force
377 [`<late>`]: https://github.com/akhodakivskiy/VimFx/blob/c790b0fc1127c66bb7b33ccbaf4c0e8090e5530b/documentation/shortcuts.md#late
378 [config file]: https://github.com/akhodakivskiy/VimFx/blob/c790b0fc1127c66bb7b33ccbaf4c0e8090e5530b/documentation/config-file.md
379 [public api]: https://github.com/akhodakivskiy/VimFx/blob/c790b0fc1127c66bb7b33ccbaf4c0e8090e5530b/documentation/api.md
380 [option-overrides]: https://github.com/akhodakivskiy/VimFx/blob/c790b0fc1127c66bb7b33ccbaf4c0e8090e5530b/documentation/api.md#vimfxaddoptionoverridesrules
381 [key-overrides]: https://github.com/akhodakivskiy/VimFx/blob/c790b0fc1127c66bb7b33ccbaf4c0e8090e5530b/documentation/api.md#vimfxaddkeyoverridesrules
382 [styling]: https://github.com/akhodakivskiy/VimFx/blob/c790b0fc1127c66bb7b33ccbaf4c0e8090e5530b/documentation/styling.md
383 [toolbar button]: https://github.com/akhodakivskiy/VimFx/blob/c790b0fc1127c66bb7b33ccbaf4c0e8090e5530b/documentation/styling.md
384 [translators]: https://github.com/akhodakivskiy/VimFx/blob/c790b0fc1127c66bb7b33ccbaf4c0e8090e5530b/PEOPLE.md#translators
385 [documentation]: https://github.com/akhodakivskiy/VimFx/blob/c790b0fc1127c66bb7b33ccbaf4c0e8090e5530b/documentation/
386 [wiki]: https://github.com/akhodakivskiy/VimFx/wiki/
387 [custom commands]: https://github.com/akhodakivskiy/VimFx/wiki/Custom-Commands
388 [commit 3552282]: https://github.com/akhodakivskiy/VimFx/commit/355228217d7e7a61f5e1edbb9efbfb0f3e4ef81c
389
390 ### 0.5.17 (2015-01-23)
391
392 - Fixed: The hints generation no longer crashes on some pages (regression since
393 version 0.5.15).
394
395 ### 0.5.16 (2015-01-22)
396
397 - Fixed: The toolbar button no longer throws errors. (This fix should have been
398 in 0.5.15 but was forgotten. Luckily an AMO reviewer found it.)
399
400 ### 0.5.15 (2015-01-21)
401
402 - Improved: This version is now forwards-compatible with the upcoming version
403 0.6.0. Downgrading from 0.6.0 to 0.5.14 or older might cause VimFx to crash,
404 but downgrading from 0.6.0 to 0.5.15 is safe.
405 - Fixed: Non-hintchars key presses in hints mode are now suppressed. They used
406 to be passed along to the browser, which could confusingly activate site
407 commands.
408 - Fixed: The 'f' command now always opens links in the same tab. Links used to
409 be able to force a new tab or window.
410 - Fixed: Pressing 'Esc' in the location bar now restores the URL, as is the
411 default behaviour of Firefox. You may now also close Firefox dialogs using
412 'Esc'.
413 - Improved: Updated the de locale. Thanks to Alexander Haeussler!
414 - Improved: Updated the pl locale. Thanks to morethanoneanimal!
415
416 ### 0.5.14 (2014-08-16)
417
418 - Fixed: Locales should now work properly.
419 - Improved: Updated the zh-CN locale (@mozillazg).
420 - Improved: Updated the de locale (@Kambfhase).
421 - Added: Japanese locale (@pluser).
422 - Fixed: If you switched to another tab or window while an `<input>` element
423 was focused and then switched back, the `<input>` element got blurred, while
424 it should have stayed focused. This caused the auto-type feature of KeePassX
425 to break.
426
427 ### 0.5.13 (2014-08-02)
428
429 - Fixed: The vote button on StackExchange sites are now markable again.
430 - Improved: Detection of previous/next links. Should work better on gmail now.
431 - Fixed: It is now possible to use Enter/Return in keyboard shortcuts.
432 - Improved: The n/N commands (etc.) now work even if you didn’t open the finbar
433 using the VimFx command (such as the default key binding ctrl+f, or by
434 clicking a menu item).
435 - Improved: It is now possible to blur text inputs without sending Esc to the
436 page, which could cause dialogs etc. to annoyingly close.
437 - Improved: Updated the el-GR locale (@sirodoht).
438 - Fixed: Autofocus prevention sometimes made text inputs impossible to focus
439 until you reloaded the page.
440 - Improved: Autofocus prevention now works on more sites than before.
441 - Improved: Autofocus prevention now prevents _all_ automatic focusing (not
442 just when the page loads). This makes devdocs.io much easier to use.
443 - Added: When viewing images directly and the image has been resized to fit the
444 screen the image is now markable, allowing you to toggle zoom on it using the
445 keyboard.
446 - Fixed: It is no longer possible to add conflicting shortcuts (such as adding
447 'a' when 'af' and 'as' are already present).
448
449 ### 0.5.12 (2014-06-01)
450
451 - Fixed: Autofocus prevention got stuck sometimes, making it impossible to
452 focus inputs.
453
454 ### 0.5.11 (2014-06-01)
455
456 - Fixed: The focus search bar command was broken.
457 - Fixed: Autofocus prevention was broken.
458 - Fixed: The top bar on YouTube could not be accessed by VimFx.
459 - Fixed: You can no longer add blank hotkeys.
460 - Improved: Tab Groups are supported.
461 - Improved: Matching of previous/next links should be more reliable.
462 - Improved: A few minor things.
463
464 ### 0.5.10 (2014-05-07)
465
466 - Fixed yet another bug related to the default preferences
467
468 ### 0.5.9 (2014-05-04)
469
470 - Fixed a bug with default preferences not being set
471 - Fixed gg and G to be faster
472
473 ### 0.5.8 (2014-04-18)
474
475 - AMO Preliminary Review bug fix (sorry for such long delay)
476
477 ### 0.5.7 (2014-03-03)
478
479 - Bug fix
480
481 ### 0.5.6 (2014-02-26)
482
483 - Updated some translations
484 - Updated pagination patterns and logic
485
486 ### 0.5.5 (2014-01-03)
487
488 - Hotfix release to address a bug that has been introduced in 0.5.4
489
490 ### 0.5.4 (2014-01-03)
491
492 - Fix for popup passthrough mode stucking
493 - Make toolbar button click depend on current mode
494 - Higher weight markers should not be overlapped
495 - Refactor find mode to use Firefox native search bar
496 - Bump minimum required Firefox version to 25
497 - Added commands to go in the URL path
498 - Added commands to navigate previous and next links with customizable link
499 patterns
500 - Use Firefox 24+ native console API
501 - Update zh-CN localization
502
503 ### 0.5.3 (2013-10-16)
504
505 - Lots of refactoring
506 - Insert mode (`i` command)
507 - Follow multiple links with `af` command
508 - Hint marker rotation with `space` while in hints mode
509
510 ### 0.5.1 (2013-08-21)
511
512 - Fixed regression with stylesheets
513 - Updated icon
514
515 ### 0.5 (2013-08-19)
516
517 - Added command to focus search bar: `O`
518 - Added commands to stop loading current page and all pages: `s` and `as`
519 - Invisible elements will not get hint markers
520 - Compatibility with Firefox 25
521 - Simple shortcut customization with UI in Help dialog
522 - Use Huffman coding algorithm for hint markers generation which results in
523 shorter links
524 - Implemented Bloom filters to achieve shorter hints for those shortcuts that
525 are used often
526 - Reimplemented scrolling - now works with pages where window is not scrollable
527 - Find disabled on non HTML documents
528 - Find string is now global for all windows.
529 - Fixed logic of locale discovery. Now we rely on general.useragent.locale
530 Firefox preference for current locale
531
532 ### 0.4.8 (2013-06-12)
533
534 - `embed` and `object` tags will now have their own hints
535 - Bug fixes related to custom hint chars (@LordJZ)
536 - Fixed `t` - now it will be nice to other extensions
537 - Updated Chinese translations (@mozillazg)
538 - Reenter Normal mode on page reloads to avoid getting stuck in Hints mode
539 without any hints
540 - Search will focus element that contains matching text
541 - Fixed hint markers for iframes
542 - Marker bug fixes (@LordJZ)
543
544 ### 0.4.6 (2013-03-27)
545
546 - Reimplemented find mode: CJK support, performance boost
547 - `a/` or `a.` to highlight all matches of the search string on the page
548 - Hint markers will now reach into iframes
549 - Key handling is disabled when a popupmenu or panel are shown
550 - `yf` will now also focus links and copy values from text/textarea element
551 - `vf` will show hit markers to focus the underlying element
552
553 ### 0.4.5 (2013-03-12)
554
555 - `:` to open Firefox Developer Toolbar, `Esc` to close it.
556 - Add Hungarian locale (@thenonameguy).
557 - Add Polish locale (@grn).
558 - Don't close pinned tabs when pressing x (@grn).
559 - Switched to Makefile for building the extension release (@carno).
560 - Mrakers CSS tweaks (@helmuthdu)
561
562 ### 0.4.4 (2013-01-30)
563
564 - Thanks to @mozillazg and @mcomella for translation contributions.
565 - Added `gh` command that will navigate to the home page.
566 - Added `o` command to focus location bar.
567 - `p` and `P` will parse the contents of the clipboard. If the string in the
568 clipboard appears to be a URL then it will navigate to this URL. Otherwise it
569 will search for the string in the clipboard using currently selected search
570 provider.
571 - Now hint markers for links will stay on top of all the markers for different
572 kinds of elements.
573 - Esc will now also close the focused default search bar.
574 - Fixed bugs related to keyboard events handling, XUL documents, and some other
575 issues.
576 - Bug fixed where not all the commands could be disabled via the Help dialog.
577
578 ### 0.4.3 (2012-12-27)
579
580 - Toolbar button bugfix
581 - Added an option to disable individual commands via the help dialog
582
583 ### 0.4.1, 0.4.2 (2012-12-12)
584
585 - Small tweaks of the find feature.
586 - Bugfix for keyboard handling on non-english keyboard layouts
587
588 ### 0.4 (2012-12-09)
589
590 - Implemented find with `/` and `n/N`
591 - Added `ar` and `aR` commands to reload pages in all open tabs.
592 - Added a preference that enables blurring from any element that has input focus
593 in the browser on Esc keydown (on by default)
594 - Fixed bug where markers and help dialog would blow up some of the pages.
595 - Marker hints are now sorted with respect to the underlying element area.
596 Elements with larger area get shorter hints
597 - Added *mail.google.com* to the default black list
598 - Various bug fixed and improvements.
599
600 ### 0.3.2, 0.3.2, 0.3.3 (2012-11-20)
601
602 - Hotfixes for the build script to include localization related files and folders
603
604 ### 0.3 (2012-11-19)
605
606 - Fixed [Desktop](https://addons.mozilla.org/en-us/firefox/addon/desktop/)
607 extension compatibility problem
608 - Removed c-b/c-f for now. c-f is a standard search hotkey. Will put c-f back
609 when proper Vim-like search with / is implemented
610 - Scrolling with G will now reach the bottom of the page
611 - Implemented localization, currently there is only Russian localization.
612 Community is welcome [to contribute your localizations](https://github.com/akhodakivskiy/VimFx/tree/master/extension/locale)!
613 - Implemented simple smooth scrolling
614
615 ### 0.2 (2012-11-05)
616
617 - document.designMode='on' is now honored. Will also provide hint markers for
618 iframes on the page.
619 - Bug fixed where it would completely reset the toolbar while installing the
620 toolbar button.
621 - Bug fixed where it's not possible to change the text in the blacklisting
622 textbox
623 - Changed u/d to scroll half a page, added c-f/c-b to scroll full page
624 - Added tab movement commands: c-J and c-K.
625 - Invisible markers bug fixed.
626 - Global hotkey to disable the commands (equal to the toolbar button click):
627 Alt-Shift V
628 - ^u and ^d are removed from the command list. ^u is commonly used to show the
629 page source code
630 - Opening new tab with now focuses the location bar
631 - Other small bugs nailed down.
632
633 ### 0.1.1 (2012-10-27)
634
635 - Just to deal with AMO - no changes
636
637 ### 0.1 (2012-10-26)
638
639 - Initial Release
Imprint / Impressum