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