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