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