Commit graph

6390 commits

Author SHA1 Message Date
dependabot[bot]
3987db9ac7
Bump marked from 3.0.7 to 4.0.8
Bumps [marked](https://github.com/markedjs/marked) from 3.0.7 to 4.0.8.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](https://github.com/markedjs/marked/compare/v3.0.7...v4.0.8)

---
updated-dependencies:
- dependency-name: marked
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-20 22:05:18 +00:00
pvs
19e8c5a5fd aucon: sort filtered matches to get the longest match 2021-12-19 05:11:37 -08:00
pvs
89a888b019 Add unmerged changes 2021-12-13 12:49:05 -08:00
pvs
c7703f4b7c Prevent navigating from a page while editing 2021-12-13 12:45:13 -08:00
Oliver Blanthorn
b3c059fff6
Merge pull request #4023 from pvs/fix-3909
Prefer classList over className
2021-12-13 20:38:13 +01:00
Oliver Blanthorn
1f2d9199c3
Merge pull request #4022 from pvs/fix-3656
Fix tabopen on about:newtab
2021-12-13 20:36:37 +01:00
pvs
6790b8c6d8 Prefer classList over className 2021-12-13 11:18:47 -08:00
pvs
5015501b82 Fix tabopen on about:newtab
Quote profile.Name
2021-12-11 11:06:25 -08:00
Oliver Blanthorn
2d5206c60c Fix daft typo 2021-11-30 22:53:25 +01:00
Oliver Blanthorn
4597e065fc
release 1.22.0 2021-11-29 11:38:00 +01:00
Oliver Blanthorn
0e341e9995
Update changelog for 1.22.0 2021-11-29 11:36:31 +01:00
Oliver Blanthorn
c92ca30033
Merge pull request #3951 from tridactyl/warn_2359
Warn about #2359 permission requirement
2021-11-29 11:34:03 +01:00
Oliver Blanthorn
83f278952a
Merge pull request #3976 from tridactyl/dependabot/npm_and_yarn/types/selenium-webdriver-4.0.16
Bump @types/selenium-webdriver from 4.0.15 to 4.0.16
2021-11-18 14:45:07 +01:00
Oliver Blanthorn
13596501ab
Merge pull request #3980 from tridactyl/dependabot/npm_and_yarn/eslint-plugin-jsdoc-37.0.3
Bump eslint-plugin-jsdoc from 36.1.1 to 37.0.3
2021-11-18 14:44:43 +01:00
Oliver Blanthorn
aba307e306
Merge pull request #3995 from tridactyl/dependabot/npm_and_yarn/esbuild-0.13.14
Bump esbuild from 0.13.9 to 0.13.14
2021-11-18 14:44:28 +01:00
Oliver Blanthorn
c227ebcdc1
Merge pull request #3986 from eunikolsky/fix/tridactylrc_ddg_hints
Fix the `f` and `F` hints on DDG in the sample `.tridactylrc`
2021-11-17 22:08:36 +01:00
Oliver Blanthorn
5cc6c43f02
Merge pull request #3970 from Reefersleep/feature/correct-description-of-s-in-normal-mode-in-the-tutor
Correct description of `s` in normal mode in tutor
2021-11-17 11:20:01 +01:00
Søren Knudsen
81b0fc99d3 More explicit tutor description of s normal mode 2021-11-17 10:25:47 +01:00
dependabot[bot]
298064a248
Bump esbuild from 0.13.9 to 0.13.14
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.13.9 to 0.13.14.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/master/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.13.9...v0.13.14)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-16 22:06:49 +00:00
Eugene
3bf7e4ab41 Fix the f and F hints on DDG in the sample .tridactylrc
The fix is to use the [`~=` attribute selector][selector] to match the
result class instead of `=`; it works on DuckDuckGo now.

[selector]: https://developer.mozilla.org/en-US/docs/Web/CSS/Attribute_selectors#syntax
2021-11-03 07:49:58 +02:00
ivcz
8fb9714cd6 removed some redunduncies 2021-10-30 17:26:00 +03:00
dependabot[bot]
a6df68737b
Bump eslint-plugin-jsdoc from 36.1.1 to 37.0.3
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 36.1.1 to 37.0.3.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v36.1.1...v37.0.3)

---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-26 22:02:21 +00:00
Oliver Blanthorn
230600ff95
Merge pull request #3978 from tridactyl/dependabot/npm_and_yarn/esbuild-0.13.9
Bump esbuild from 0.13.8 to 0.13.9
2021-10-26 15:00:54 +01:00
ivcz
12430ac16e wip: remade history tree 2021-10-26 14:46:23 +03:00
ivcz
1c6a471dc3 wip: tree visualization and indicies 2021-10-26 04:15:45 +03:00
ivcz
7bbeba74ae wip: tree style history 2021-10-26 02:19:53 +03:00
dependabot[bot]
356c024a12
Bump esbuild from 0.13.8 to 0.13.9
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.13.8 to 0.13.9.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/master/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.13.8...v0.13.9)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-25 22:05:10 +00:00
dependabot[bot]
97810f9758
Bump @types/selenium-webdriver from 4.0.15 to 4.0.16
Bumps [@types/selenium-webdriver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/selenium-webdriver) from 4.0.15 to 4.0.16.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/selenium-webdriver)

