Commit graph

5423 commits

Author SHA1 Message Date
dependabot-preview[bot]
cf3a2f416f
Bump web-ext from 5.5.0 to 6.0.0
Bumps [web-ext](https://github.com/mozilla/web-ext) from 5.5.0 to 6.0.0.
- [Release notes](https://github.com/mozilla/web-ext/releases)
- [Commits](https://github.com/mozilla/web-ext/compare/5.5.0...6.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-14 20:31:43 +00:00
dependabot-preview[bot]
12abaf25fe
Merge pull request #3474 from tridactyl/dependabot/npm_and_yarn/webpack-5.25.1 2021-03-14 20:29:35 +00:00
dependabot-preview[bot]
c43552a3d9
Bump webpack from 5.25.0 to 5.25.1
Bumps [webpack](https://github.com/webpack/webpack) from 5.25.0 to 5.25.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.25.0...v5.25.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-14 19:47:14 +00:00
Oliver Blanthorn
cf11ac3cd3
Merge pull request #3472 from Rummskartoffel/windows-nativeinstall-executionpolicy
Native, Windows: bypass execution policy in install command
2021-03-14 15:17:07 +00:00
Rummskartoffel
a4216c22d9 Native, Windows: bypass execution policy in install command
Fixes #3471
2021-03-14 13:29:35 +01:00
Oliver Blanthorn
df8a745f62
Merge pull request #3362 from tridactyl/gsbabil_saveas_tidier
Add --overwrite and --cleanup options to 'saveas'
2021-03-13 12:42:48 +00:00
Oliver Blanthorn
7b709264b5
Prettify src/excmds.ts 2021-03-13 13:33:11 +01:00
Oliver Blanthorn
17368e6fbb
Add radix parameter 2021-03-13 13:32:00 +01:00
Oliver Blanthorn
8ed5ea9089
Switch to RegEx.test to cheer up eslint 2021-03-13 13:29:32 +01:00
Oliver Blanthorn
28b3c3d255
Fix missing repeated words bug and incorrect gate 2021-03-13 13:22:26 +01:00
Oliver Blanthorn
df67b1c2ff
Pretty unrelated lines 2021-03-13 13:08:11 +01:00
Oliver Blanthorn
4fbe211a71
Improve :saveas docs 2021-03-13 13:07:40 +01:00
Oliver Blanthorn
51b5a8d899
Add saveas! alias 2021-03-13 12:55:10 +01:00
Oliver Blanthorn
2ed22b31d4
Throw an error if incompatible flags are used 2021-03-13 12:55:10 +01:00
Oliver Blanthorn
813a1d2c34
Follow loose error message conventions 2021-03-13 12:55:09 +01:00
Oliver Blanthorn
f2bc23c102
Simplify error handling 2021-03-13 12:55:09 +01:00
Oliver Blanthorn
e8aef3eb99
Move success message to interactive code 2021-03-13 12:55:09 +01:00
Babil G. Sarwar
9cd88c9dc5
Improve compatiblity for Python and Nim Messengers 2021-03-13 12:55:09 +01:00
Babil G. Sarwar
17f45adda0
Show user-friendly messages at saveas completion 2021-03-13 12:55:08 +01:00
Babil Golam Sarwar
126ec26732
Add "nativegate" to 'saveas' with '--cleanup/overwrite'
Tridactyl 'saveas' command with '--cleanup' and '--overwrite' are now
restricted to native messenger version 3.0 and over.
2021-03-13 12:55:08 +01:00
Babil G. Sarwar
cb32af182b
Add --overwrite and --cleanup options to 'saveas' 2021-03-13 12:55:08 +01:00
Oliver Blanthorn
84591f0e64
Merge pull request #3460 from WilliamVoong/doc_tutor_blacklist
Mention blacklistadd/rm in tutor #3429
2021-03-13 08:01:58 +00:00
dependabot-preview[bot]
a0b595db35
Merge pull request #3464 from tridactyl/dependabot/npm_and_yarn/tsconfig-paths-webpack-plugin-3.4.1 2021-03-13 00:53:05 +00:00
dependabot-preview[bot]
d02646fa0e
Bump tsconfig-paths-webpack-plugin from 3.3.0 to 3.4.1
Bumps [tsconfig-paths-webpack-plugin](https://github.com/dividab/tsconfig-paths-webpack-plugin) from 3.3.0 to 3.4.1.
- [Release notes](https://github.com/dividab/tsconfig-paths-webpack-plugin/releases)
- [Changelog](https://github.com/dividab/tsconfig-paths-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/dividab/tsconfig-paths-webpack-plugin/compare/v3.3.0...v3.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-12 23:52:23 +00:00
Oliver Blanthorn
4483026cdf
Merge pull request #3462 from Rummskartoffel/base64-cleanup
Replace base64 logo with absolute URL
2021-03-12 22:49:22 +00:00
dependabot-preview[bot]
9fe28ee3e4
Merge pull request #3461 from tridactyl/dependabot/npm_and_yarn/eslint-7.22.0 2021-03-12 22:20:51 +00:00
Rummskartoffel
461768592f Replace base64 logo with absolute URL 2021-03-12 23:04:29 +01:00
dependabot-preview[bot]
e097288580
Bump eslint from 7.21.0 to 7.22.0
Bumps [eslint](https://github.com/eslint/eslint) from 7.21.0 to 7.22.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.21.0...v7.22.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-12 21:50:58 +00:00
William
a4b408c742 Mention blacklistadd/rm in tutor #3429 2021-03-12 21:52:44 +01:00
Oliver Blanthorn
ea37f035c4
Merge pull request #3459 from Rummskartoffel/twitter
Respect ARIA role "textbox" for input selection
2021-03-12 17:24:41 +00:00
Rummskartoffel
7f2d5a0c77 Respect ARIA role "textbox" for input selection
Fixes #1069 and probably a bunch of other sites that may or may not have
their own issues already reported.
2021-03-12 16:59:50 +01:00
dependabot-preview[bot]
e9d44f1caf
Merge pull request #3458 from tridactyl/dependabot/npm_and_yarn/types/node-14.14.34 2021-03-12 12:39:24 +00:00
dependabot-preview[bot]
b685a31dce
Bump @types/node from 14.14.33 to 14.14.34
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.33 to 14.14.34.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-12 12:11:31 +00:00
dependabot-preview[bot]
18c33b5b98
Merge pull request #3457 from tridactyl/dependabot/npm_and_yarn/webpack-5.25.0 2021-03-12 09:24:02 +00:00
dependabot-preview[bot]
5940d5e577
Bump webpack from 5.24.4 to 5.25.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.24.4 to 5.25.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.24.4...v5.25.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-12 09:03:28 +00:00
dependabot-preview[bot]
c279771ff5
Merge pull request #3456 from tridactyl/dependabot/npm_and_yarn/ts-loader-8.0.18 2021-03-11 17:13:15 +00:00
dependabot-preview[bot]
b30a09c084
Bump ts-loader from 8.0.17 to 8.0.18
Bumps [ts-loader](https://github.com/TypeStrong/ts-loader) from 8.0.17 to 8.0.18.
- [Release notes](https://github.com/TypeStrong/ts-loader/releases)
- [Changelog](https://github.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/TypeStrong/ts-loader/compare/v8.0.17...v8.0.18)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-11 16:27:41 +00:00
Oliver Blanthorn
45060f89fa
Merge pull request #3455 from fluem/visual_mode_fix
Make w in visual mode behave like in vim
2021-03-11 07:50:33 +00:00
fluem
b38e3e50ca Make w in visual mode behave like in vim 2021-03-11 00:19:30 +01:00
Oliver Blanthorn
a7ddfd6ae9
Merge pull request #3453 from Rummskartoffel/patch-1
Remove outdated comment
2021-03-10 16:10:26 +00:00
Rummskartoffel
5e647c3e18
Remove outdated comment
Fixes #2441
2021-03-10 16:58:52 +01:00
Oliver Blanthorn
03eb321bb9
Merge pull request #3442 from DhruvaSambrani/master
Implement mouse_mode to revert no_mouse_mode, and pied_piper_mouse_mode
2021-03-10 08:47:46 +00:00
Dhruva Sambrani
c1e0ebc4f0
unexport rain, rename more d ->overlaydiv 2021-03-10 13:24:27 +05:30
Dhruva Sambrani
507be18665
Fix documentation 2021-03-10 13:21:41 +05:30
Dhruva Sambrani
62c6d5229a
Rename d -> overlaydiv 2021-03-10 13:16:42 +05:30
dependabot-preview[bot]
119646b7bd
Merge pull request #3452 from tridactyl/dependabot/npm_and_yarn/types/node-14.14.33 2021-03-09 18:47:30 +00:00
dependabot-preview[bot]
318b7a1d31
Bump @types/node from 14.14.32 to 14.14.33
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.32 to 14.14.33.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-09 16:51:21 +00:00
Oliver Blanthorn
b7ba379b71
Restore important source of humour 2021-03-09 15:24:09 +01:00
Oliver Blanthorn
738d7cafa2
Tighten element type
Co-authored-by: Rummskartoffel <20257197+Rummskartoffel@users.noreply.github.com>
2021-03-09 15:20:29 +01:00
Oliver Blanthorn
120b7e5be4
Merge pull request #3443 from Rummskartoffel/windows-ff_cmdline
Windows: fix infinite loop in native.ff_cmdline()
2021-03-09 14:18:19 +00:00