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