Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Rename valueOf to fromJSON | Shin'ya UEOKA | 2019-10-07 | 6 | -18/+18 | |
| | ||||||
* | Use string settings on default settings | Shin'ya UEOKA | 2019-10-07 | 2 | -164/+85 | |
| | ||||||
* | Move Key to settings | Shin'ya UEOKA | 2019-10-07 | 10 | -52/+51 | |
| | ||||||
* | Fix form options | Shin'ya UEOKA | 2019-10-07 | 5 | -28/+35 | |
| | ||||||
* | Make Settings class | Shin'ya UEOKA | 2019-10-06 | 9 | -62/+87 | |
| | ||||||
* | Make Blacklist class | Shin'ya UEOKA | 2019-10-06 | 7 | -48/+54 | |
| | ||||||
* | Make Properties class | Shin'ya UEOKA | 2019-10-06 | 10 | -163/+136 | |
| | ||||||
* | Make Search class | Shin'ya UEOKA | 2019-10-06 | 4 | -53/+93 | |
| | ||||||
* | Make Keymap class | Shin'ya UEOKA | 2019-10-06 | 11 | -73/+114 | |
| | ||||||
* | Make KeySequence class | Shin'ya UEOKA | 2019-10-06 | 3 | -39/+29 | |
| | ||||||
* | Make key class | Shin'ya UEOKA | 2019-10-06 | 4 | -60/+81 | |
| | ||||||
* | Add :help command to open help | Shin'ya UEOKA | 2019-10-01 | 4 | -1/+21 | |
| | ||||||
* | Do not map Ctrl+C on imput | Shin'ya Ueoka | 2019-09-05 | 1 | -3/+0 | |
| | ||||||
* | Cancel follow mode and console by Ctrl-C | Shin'ya Ueoka | 2019-09-05 | 2 | -1/+17 | |
| | ||||||
* | Save on checkbox changed | Shin'ya UEOKA | 2019-08-29 | 1 | -1/+8 | |
| | ||||||
* | Fix type checkings | Shin'ya UEOKA | 2019-08-29 | 3 | -12/+11 | |
| | ||||||
* | Use default settings on loading failure | Shin'ya Ueoka | 2019-08-28 | 1 | -1/+6 | |
| | ||||||
* | Fix undefined checking on operation parameter | Shin'ya Ueoka | 2019-08-28 | 2 | -15/+29 | |
| | ||||||
* | Open options page on banner click | Shin'ya Ueoka | 2019-08-20 | 2 | -2/+13 | |
| | ||||||
* | Merge pull request #622 from ueokande/fallback-default-settings | Shin'ya Ueoka | 2019-08-05 | 3 | -15/+32 | |
|\ | | | | | Handle errors on loading settings | |||||
| * | Distinct notification IDs | Shin'ya Ueoka | 2019-08-01 | 2 | -20/+18 | |
| | | ||||||
| * | Handle errors on loading settings | Shin'ya Ueoka | 2019-07-30 | 3 | -6/+25 | |
| | | | | | | | | | | | | | | The error on loading settings can occurs when the settings lose backward compatibility on version up, or the saved date is broken. The error is caught, then the script done fallback to default settings and notify it to user. | |||||
* | | tabs.close: rename selectLeft (boolean) -> select ("left" | "right") | chocolateboy | 2019-07-31 | 5 | -7/+20 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | before: { "type": "tabs.close", "selectLeft": true | false // (default: false) } after: { "type": "tabs.close", "select": "left" | "right" // (default: "right") } | |||||
* | | tabs.close.right: rename `gd` -> `x$` | chocolateboy | 2019-07-31 | 2 | -2/+2 | |
| | | ||||||
* | | Add an option to close the current tab and select the tab to the left | chocolateboy | 2019-07-28 | 7 | -17/+29 | |
|/ | | | | | | | | | | | | | | Add an option to tabs.close to close the current tab and select the tab to the left. Bound to `D` by default, which replaces the tabs.close.right command, which is rarely-used. [1] The old `D` behavior has been moved to `gd`. + update the README and fix some lint errors [1] https://tinyurl.com/y4mj7hjy | |||||
* | Merge pull request #596 from ueokande/qa-0.23 | Shin'ya Ueoka | 2019-05-29 | 6 | -23/+41 | |
|\ | | | | | QA 0.23 | |||||
| * | Save settings on switching a source | Shin'ya Ueoka | 2019-05-27 | 1 | -0/+2 | |
| | | ||||||
| * | Fix form keys | Shin'ya Ueoka | 2019-05-27 | 1 | -5/+7 | |
| | | ||||||
| * | Set default engine and remain last engine on form settings | Shin'ya Ueoka | 2019-05-27 | 1 | -1/+6 | |
| | | ||||||
| * | Fix settings parsing | Shin'ya Ueoka | 2019-05-26 | 1 | -11/+17 | |
| | | ||||||
| * | Prepare target='_blank' | Shin'ya UEOKA | 2019-05-26 | 1 | -5/+5 | |
| | | ||||||
| * | Fix completion order | Shin'ya UEOKA | 2019-05-26 | 1 | -1/+4 | |
| | | ||||||
* | | Fix duplicated form | Shin'ya Ueoka | 2019-05-26 | 1 | -1/+0 | |
|/ | ||||||
* | Repeat open, tabopen and winopen command | Shin'ya Ueoka | 2019-05-25 | 7 | -4/+93 | |
| | ||||||
* | Add repeat.last operation to default settings | Shin'ya Ueoka | 2019-05-25 | 3 | -0/+3 | |
| | ||||||
* | Repeat last operation | Shin'ya Ueoka | 2019-05-25 | 7 | -7/+110 | |
| | ||||||
* | NavigateUseCase TabPresenter | Shin'ya Ueoka | 2019-05-24 | 2 | -3/+5 | |
| | ||||||
* | Move open parent and open root to background | Shin'ya Ueoka | 2019-05-24 | 6 | -48/+26 | |
| | ||||||
* | Move some navigation operations to background | Shin'ya Ueoka | 2019-05-23 | 7 | -13/+150 | |
| | ||||||
* | Use @typescript-eslint/semi rule | Shin'ya Ueoka | 2019-05-22 | 35 | -63/+4 | |
| | ||||||
* | FollowSlaveClient as a factory pattern | Shin'ya Ueoka | 2019-05-21 | 3 | -21/+41 | |
| | ||||||
* | Use TSyringe on content script | Shin'ya Ueoka | 2019-05-21 | 30 | -427/+381 | |
| | ||||||
* | Use TSyringe on background script | Shin'ya Ueoka | 2019-05-19 | 36 | -200/+208 | |
| | ||||||
* | Fix failed CircleCI | Shin'ya Ueoka | 2019-05-19 | 3 | -11/+18 | |
| | ||||||
* | Merge pull request #587 from ueokande/refactor-content | Shin'ya Ueoka | 2019-05-19 | 93 | -1797/+2589 | |
|\ | | | | | Refactor content scripts | |||||
| * | Add HintKeyProducer | Shin'ya Ueoka | 2019-05-19 | 2 | -1/+39 | |
| | | ||||||
| * | Add NavigationPresenter | Shin'ya Ueoka | 2019-05-19 | 4 | -91/+116 | |
| | | ||||||
| * | Make routes | Shin'ya Ueoka | 2019-05-19 | 7 | -127/+201 | |
| | | ||||||
| * | Remove unused components | Shin'ya Ueoka | 2019-05-19 | 19 | -860/+1 | |
| | | ||||||
| * | Follow as a clean architecture | Shin'ya Ueoka | 2019-05-19 | 10 | -9/+492 | |
| | |