Oliver Blanthorn
58a289f838
Merge pull request #4448 from tridactyl/dependabot/npm_and_yarn/editor-adapter-0.0.5
...
Bump editor-adapter from 0.0.4 to 0.0.5
2023-01-04 09:53:29 +00:00
Oliver Blanthorn
c1e16701ee
Merge pull request #4477 from tridactyl/dependabot/npm_and_yarn/eslint-plugin-jsdoc-39.6.4
...
Bump eslint-plugin-jsdoc from 39.3.25 to 39.6.4
2023-01-04 09:52:50 +00:00
Oliver Blanthorn
60811b5cb6
Merge pull request #4499 from tridactyl/dependabot/npm_and_yarn/qs-6.5.3
...
Bump qs from 6.5.2 to 6.5.3
2023-01-04 09:52:12 +00:00
dependabot[bot]
fd688fd81a
Bump json5 from 1.0.1 to 1.0.2
...
Bumps [json5](https://github.com/json5/json5 ) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-01-04 09:52:05 +00:00
Oliver Blanthorn
23f86da89d
Merge pull request #4506 from tridactyl/dependabot/npm_and_yarn/selenium-webdriver-4.7.1
...
Bump selenium-webdriver from 4.6.0 to 4.7.1
2023-01-04 09:51:53 +00:00
Oliver Blanthorn
ace607ca79
Merge pull request #4509 from tridactyl/dependabot/npm_and_yarn/jest-webextension-mock-3.8.7
...
Bump jest-webextension-mock from 3.7.22 to 3.8.7
2023-01-04 09:51:38 +00:00
Oliver Blanthorn
6e55e1b473
Merge pull request #4520 from GHolk/webrequest-extrainfospec-fix
...
Fix #4516 unsupported extraSpecInfo passed to webRequest event
2023-01-04 09:50:16 +00:00
dependabot[bot]
7fe21c2be2
Bump @typescript-eslint/eslint-plugin-tslint from 5.41.0 to 5.48.0
...
Bumps [@typescript-eslint/eslint-plugin-tslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin-tslint ) from 5.41.0 to 5.48.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin-tslint/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.48.0/packages/eslint-plugin-tslint )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin-tslint"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-01-02 22:01:29 +00:00
gholk
3f5d0e81cb
Fix unsupported extraSpecInfo passed to webRequest event
...
`browser.webRequest.on*.addListener` will throw errors if
unsupported extraSpecInfo passed.
We pass the extraSpecInfo for onBeforeRequest for all events,
and add more info in previous release.
Then, some user reported onBeforeRequest event stop working.
We will pass all supported extraSpecInfo for different event
in this commit.
2023-01-01 20:46:12 +08:00
gholk
eed0f18f31
Fix autocmddelete cannot remove webrequest event handler
...
Original code will overwrite the whole object if the same event
is regist even in different url pattern.
E.g:
```
autocmd BeforeRequest https://*/*?handler1 e=>({cancel:true})
autocmd BeforeRequest https://*/*?handler2 e=>({cancel:true})
" this will throw an error
autocmddelete BeforeRequest https://*/*?handler1
```
2022-12-31 18:06:21 +01:00
Oliver Blanthorn
79019b65fd
Merge pull request #4439 from treapster/use-key-codes
...
Add config option to use key codes instead of characters
2022-12-31 16:37:38 +00:00
Oliver Blanthorn
ba4ee74217
Add more detailed documentation for keylayoutforce
2022-12-31 17:21:18 +01:00
Denis Revunov
2bfb49fca5
Don't use translatemap with forced layout
2022-12-24 16:15:30 +03:00
Denis Revunov
4b4d5e517b
Disallow keymap with forced layout
2022-12-17 03:19:37 +03:00
Denis Revunov
d531f60bab
Remove mentions of alwaysqwerty, update comments
2022-12-17 03:08:49 +03:00
Oliver Blanthorn
c004e2e52c
Make prettier happier
2022-12-16 13:02:37 +01:00
Oliver Blanthorn
8ce146aafc
Rename bindkey to bindwizard and remove automatic binding
...
This allows users to change the bind to e.g. bindurl or unbind if they want
2022-12-16 12:58:07 +01:00
Oliver Blanthorn
3d4827d295
Merge branch 'master' into use-key-codes
2022-12-16 12:21:21 +01:00
Oliver Blanthorn
9aa285c954
Fix #4510 : bind with no args no longer forgets mode
2022-12-16 12:20:30 +01:00
dependabot[bot]
884da24c1f
Bump jest-webextension-mock from 3.7.22 to 3.8.7
...
Bumps [jest-webextension-mock](https://github.com/clarkbw/jest-webextension-mock ) from 3.7.22 to 3.8.7.
- [Release notes](https://github.com/clarkbw/jest-webextension-mock/releases )
- [Commits](https://github.com/clarkbw/jest-webextension-mock/compare/v3.7.22...v3.8.7 )
---
updated-dependencies:
- dependency-name: jest-webextension-mock
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-12-15 22:00:55 +00:00
dependabot[bot]
5f009a0908
Bump selenium-webdriver from 4.6.0 to 4.7.1
...
Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium ) from 4.6.0 to 4.7.1.
- [Release notes](https://github.com/SeleniumHQ/selenium/releases )
- [Commits](https://github.com/SeleniumHQ/selenium/commits )
---
updated-dependencies:
- dependency-name: selenium-webdriver
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-12-14 22:03:12 +00:00
dependabot[bot]
1484565ff5
Bump editor-adapter from 0.0.4 to 0.0.5
...
Bumps [editor-adapter](https://github.com/glacambre/editor-adapter ) from 0.0.4 to 0.0.5.
- [Release notes](https://github.com/glacambre/editor-adapter/releases )
- [Commits](https://github.com/glacambre/editor-adapter/commits )
---
updated-dependencies:
- dependency-name: editor-adapter
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-12-14 00:39:42 +00:00
dependabot[bot]
ebafa64bf9
Bump qs from 6.5.2 to 6.5.3
...
Bumps [qs](https://github.com/ljharb/qs ) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/ljharb/qs/releases )
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/qs/compare/v6.5.2...v6.5.3 )
---
updated-dependencies:
- dependency-name: qs
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-12-14 00:37:06 +00:00
Oliver Blanthorn
5bf126699f
Merge pull request #4505 from tridactyl/dependabot/npm_and_yarn/esbuild-0.16.5
...
Bump esbuild from 0.15.12 to 0.16.5
2022-12-14 01:35:20 +01:00
dependabot[bot]
4c20555a87
Bump esbuild from 0.15.12 to 0.16.5
...
Bumps [esbuild](https://github.com/evanw/esbuild ) from 0.15.12 to 0.16.5.
- [Release notes](https://github.com/evanw/esbuild/releases )
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md )
- [Commits](https://github.com/evanw/esbuild/compare/v0.15.12...v0.16.5 )
---
updated-dependencies:
- dependency-name: esbuild
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-12-13 22:02:38 +00:00
Oliver Blanthorn
b1ff6d9f0e
Rename alwaysqwerty to keylayoutforce, make forced layout configurable
2022-12-13 18:16:45 +01:00
Oliver Blanthorn
f861408019
Remove bind feedback
2022-12-13 18:07:18 +01:00
Oliver Blanthorn
f767f7a05c
Merge pull request #4496 from GHolk/arg-fork
...
Fix negative number not parsed in findnext command
2022-12-13 17:01:19 +01:00
gholk
28bca562ae
Use GHolk's fork of vercel/arg to support corner case in tridactyl
...
This fork contains more options to fulfill tridactyl's
argument parsing requirement.
2022-12-07 21:55:16 +08:00
dependabot[bot]
2140e3894f
Bump decode-uri-component from 0.2.0 to 0.2.2
...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component ) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases )
- [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2 )
---
updated-dependencies:
- dependency-name: decode-uri-component
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-12-03 11:46:29 +00:00
Oliver Blanthorn
1fb7236752
Update native messenger version
...
Fix yank to primary selection, adds support for
data URI saving, expand environment variables
on POSIX systems and other small fixes
2022-11-30 00:56:53 +01:00
Oliver Blanthorn
21c9f45a48
Merge pull request #4481 from pataquets/add-shellescape-notice-to-exclaim-docs
...
Docs: add notice about `shellescape` usage in `exclaim` help.
2022-11-29 12:11:20 +01:00
Oliver Blanthorn
52460f0e9f
Fix help link
2022-11-29 12:11:00 +01:00
pataquets
28001547e4
Docs: add notice about shellescape
usage in exclaim
help.
2022-11-29 00:42:53 +01:00
Oliver Blanthorn
c663b8e23a
release 1.23.0
2022-11-28 20:01:27 +01:00
Oliver Blanthorn
ed8f640129
Update changelog for 1.23.0
2022-11-28 19:58:30 +01:00
Denis Revunov
0eef85d2ea
Simplify code translation
2022-11-27 18:46:26 +03:00
dependabot[bot]
f4926211cb
Bump eslint-plugin-jsdoc from 39.3.25 to 39.6.4
...
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc ) from 39.3.25 to 39.6.4.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases )
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v39.3.25...v39.6.4 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-11-24 22:03:08 +00:00
dependabot[bot]
b3d6048473
Bump web-ext from 7.3.1 to 7.4.0
...
Bumps [web-ext](https://github.com/mozilla/web-ext ) from 7.3.1 to 7.4.0.
- [Release notes](https://github.com/mozilla/web-ext/releases )
- [Commits](https://github.com/mozilla/web-ext/compare/7.3.1...7.4.0 )
---
updated-dependencies:
- dependency-name: web-ext
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-11-24 22:01:00 +00:00
Oliver Blanthorn
78d0fa91df
Fix #4469 : wrap history events in try/catch
2022-11-23 12:39:12 +01:00
Denis Revunov
ec549df4c4
Fix defaults, add missing keycodes, add comment
2022-11-17 02:00:02 +03:00
treapster
103e6c626b
Clarify doc more
...
Co-authored-by: Oliver Blanthorn <freedom4cows@gmail.com>
2022-11-16 23:53:32 +03:00
treapster
84be5a36f5
Clarify doc
...
Co-authored-by: Oliver Blanthorn <freedom4cows@gmail.com>
2022-11-15 23:42:37 +03:00
Denis Revunov
e38b9e8bb5
Translate every key once in all modes
2022-11-13 22:02:02 +03:00
Oliver Blanthorn
923e5e9411
Merge pull request #4460 from ericliou/master
...
[Tutor] Fix keybinding on hint mode
2022-11-13 12:30:59 +00:00
Eric
4cef2b1849
Update tutor hint mode
...
https://github.com/tridactyl/tridactyl/blob/master/src/lib/config.ts#L412
2022-11-11 16:46:06 +00:00
Denis Revunov
5d9c5bec15
Return ThenableWebDriver back
2022-11-10 00:58:06 +03:00
Denis Revunov
0b29a79131
Fix tests
2022-11-10 00:44:34 +03:00
Denis Revunov
80aad263df
Prettify doc
2022-11-09 22:35:44 +03:00
Denis Revunov
ded80d2fa9
Add bindkey command
2022-11-09 22:35:44 +03:00