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