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