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