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