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