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