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