Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | |
| | | ||||||
| * | Bump webextensions-api-fake to 0.8.0 | Shin'ya Ueoka | 2019-05-26 | 2 | -4/+4 | |
| | | ||||||
| * | Bump eslint-plugin-react to 7.13.0 | Shin'ya Ueoka | 2019-05-26 | 2 | -10/+39 | |
| | | ||||||
| * | Update @types packages | Shin'ya Ueoka | 2019-05-26 | 2 | -21/+41 | |
| | | ||||||
* | | Merge pull request #594 from ueokande/fix-duplicated-form | Shin'ya Ueoka | 2019-05-26 | 1 | -1/+0 | |
|\ \ | |/ |/| | Fix duplicated form | |||||
| * | Fix duplicated form | Shin'ya Ueoka | 2019-05-26 | 1 | -1/+0 | |
|/ | ||||||
* | Merge pull request #592 from ueokande/repeat-last-operation | Shin'ya Ueoka | 2019-05-26 | 28 | -142/+606 | |
|\ | | | | | Add "repeat last operation" command | |||||
| * | Add repeat operation test | Shin'ya Ueoka | 2019-05-26 | 1 | -0/+92 | |
| | | ||||||
| * | Fix ClipboardUseCase.test | Shin'ya Ueoka | 2019-05-26 | 1 | -48/+35 | |
| | | ||||||
| * | 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 | |
| | | ||||||
| * | Fix NavigateUseCase test | Shin'ya Ueoka | 2019-05-24 | 1 | -5/+5 | |
| | | ||||||
| * | Move open parent and open root to background | Shin'ya Ueoka | 2019-05-24 | 8 | -57/+108 | |
| | | ||||||
| * | Install sinon | Shin'ya Ueoka | 2019-05-24 | 2 | -8/+8 | |
| | | ||||||
| * | Move some navigation operations to background | Shin'ya Ueoka | 2019-05-23 | 7 | -13/+150 | |
|/ | ||||||
* | Merge pull request #590 from ueokande/remove-unnecessary-semi | Shin'ya Ueoka | 2019-05-22 | 38 | -88/+41 | |
|\ | | | | | Remove unnecessary semi | |||||
| * | Use @typescript-eslint/semi rule | Shin'ya Ueoka | 2019-05-22 | 36 | -63/+7 | |
| | | ||||||
| * | Bump @typescript-eslint/eslint-plugin to 1.9.0 | Shin'ya Ueoka | 2019-05-22 | 2 | -25/+34 | |
|/ | ||||||
* | Merge pull request #588 from ueokande/tsyringe | Shin'ya Ueoka | 2019-05-22 | 78 | -1806/+770 | |
|\ | | | | | Use tsyringe for DI container | |||||
| * | Disable minify | Shin'ya Ueoka | 2019-05-21 | 1 | -0/+8 | |
| | | ||||||
| * | FollowSlaveClient as a factory pattern | Shin'ya Ueoka | 2019-05-21 | 3 | -21/+41 | |
| | |