v2.1.0
Improvement
- If there is only one element when you search a text in the hint mode, you can choose whether auto clicking it.
- Implemented
yankUrl
command to copy the url of the current tab to clipboard.
- Implemented
togglePin
command to toggle pinned tab.
v2.0.1
Improvement
- Implemented I18n for English and Japanese. Now the option page is bilingual.
v2.0.0
Improvement
- Tab selection mode is no longer exists. Instead of, you can search tabs in the command mode, and select it.
- In the hint mode you can search the inner text of elements and filter them. Matched text will be highlighted.
- You can select hint keys either UPPERCASE or lowercase.
- The name of some commands was changed.
- In searchBookmarks command, bookmark folders was included search target.
- You can search also App installed in Google Chrome, and launch it.
- Favicon is appended to the head of the candidate line in the command mode.
- Matched text will be highlighted mode when you are filtering in the command.
- Improve design.
- And bug fixes.
v1.2.2
Improvement
-
Added hint key algorithm.
1. Standard algorithm. Hint keys is created from random keys.
2. Comfortable algorithm. You can type a hint key with one hand as possible.
v1.2.0
Improvement
- Implemented tab selection mode. This mode can select an opened tab in the chrome browser with keyboard. In default, if you pushed m key, the current mode shifts to the tab selection mode.
v1.1.1
Improvement
Bugfix
- Use chrome.storage instead of localStorage in Hometype options. Thanks to that, Hometype options will be synchronized each browsers in your laptop or desktop.
- Both 'B' and 'b' opened a bookmark in a new tab. Now, 'b' opens it in the current tab.
v1.1.0
Improvement
- Multi commands can be defined by separating them with space.
- @command can execute with last executed command's option.
- Each cancelXXX commands is to become alias for enterNormalMode.
v1.0.2
Bugfix
- Improved accuracy of hint targets in the hint mode.
- Detect insert mode when key was pushed, focusing and blurring is no longer detection for insert mode. So missing detection of the current mode dropped.
v1.0.1
Bugfix
- In the hint mode an area tag was not included. Fixed it.
v1.0.0
Improvement
- Implemented continuous hint mode. You can use this function when you want to continue the hint mode even if an element is choosen. For example, checking continuously multi checkboxes or radio buttons.
- Implemented ignored urls option. If ignored urls is set in the options page, Hometype is unavailable while staying in those urls.
- Defined new command 'noop'. It does nothing. You can use this command if you want to be unavailable specified key bind.
- Improved performance very much when entering hint mode.
- Stop displaying the current mode on the top of the page.
- Writing tests using Jasmine 2.0, and executing CI using wercker.
v0.1.3
Bugfix
- Updated Hometype icon.
- Fixed a bug around restoreTab command.
v0.1.2
Bugfix
- Hometype opens most oldest closed tab when executing restoreTab command. Fixed to opening most newest closed tab.
- All tab histories was removing when Hometype was updated. Fixed it.
v0.1.1
Improvement
Bugfix
- Provided line number in searched tab histories.
- The order of closed tab histories was reverse. Fixed it.
- focusFirstInput and focusLastInput sometimes worked well. Fixed it.
v0.1.0
Improvement
- Implemented the options page.
- Implemented the help mode that displays key bindings on the center of the page.
v0.0.3
Improvement
- Improved performance using EventPage instead of BackgroundPage.
v0.0.2
Bugfix
- Change this extension name from Chromekey to Hometype
- focusFirstInput and focusLastInput was not able to focus to a textarea tag. Fixed it.
v0.0.1
- Hello world. This extension was released on Chrome webstore.