---
updated-dependencies:
- dependency-name: "@types/selenium-webdriver"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-25 22:03:55 +00:00
Oliver Blanthorn
7e160a1145
Merge pull request #3968 from tridactyl/dependabot/npm_and_yarn/esbuild-0.13.8
Bump esbuild from 0.13.6 to 0.13.8
2021-10-19 19:24:02 +01:00
Oliver Blanthorn
5542cee609
Add WIP cheaper URI change event 2021-10-19 17:25:19 +02:00
dependabot[bot]
9547d021f3
Bump esbuild from 0.13.6 to 0.13.8
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.13.6 to 0.13.8.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/master/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.13.6...v0.13.8)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-18 22:04:17 +00:00
Oliver Blanthorn
f43b206519
Merge pull request #3964 from tridactyl/dependabot/npm_and_yarn/esbuild-0.13.6
Bump esbuild from 0.13.5 to 0.13.6
2021-10-15 20:55:15 +01:00
dependabot[bot]
66599fb419
Bump esbuild from 0.13.5 to 0.13.6
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.13.5 to 0.13.6.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/master/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.13.5...v0.13.6)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-14 22:02:50 +00:00
ivcz
01d5cfef73 removed favicons and cleaned up completion template 2021-10-14 19:44:53 +03:00
Oliver Blanthorn
b4f051a5f2
Merge pull request #3963 from tridactyl/dependabot/npm_and_yarn/esbuild-0.13.5
Bump esbuild from 0.13.4 to 0.13.5
2021-10-14 09:46:11 +01:00
Oliver Blanthorn
8928034173
Merge pull request #3962 from tridactyl/dependabot/npm_and_yarn/selenium-webdriver-4.0.0
Bump selenium-webdriver from 4.0.0-rc-2 to 4.0.0
2021-10-14 09:45:41 +01:00
Oliver Blanthorn
b40d75c4eb
Merge pull request #3960 from tridactyl/dependabot/npm_and_yarn/eslint-plugin-import-2.25.2
Bump eslint-plugin-import from 2.24.2 to 2.25.2
2021-10-14 09:45:34 +01:00
dependabot[bot]
6ea0e8a7cd
Bump esbuild from 0.13.4 to 0.13.5
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.13.4 to 0.13.5.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/master/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.13.4...v0.13.5)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-13 22:03:24 +00:00
dependabot[bot]
fc6749ffc6
Bump selenium-webdriver from 4.0.0-rc-2 to 4.0.0
Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 4.0.0-rc-2 to 4.0.0.
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](https://github.com/SeleniumHQ/selenium/compare/selenium-4.0.0-rc-2...selenium-4.0.0)

---
updated-dependencies:
- dependency-name: selenium-webdriver
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-13 22:03:12 +00:00
dependabot[bot]
5faba860f5
Bump eslint-plugin-import from 2.24.2 to 2.25.2
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.24.2 to 2.25.2.
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.24.2...v2.25.2)

---
updated-dependencies:
- dependency-name: eslint-plugin-import
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-13 11:18:55 +00:00
Oliver Blanthorn
b735978e9d
Merge pull request #3959 from tridactyl/dependabot/npm_and_yarn/web-ext-6.5.0
Bump web-ext from 6.4.0 to 6.5.0
2021-10-13 12:16:06 +01:00
Oliver Blanthorn
8c30df6845
Merge pull request #3957 from tridactyl/dependabot/npm_and_yarn/eslint-plugin-jsdoc-36.1.1
Bump eslint-plugin-jsdoc from 36.1.0 to 36.1.1
2021-10-13 12:15:39 +01:00
Oliver Blanthorn
4bc383b368
Merge pull request #3956 from tridactyl/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-tslint-5.0.0
Bump @typescript-eslint/eslint-plugin-tslint from 4.33.0 to 5.0.0
2021-10-13 12:15:32 +01:00
dependabot[bot]
8b7e7a31d5
Bump web-ext from 6.4.0 to 6.5.0
Bumps [web-ext](https://github.com/mozilla/web-ext) from 6.4.0 to 6.5.0.
- [Release notes](https://github.com/mozilla/web-ext/releases)
- [Commits](https://github.com/mozilla/web-ext/compare/6.4.0...6.5.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>
2021-10-12 22:05:24 +00:00
ivcz
e3526d38b3 hide orphaned entries from completion 2021-10-12 19:57:36 +03:00
dependabot[bot]
557593fe11
Bump eslint-plugin-jsdoc from 36.1.0 to 36.1.1
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 36.1.0 to 36.1.1.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v36.1.0...v36.1.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-11 22:03:37 +00:00
dependabot[bot]
a9215a85e3
Bump @typescript-eslint/eslint-plugin-tslint from 4.33.0 to 5.0.0
Bumps [@typescript-eslint/eslint-plugin-tslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin-tslint) from 4.33.0 to 5.0.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin-tslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.0.0/packages/eslint-plugin-tslint)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin-tslint"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-11 22:03:15 +00:00
Oliver Blanthorn
e2fbb907f9
Merge pull request #3952 from tridactyl/dependabot/npm_and_yarn/marked-3.0.7
Bump marked from 3.0.6 to 3.0.7
2021-10-09 14:53:07 +01:00
dependabot[bot]
3e1bbfa72a
Bump marked from 3.0.6 to 3.0.7
Bumps [marked](https://github.com/markedjs/marked) from 3.0.6 to 3.0.7.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/release.config.js)
- [Commits](https://github.com/markedjs/marked/compare/v3.0.6...v3.0.7)

---
updated-dependencies:
- dependency-name: marked
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-07 22:03:43 +00:00
Oliver Blanthorn
28877a25b1
Warn about #2359 permission requirement 2021-10-07 18:23:23 +02:00