Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix lint rules | Shin'ya Ueoka | 2019-12-22 | 2 | -4/+2 |
| | |||||
* | npm run lint:fix | Shin'ya Ueoka | 2019-12-22 | 85 | -423/+423 |
| | |||||
* | Rename count to repeat | Shin'ya Ueoka | 2019-12-21 | 6 | -16/+16 |
| | |||||
* | Add numeric prefix to repeat a command | Shin'ya Ueoka | 2019-12-21 | 7 | -137/+175 |
| | |||||
* | Repeat content operation with a numeric prefix | Shin'ya Ueoka | 2019-12-13 | 2 | -95/+103 |
| | |||||
* | Add prefix functions in KeySequence | Shin'ya Ueoka | 2019-12-13 | 3 | -3/+25 |
| | |||||
* | Identify the key is a digit | Shin'ya Ueoka | 2019-12-06 | 2 | -5/+32 |
| | |||||
* | Make engines required | Shin'ya Ueoka | 2019-12-03 | 3 | -4/+15 |
| | |||||
* | Validate on top-level settings and use pre-compiled ajv | Shin'ya Ueoka | 2019-12-03 | 8 | -435/+377 |
| | |||||
* | Add settings schema and compile script | Shin'ya Ueoka | 2019-12-03 | 2 | -0/+619 |
| | |||||
* | Validate json settings with ajv | Shin'ya Ueoka | 2019-12-03 | 5 | -108/+112 |
| | |||||
* | Fix for eslint | Shin'ya UEOKA | 2019-12-01 | 1 | -1/+1 |
| | |||||
* | handle localhost urls with path | chenchao | 2019-11-07 | 1 | -2/+17 |
| | |||||
* | more localhost use cases | chenchao | 2019-11-06 | 1 | -2/+12 |
| | |||||
* | support url started with localhost | chenchao | 2019-11-05 | 1 | -1/+1 |
| | |||||
* | Add partial blacklist form | Shin'ya UEOKA | 2019-10-08 | 6 | -40/+161 |
| | |||||
* | Ignore keys on partial blacklist | Shin'ya UEOKA | 2019-10-08 | 3 | -0/+26 |
| | |||||
* | Add partial blacklist item | Shin'ya UEOKA | 2019-10-07 | 2 | -20/+99 |
| | |||||
* | 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 |
| | |