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