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