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