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