]> git.gir.st - VimFx.git/blob - CHANGELOG.md
VimFx v0.5.16
[VimFx.git] / CHANGELOG.md
1 # Change Log
2
3 0.5.16 (Jan 22 2015)
4
5 - Fixed: The toolbar button no longer throws errors. (This fix should have been
6 in 0.5.15 but was forgotten. Luckily an AMO reviewer found it.)
7
8 0.5.15 (Jan 21 2015)
9
10 - Improved: This version is now forwards-compatible with the upcoming version
11 0.6.0. Downgrading from 0.6.0 to 0.5.14 or older might cause VimFx to crash,
12 but downgrading from 0.6.0 to 0.5.15 is safe.
13 - Fixed: Non-hintchars key presses in hints mode are now suppressed. They used
14 to be passed along to the browser, which could confusingly activate site
15 commands.
16 - Fixed: The 'f' command now always opens links in the same tab. Links used to
17 be able to force a new tab or window.
18 - Fixed: Pressing 'Esc' in the location bar now restores the URL, as is the
19 default behaviour of Firefox. You may now also close Firefox dialogs using
20 'Esc'.
21 - Improved: Updated the de locale. Thanks to Alexander Haeussler!
22 - Improved: Updated the pl locale. Thanks to morethanoneanimal!
23
24 0.5.14 (Aug 16 2014)
25
26 - Fixed: Locales should now work properly.
27 - Improved: Updated the zh-CN locale (@mozillazg).
28 - Improved: Updated the de locale (@Kambfhase).
29 - Added: Japanese locale (@pluser).
30 - Fixed: If you switched to another tab or window while an `<input>` element
31 was focused and then switched back, the `<input>` element got blurred, while
32 it should have stayed focused. This caused the auto-type feature of KeePassX
33 to break.
34
35 0.5.13 (Aug 2 2014)
36
37 - Fixed: The vote button on StackExchange sites are now markable again.
38 - Improved: Detection of previous/next links. Should work better on gmail now.
39 - Fixed: It is now possible to use Enter/Return in keyboard shortcuts.
40 - Improved: The n/N commands (etc.) now work even if you didn’t open the finbar
41 using the VimFx command (such as the default key binding ctrl+f, or by
42 clicking a menu item).
43 - Improved: It is now possible to blur text inputs without sending Esc to the
44 page, which could cause dialogs etc. to annoyingly close.
45 - Improved: Updated the el-GR locale (@sirodoht).
46 - Fixed: Autofocus prevention sometimes made text inputs impossible to focus
47 until you reloaded the page.
48 - Improved: Autofocus prevention now works on more sites than before.
49 - Improved: Autofocus prevention now prevents _all_ automatic focusing (not
50 just when the page loads). This makes devdocs.io much easier to use.
51 - Added: When viewing images directly and the image has been resized to fit the
52 screen the image is now markable, allowing you to toggle zoom on it using the
53 keyboard.
54 - Fixed: It is no longer possible to add conflicting shortcuts (such as adding
55 'a' when 'af' and 'as' are already present).
56
57 0.5.12 (June 1 2014)
58
59 - Fixed: Autofocus preventiton got stuck sometimes, making it impossible to
60 focus inputs.
61
62 0.5.11 (June 1 2014)
63
64 - Fixed: The focus search bar command was broken.
65 - Fixed: Autofocus prevention was broken.
66 - Fixed: The top bar on YouTube could not be accessed by VimFx.
67 - Fixed: You can no longer add blank hotkeys.
68 - Improved: Tab Groups are supported.
69 - Improved: Matching of previous/next links should be more reliable.
70 - Improved: A few minor things.
71
72 0.5.10 (May 7 2014)
73
74 - Fixed yet another bug related to the default pereferences
75
76 0.5.9 (May 4 2014)
77
78 - Fixed a bug with default preferences not being set
79 - Fixed gg and G to be faster
80
81 0.5.8 (Apr 18 2014)
82
83 AMO Preliminary Review bug fix (sorry for such long delay)
84
85 0.5.7 (Mar 3 2014)
86
87 - Bug fix
88
89 0.5.6 (Feb 26 2014)
90
91 - Updated some translations
92 - Updated pagination patterns and logic
93
94 0.5.5 (Jan 3 2014)
95
96 - Hotfix release to address a bug that has been introduced in 0.5.4
97
98 0.5.4 (Jan 3 2014)
99
100 - Fix for popup passthrough mode stucking
101 - Make toolbar button click depend on current mode
102 - Higher weight markers should not be overlapped
103 - Refactor find mode to use Firefox native search bar
104 - Bump minimum requred Firefox version to 25
105 - Added commands to go in the URL path
106 - Added commands to navigate previous and next links with customizable link patterns
107 - Use Firefox 24+ native console API
108 - Update zh-CN localization
109
110 0.5.3 (Oct 16 2013)
111
112 - Lots of refactoring
113 - Insert mode (`i` command)
114 - Follow multiple links with `af` command
115 - Hint marker rotation with `space` while in hints mode
116
117 0.5.1 (Aug 21 2013)
118
119 - Fixed regression with stylesheets
120 - Updated icon
121
122 0.5 (Aug 19 2013)
123
124 - Added command to focus search bar: `O`
125 - Added commands to stop loading current page and all pages: `s` and `as`
126 - Invisible elements will not get hint markers
127 - Compatibility with Firefox 25
128 - Simple shortcut customization with UI in Help dialog
129 - Use huffman coding algorithm for hint markers generation which results in shorter links
130 - Implemented Bloom filters to achieve shorter hints for those shortcuts that are used often
131 - Reimplemented scrolling - now works with pages wihere window is not scrollable
132 - Find disabled on non HTML documents
133 - Find string is now global for all windows.
134 - Fixed logic of locale discovery. Now we rely on general.useragent.locale Firefox preference for current locale
135
136 0.4.8 (12 Jun 2013)
137
138 - `embed` and `object` tags will now have their own hints
139 - Bug fixes related to custom hint chars (@LordJZ)
140 - Fixed `t` - now it will be nice to other extensions
141 - Updated Chineese translations (@mozillazg)
142 - Reenter Normal mode on page reloads to avoid getting stuck in Hints mode withou any hints
143 - Search will focus element that contains matching text
144 - Fixed hint markers for iframes
145 - Marker bug fixes (@LordJZ)
146
147 0.4.6 (27 Mar 2013)
148
149 - Reimplemented find mode: CJK support, performace boost
150 - `a/` or `a.` to highlight all matches of the search string on the page
151 - Hint markers will now reach into iframes
152 - Key handling is disabled when a popupmenu or panel are shown
153 - `yf` will now also focus links and copy values from text/textarea element
154 - `vf` will show hit markers to focus the underlying element
155
156 0.4.5 (12 Mar 2013)
157
158 - `:` to open Firefox Developer Toolbar, `Esc` to close it.
159 - Add Hungarian locale (@thenonameguy).
160 - Add Polish locale (@grn).
161 - Don't close pinned tabs when pressing x (@grn).
162 - Switched to Makefile for building the extension release (@carno).
163 - Mrakers CSS tweaks (@helmuthdu)
164
165 0.4.4 (30 Jan 2013)
166
167 - Thanks to @mozillazg and @mcomella for translation contributions.
168 - Added `gh` command that will navigate to the home page.
169 - Added `o` command to focus address bar.
170 - `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.
171 - Now hint markers for links will stay on top of all the markers for different kinds of elements.
172 - Esc will now also close the focused default search bar.
173 - Fixed bugs related to keyboard events handling, XUL documents, and some other issues.
174 - Bug fixed where not all the commands could be disabled via the Help dialog.
175
176 0.4.3 (27 Dec 2012)
177
178 - Toolbar button bugfix
179 - Added an option to disable individual commands via the help dialog
180
181 0.4.1, 0.4.2 (12-14 Dec 2012)
182
183 - Small tweaks of the find feature.
184 - Bugfix for keyboard handling on non-english keyboard layouts
185
186 0.4 (9 Dec 2012)
187
188 - Implemented find with `/` and `n/N`
189 - Added `ar` and `aR` commands to reload pages in all open tabs.
190 - Added a preference that enables bluring from any element that has input focus in the browser on Esc keydown (on by default)
191 - Fixed bug where markers and help dialog would blow up some of the pages.
192 - Marker hints are now sorted with respect to the underlying element area. Elements with larger area get shorter hints
193 - Added *mail.google.com* to the default black list
194 - Various bug fixed and improvements.
195
196 0.3.2, 0.3.2, 0.3.3 (20-21 Nov 2012)
197
198 - Hotfixes for the build script to include localization related files and folders
199
200 0.3 (19 Nov 2012)
201
202 - Fixed [Desktop](https://addons.mozilla.org/en-us/firefox/addon/desktop/) extension compatibility problem
203 - 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
204 - Scrolling with G will now reach the bottom of the page
205 - Implemented localization, currently there is only Russian localization. Community is welcome
206 [to contribute your localizations](https://github.com/akhodakivskiy/VimFx/tree/master/extension/locale)!
207 - Implemented simple smooth scolling
208
209 0.2 (5 Nov 2012)
210
211 - document.designMode='on' is now honored. Will also provide hint markers for iframes on the page.
212 - Bug fixed where it would completely reset the toolbar while installing the toolbar button.
213 - Bug fixed where it's not possible to change the text in the blaclisting textbox
214 - Changed u/d to scroll half a page, added c-f/c-b to scroll full page
215 - Added tab movement commands: c-J and c-K.
216 - Invisible markers bug fixed.
217 - Global hotkey to disable the commands (equal to the toolbar button click): Alt-Shift V
218 - ^u and ^d are removed from the command list. ^u is commonly used to show the page source code
219 - Opening new tab with now focuses the Address Bar
220 - Other small bugs nailed down.
221
222 0.1.1 (27 Oct 2012)
223
224 - Just to deal with AMO - no changes
225
226 0.1 (26 Oct 2012)
227
228 - Initial Release
Imprint / Impressum