Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix undefined checking on operation parameter | Shin'ya Ueoka | 2019-08-28 | 2 | -15/+29 |
| | |||||
* | npm audit fix | Shin'ya Ueoka | 2019-08-26 | 1 | -33/+19 |
| | |||||
* | Install react-redux 7.1.1 | Shin'ya Ueoka | 2019-08-26 | 2 | -14/+18 |
| | |||||
* | Update .eslintrc | Shin'ya Ueoka | 2019-08-26 | 1 | -0/+1 |
| | |||||
* | Install eslint 6.2.2 | Shin'ya Ueoka | 2019-08-26 | 2 | -99/+142 |
| | |||||
* | Install typescript 3.5.3 | Shin'ya Ueoka | 2019-08-26 | 2 | -4/+4 |
| | |||||
* | Install @typescript-eslint/eslint-plugin and @typescript-eslint/parser | Shin'ya Ueoka | 2019-08-26 | 2 | -35/+53 |
| | | | | | | | | Expected that eslint-plugin does not depends on parser, but parser is automatically installed on eslint-plugin 1.9.0. Install parser package manually because it had been fixed on latest version. https://github.com/typescript-eslint/typescript-eslint/commit/370ac729689905384adb20f92240264660fcc9bc#diff-d4da9abc179953bf1171e2846eb50b86 | ||||
* | Update types | Shin'ya Ueoka | 2019-08-21 | 2 | -31/+31 |
| | |||||
* | Update eslint-plugin-react | Shin'ya Ueoka | 2019-08-21 | 2 | -31/+170 |
| | |||||
* | Update ts-loader | Shin'ya Ueoka | 2019-08-21 | 2 | -7/+7 |
| | |||||
* | Update sinon | Shin'ya Ueoka | 2019-08-21 | 2 | -18/+10 |
| | |||||
* | Update karma, karma-firefox-launcher and karma-webpack | Shin'ya Ueoka | 2019-08-21 | 2 | -572/+208 |
| | |||||
* | Update mocha | Shin'ya Ueoka | 2019-08-21 | 2 | -99/+7 |
| | |||||
* | Update sinon | Shin'ya Ueoka | 2019-08-21 | 2 | -24/+32 |
| | |||||
* | Update css-loader, sass-loader and style-loader | Shin'ya Ueoka | 2019-08-21 | 2 | -495/+115 |
| | |||||
* | Update tsyringe | Shin'ya Ueoka | 2019-08-21 | 2 | -4/+4 |
| | |||||
* | Update react and redux | Shin'ya Ueoka | 2019-08-21 | 2 | -51/+59 |
| | |||||
* | Update jszip | Shin'ya Ueoka | 2019-08-21 | 2 | -4/+4 |
| | |||||
* | Update webpack and webpack-cli | Shin'ya Ueoka | 2019-08-21 | 2 | -3656/+349 |
| | |||||
* | Update lanthan | Shin'ya UEOKA | 2019-08-21 | 2 | -5/+1 |
| | |||||
* | Add search engine e2e test | Shin'ya Ueoka | 2019-08-20 | 2 | -8/+41 |
| | |||||
* | Update lanthan | Shin'ya Ueoka | 2019-08-20 | 1 | -1/+1 |
| | |||||
* | Add option form page | Shin'ya Ueoka | 2019-08-20 | 2 | -14/+83 |
| | |||||
* | Add e2e test to verify hot-reload of the settings | Shin'ya Ueoka | 2019-08-20 | 2 | -34/+41 |
| | |||||
* | My first e2e test for option page | Shin'ya Ueoka | 2019-08-20 | 1 | -0/+66 |
| | |||||
* | Open options page on banner click | Shin'ya Ueoka | 2019-08-20 | 2 | -2/+13 |
| | |||||
* | Add retries on e2e | Shin'ya Ueoka | 2019-08-20 | 1 | -1/+1 |
| | |||||
* | Make e2e tests more stabilized | Shin'ya Ueoka | 2019-08-20 | 1 | -4/+6 |
| | |||||
* | Merge pull request #622 from ueokande/fallback-default-settings | Shin'ya Ueoka | 2019-08-05 | 4 | -15/+33 |
|\ | | | | | 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 | 4 | -6/+26 |
| | | | | | | | | | | | | | | 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. | ||||
* | | Merge pull request #621 from chocolateboy/tab-close-select-left | Shin'ya Ueoka | 2019-08-01 | 10 | -121/+175 |
|\ \ | |/ |/| | Add an option to close the current tab and select the tab to the left | ||||
| * | tabs.close: rename selectLeft (boolean) -> select ("left" | "right") | chocolateboy | 2019-07-31 | 6 | -8/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | before: { "type": "tabs.close", "selectLeft": true | false // (default: false) } after: { "type": "tabs.close", "select": "left" | "right" // (default: "right") } | ||||
| * | remove officially unsupported versions from the compatibility section | chocolateboy | 2019-07-31 | 1 | -3/+1 |
| | | |||||
| * | tabs.close.right: rename `gd` -> `x$` | chocolateboy | 2019-07-31 | 4 | -5/+5 |
| | | |||||
| * | Add an option to close the current tab and select the tab to the left | chocolateboy | 2019-07-28 | 10 | -121/+164 |
|/ | | | | | | | | | | | | | | 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 | ||||
* | :tada: Release 0.23 | Shin'ya Ueoka | 2019-05-29 | 1 | -1/+1 |
| | |||||
* | Merge pull request #596 from ueokande/qa-0.23 | Shin'ya Ueoka | 2019-05-29 | 11 | -1372/+4110 |
|\ | | | | | 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 test case | Shin'ya Ueoka | 2019-05-27 | 1 | -30/+30 |
| | | |||||
| * | Fix settings parsing | Shin'ya Ueoka | 2019-05-26 | 2 | -11/+21 |
| | | |||||
| * | Fix QA.md | Shin'ya Ueoka | 2019-05-26 | 1 | -1/+0 |
| | | |||||
| * | Automate hintchars property test | Shin'ya Ueoka | 2019-05-26 | 2 | -4/+34 |
| | | |||||
| * | Prepare target='_blank' | Shin'ya UEOKA | 2019-05-26 | 1 | -5/+5 |
| | | |||||
| * | Fix completion order | Shin'ya UEOKA | 2019-05-26 | 1 | -1/+4 |
| | | |||||
| * | npm audit fix | Shin'ya Ueoka | 2019-05-26 | 1 | -7/+7 |
| | | |||||
| * | Bump webpack-cli to 3.3.2 | Shin'ya Ueoka | 2019-05-26 | 2 | -415/+7 |
| | | |||||
| * | Bump webpack to 4.32.2 | Shin'ya Ueoka | 2019-05-26 | 2 | -886/+3932 |
| | |