Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
| * | Use TSyringe on content script | Shin'ya Ueoka | 2019-05-21 | 35 | -434/+399 |
| | | |||||
| * | Configure webpack and tsconfig | Shin'ya Ueoka | 2019-05-20 | 3 | -16/+3 |
| | | |||||
| * | Goodble babel | Shin'ya Ueoka | 2019-05-20 | 2 | -1173/+0 |
| | | |||||
| * | Install ts-loader | Shin'ya Ueoka | 2019-05-20 | 2 | -0/+100 |
| | | |||||
| * | Use TSyringe on background script | Shin'ya Ueoka | 2019-05-19 | 37 | -202/+212 |
| | | |||||
| * | Configure @babel/plugin-proposal-decorators | Shin'ya Ueoka | 2019-05-19 | 1 | -1/+6 |
| | | |||||
| * | Install @babel/plugin-proposal-decorators | Shin'ya Ueoka | 2019-05-19 | 2 | -0/+21 |
| | | |||||
| * | Update tsconfig | Shin'ya Ueoka | 2019-05-19 | 1 | -1/+4 |
| | | |||||
| * | Update eslint | Shin'ya Ueoka | 2019-05-19 | 1 | -1/+2 |
| | | |||||
| * | Install reflect-metadataa and tsyringe | Shin'ya Ueoka | 2019-05-19 | 2 | -0/+17 |
|/ | |||||
* | Fix failed CircleCI | Shin'ya Ueoka | 2019-05-19 | 4 | -17/+28 |
| | |||||
* | Merge pull request #587 from ueokande/refactor-content | Shin'ya Ueoka | 2019-05-19 | 131 | -2350/+3825 |
|\ | | | | | Refactor content scripts |