Shin'ya Ueoka
f64b7ca320
Use 404 page
5 years ago
Shin'ya Ueoka
4c64034489
Increase timeout
5 years ago
Shin'ya Ueoka
fd7509276e
Scroll to bottom on setting page
5 years ago
Shin'ya Ueoka
807ba97c4f
Remove only
5 years ago
Shin'ya Ueoka
e17c634643
Add source map to build file
5 years ago
Shin'ya UEOKA
f719ce52a3
Save on checkbox changed
5 years ago
Shin'ya UEOKA
5197f22f9b
Fix type checkings
5 years ago
Shin'ya UEOKA
217b5a0e61
Install typescript@3.6.2
5 years ago
Shin'ya Ueoka
67e02cd9cb
Use default settings on loading failure
5 years ago
Shin'ya Ueoka
04c077d614
Fix undefined checking on operation parameter
5 years ago
Shin'ya Ueoka
52e7a3aa11
npm audit fix
5 years ago
Shin'ya Ueoka
e5a328721f
Install react-redux 7.1.1
5 years ago
Shin'ya Ueoka
ad447e8cc1
Update .eslintrc
5 years ago
Shin'ya Ueoka
9db15b77ce
Install eslint 6.2.2
5 years ago
Shin'ya Ueoka
846324d0cc
Install typescript 3.5.3
5 years ago
Shin'ya Ueoka
5fa44bd302
Install @typescript-eslint/eslint-plugin and @typescript-eslint/parser
...
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.
370ac72968 (diff-d4da9abc179953bf1171e2846eb50b86)
5 years ago
Shin'ya Ueoka
e42ffea7a6
Update types
5 years ago
Shin'ya Ueoka
e67963037a
Update eslint-plugin-react
5 years ago
Shin'ya Ueoka
b6731553c6
Update ts-loader
5 years ago
Shin'ya Ueoka
0196577236
Update sinon
5 years ago
Shin'ya Ueoka
98b6ee76e1
Update karma, karma-firefox-launcher and karma-webpack
5 years ago
Shin'ya Ueoka
6fc181a5ad
Update mocha
5 years ago
Shin'ya Ueoka
c74311cc38
Update sinon
5 years ago
Shin'ya Ueoka
7238855d79
Update css-loader, sass-loader and style-loader
5 years ago
Shin'ya Ueoka
1493281836
Update tsyringe
5 years ago
Shin'ya Ueoka
7029996332
Update react and redux
5 years ago
Shin'ya Ueoka
c82ef00242
Update jszip
5 years ago
Shin'ya Ueoka
28f0ba0ba0
Update webpack and webpack-cli
5 years ago
Shin'ya UEOKA
81b8dae6c6
Update lanthan
5 years ago
Shin'ya Ueoka
cd549234b4
Add search engine e2e test
5 years ago
Shin'ya Ueoka
f479f33bd2
Update lanthan
5 years ago
Shin'ya Ueoka
ac93834ddc
Add option form page
5 years ago
Shin'ya Ueoka
6f4812ee06
Add e2e test to verify hot-reload of the settings
5 years ago
Shin'ya Ueoka
1bc96ed111
My first e2e test for option page
5 years ago
Shin'ya Ueoka
34bd084a4d
Open options page on banner click
5 years ago
Shin'ya Ueoka
07bcc15e7b
Add retries on e2e
5 years ago
Shin'ya Ueoka
7eca11e556
Make e2e tests more stabilized
5 years ago
Shin'ya Ueoka
e7ed84f757
Merge pull request #622 from ueokande/fallback-default-settings
...
Handle errors on loading settings
5 years ago
Shin'ya Ueoka
9b2b8f0608
Distinct notification IDs
5 years ago
Shin'ya Ueoka
7104f122f9
Merge pull request #621 from chocolateboy/tab-close-select-left
...
Add an option to close the current tab and select the tab to the left
5 years ago
chocolateboy
f65c068c67
tabs.close: rename selectLeft (boolean) -> select ("left" | "right")
...
before:
{
"type": "tabs.close",
"selectLeft": true | false // (default: false)
}
after:
{
"type": "tabs.close",
"select": "left" | "right" // (default: "right")
}
5 years ago
chocolateboy
c57089224e
remove officially unsupported versions from the compatibility section
5 years ago
chocolateboy
9a3e8f3237
tabs.close.right: rename `gd` -> `x$`
5 years ago
Shin'ya Ueoka
33a16b85e4
Handle errors on loading settings
...
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.
5 years ago
chocolateboy
6605d3ea99
Add an option to close the current tab and select the tab to the left
...
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
5 years ago
Shin'ya Ueoka
3db11041c5
🎉 Release 0.23
6 years ago
Shin'ya Ueoka
68673957ed
Merge pull request #596 from ueokande/qa-0.23
...
QA 0.23
6 years ago
Shin'ya Ueoka
698f905145
Save settings on switching a source
6 years ago
Shin'ya Ueoka
c8f54a899d
Fix form keys
6 years ago
Shin'ya Ueoka
37cd9d2f91
Set default engine and remain last engine on form settings
6 years ago