]> git.gir.st - VimFx.git/blob - CHANGELOG.md
Reversed change log order
[VimFx.git] / CHANGELOG.md
1 # Change Log
2
3 0.4.7 (12 Jun 2013)
4
5 - `embed` and `object` tags will now have their own hints
6 - Bug fixes related to custom hint chars (@LordJZ)
7 - Fixed `t` - now it will be nice to other extensions
8 - Updated Chineese translations (@mozillazg)
9 - Reenter Normal mode on page reloads to avoid getting stuck in Hints mode withou any hints
10 - Search will focus element that contains matching text
11 - Fixed hint markers for iframes
12 - Marker bug fixes (@LordJZ)
13
14 0.4.6 (27 Mar 2013)
15
16 - Reimplemented find mode: CJK support, performace boost
17 - `a/` or `a.` to highlight all matches of the search string on the page
18 - Hint markers will now reach into iframes
19 - Key handling is disabled when a popupmenu or panel are shown
20 - `yf` will now also focus links and copy values from text/textarea element
21 - `vf` will show hit markers to focus the underlying element
22
23 0.4.5 (12 Mar 2013)
24
25 - `:` to open Firefox Developer Toolbar, `Esc` to close it.
26 - Add Hungarian locale (@thenonameguy).
27 - Add Polish locale (@grn).
28 - Don't close pinned tabs when pressing x (@grn).
29 - Switched to Makefile for building the extension release (@carno).
30 - Mrakers CSS tweaks (@helmuthdu)
31
32 0.4.4 (30 Jan 2013)
33
34 - Thanks to @mozillazg and @mcomella for translation contributions.
35 - Added `gh` command that will navigate to the home page.
36 - Added `o` command to focus address bar.
37 - `p` and `P` will parse the contents of the clipboard. If the string in the clipboard appears to be a url then it will navigate to this url. Otherwise it will search for the string in the clipboard using currently selected search provider.
38 - Now hint markers for links will stay on top of all the markers for different kinds of elements.
39 - Esc will now also close the focused default search bar.
40 - Fixed bugs related to keyboard events handling, XUL documents, and some other issues.
41 - Bug fixed where not all the commands could be disabled via the Help dialog.
42
43 0.4.3 (27 Dec 2012)
44
45 - Toolbar button bugfix
46 - Added an option to disable individual commands via the help dialog
47
48 0.4.1, 0.4.2 (12-14 Dec 2012)
49
50 - Small tweaks of the find feature.
51 - Bugfix for keyboard handling on non-english keyboard layouts
52
53 0.4 (9 Dec 2012)
54
55 - Implemented find with `/` and `n/N`
56 - Added `ar` and `aR` commands to reload pages in all open tabs.
57 - Added a preference that enables bluring from any element that has input focus in the browser on Esc keydown (on by default)
58 - Fixed bug where markers and help dialog would blow up some of the pages.
59 - Marker hints are now sorted with respect to the underlying element area. Elements with larger area get shorter hints
60 - Added *mail.google.com* to the default black list
61 - Various bug fixed and improvements.
62
63 0.3.2, 0.3.2, 0.3.3 (20-21 Nov 2012)
64
65 - Hotfixes for the build script to include localization related files and folders
66
67 0.3 (19 Nov 2012)
68
69 - Fixed [Desktop](https://addons.mozilla.org/en-us/firefox/addon/desktop/) extension compatibility problem
70 - Removed c-b/c-f for now. c-f is a standard search hotkey. Will put c-f back when proper Vim-like search with / is implemented
71 - Scrolling with G will now reach the bottom of the page
72 - Implemented localization, currently there is only Russian localization. Community is welcome
73 [to contribute your localizations](https://github.com/akhodakivskiy/VimFx/tree/master/extension/locale)!
74 - Implemented simple smooth scolling
75
76 0.2 (5 Nov 2012)
77
78 - document.designMode='on' is now honored. Will also provide hint markers for iframes on the page.
79 - Bug fixed where it would completely reset the toolbar while installing the toolbar button.
80 - Bug fixed where it's not possible to change the text in the blaclisting textbox
81 - Changed u/d to scroll half a page, added c-f/c-b to scroll full page
82 - Added tab movement commands: c-J and c-K.
83 - Invisible markers bug fixed.
84 - Global hotkey to disable the commands (equal to the toolbar button click): Alt-Shift V
85 - ^u and ^d are removed from the command list. ^u is commonly used to show the page source code
86 - Opening new tab with now focuses the Address Bar
87 - Other small bugs nailed down.
88
89 0.1.1 (27 Oct 2012)
90
91 - Just to deal with AMO - no changes
92
93 0.1 (26 Oct 2012)
94
95 - Initial Release
Imprint / Impressum