Commit graph

6973 commits

Author SHA1 Message Date
Oliver Blanthorn
465194258b
Fix #1921 and #1922: check config mapstring order 2023-06-01 19:42:05 +02:00
dependabot[bot]
98fdb74900
Bump eslint-plugin-jsdoc from 40.0.0 to 44.2.7
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 40.0.0 to 44.2.7.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc)
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v40.0.0...v44.2.7)

---
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>
2023-05-26 22:57:10 +00:00
dependabot[bot]
af09a4e4bd
Bump @typescript-eslint/eslint-plugin-tslint from 5.53.0 to 5.59.7
Bumps [@typescript-eslint/eslint-plugin-tslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin-tslint) from 5.53.0 to 5.59.7.
- [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.59.7/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-05-22 23:06:03 +00:00
Oliver Blanthorn
e3b44a69a9
Add binds to open tabs/windows from command line for real 2023-05-20 16:58:02 +02:00
Oliver Blanthorn
71f9e59c1c
Add tabopen --discard and ;gd bind - fix #4694 2023-05-20 16:51:55 +02:00
dependabot[bot]
165f1e844b
Bump esbuild from 0.17.10 to 0.17.19
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.17.10 to 0.17.19.
- [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.17.10...v0.17.19)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-15 23:05:47 +00:00
dependabot[bot]
7d26b999fb
Bump web-ext from 7.5.0 to 7.6.2
Bumps [web-ext](https://github.com/mozilla/web-ext) from 7.5.0 to 7.6.2.
- [Release notes](https://github.com/mozilla/web-ext/releases)
- [Commits](https://github.com/mozilla/web-ext/compare/7.5.0...7.6.2)

---
updated-dependencies:
- dependency-name: web-ext
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-25 22:58:41 +00:00
Oliver Blanthorn
b4bb596de8
Fix config reset on :help - #4670 2023-04-14 18:11:53 +02:00
Oliver Blanthorn
a519675994
Update native version with PCRE fix 2023-04-08 16:40:20 +02:00
Oliver Blanthorn
e5ed0d4c9e
Merge pull request #4344 from GHolk/undo-complete-url
Add fuse search in undo and fix undo session id is undefind
2023-04-08 13:19:35 +00:00
Oliver Blanthorn
58a6168a26
Merge branch 'raffaem/master' (#4411) 2023-04-08 15:15:07 +02:00
Oliver Blanthorn
1339e65499
Bikeshed search engine FAQ 2023-04-08 15:13:17 +02:00
Oliver Blanthorn
115952cfad
Update changelog for 1.24.0 2023-04-08 00:20:59 +02:00
Oliver Blanthorn
82ac6064cc
Merge pull request #4486 from GHolk/find-correct-scroll
Correct highlight position while scrolling
2023-04-07 13:22:06 +00:00
Oliver Blanthorn
6efbfccd63
Update compute-scroll-into-view 2023-04-07 14:59:50 +02:00
dependabot[bot]
1196ee91f7
Bump thenify from 3.3.0 to 3.3.1
Bumps [thenify](https://github.com/thenables/thenify) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/thenables/thenify/releases)
- [Changelog](https://github.com/thenables/thenify/blob/master/History.md)
- [Commits](https://github.com/thenables/thenify/compare/3.3.0...3.3.1)

---
updated-dependencies:
- dependency-name: thenify
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-06 16:27:36 +00:00
Oliver Blanthorn
a388d60ce7
Merge pull request #3938 from tridactyl/easy_reader
Easy reader
2023-04-06 16:26:52 +00:00
Oliver Blanthorn
2016839df5
Fix prettier niggles 2023-04-06 17:54:44 +02:00
Oliver Blanthorn
1ecfc73a78
Add security notes to reader help 2023-04-06 17:44:49 +02:00
Oliver Blanthorn
eef60d94fe
Remove default binds for new reader mode
I'm a bit nervous about the security of the new reader
page. Removing the default binds just adds an extra
layer of security
2023-04-06 17:11:42 +02:00
Oliver Blanthorn
d815ad6b88
Move sanitation to insider reader mode
This protects us against someone opening a malicious reader
URL + anchor
2023-04-05 21:34:11 +02:00
Oliver Blanthorn
cbcf6f4521
Add sanitisation for reader
NB: this breaks relative links, which I didn't
want to do :(
2023-04-05 21:20:26 +02:00
Oliver Blanthorn
bbae94ea0b
Update help 2023-04-05 21:20:18 +02:00
Oliver Blanthorn
fb5a0128e6
Add reader in new tab bind 2023-04-05 20:45:03 +02:00
Oliver Blanthorn
e51136e50a
Fix disappearing page bug when opening in new tab 2023-04-05 20:44:38 +02:00
Oliver Blanthorn
93352f08b5
Migrate to new reader command
`:reader --old` retained for old behaviour
2023-04-05 20:44:04 +02:00
Oliver Blanthorn
cc59b83bee
Switch to using dedicated reader page 2023-04-05 19:52:30 +02:00
Oliver Blanthorn
5bec833bb6
Add dedicated reader page 2023-04-05 19:19:05 +02:00
Oliver Blanthorn
569b01a607
WIP: make back button work
Command line is very broken. Generally thinking this might
be a bad idea because it feels like it would be fragile,
needing updating every time we add something to Tridactyl
2023-04-05 19:01:29 +02:00
Oliver Blanthorn
02e11b321e
Stop pollution of styles in reader 2023-04-05 18:46:23 +02:00
Oliver Blanthorn
a06d6849c0
Add title and author to reader mode 2023-04-04 16:15:20 +02:00
Oliver Blanthorn
04df34d9c7
Justify text in reader2 mode 2023-04-04 16:02:04 +02:00
Oliver Blanthorn
51640eb22a
Make reader2 use simple.css 2023-04-04 16:01:45 +02:00
Oliver Blanthorn
2153c6c49c
Add simple.css for reader 2023-04-04 15:47:16 +02:00
Oliver Blanthorn
30ebc6e2be
Add some rambling on CSS 2023-04-04 14:40:53 +02:00
Oliver Blanthorn
c0635bf3ab
WIP: silly first go at own reader mode 2023-04-04 14:40:49 +02:00
Tushar
e1b0b7da75 Allow comments in multiline RC file commands. Fixes issue #4555
Signed-off-by: Tushar <tusharbarman123@gmail.com>
2023-04-02 11:22:40 +05:30
dependabot[bot]
4eef2659b3
Bump @types/firefox-webext-browser from 109.0.0 to 111.0.1
Bumps [@types/firefox-webext-browser](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/firefox-webext-browser) from 109.0.0 to 111.0.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/firefox-webext-browser)

---
updated-dependencies:
- dependency-name: "@types/firefox-webext-browser"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-30 22:58:29 +00:00
Oliver Blanthorn
2b6a27c678
Merge pull request #4643 from tridactyl/lastinput_shadowdom
Fix lastinput for shadowdoms
2023-03-25 00:05:30 +00:00
Oliver Blanthorn
790cee1f95
Fix lastinput for shadowdoms 2023-03-24 19:06:32 +01:00
Oliver Blanthorn
d21b430a3c
Merge pull request #4641 from tridactyl/toggle_sidebar
Add (secret) sidebar toggle command for browser binds
2023-03-24 15:31:40 +00:00
Oliver Blanthorn
03f344a2e8
Add :sidebaropen and docs for jsua/sidebartoggle 2023-03-22 15:14:30 +01:00
Oliver Blanthorn
09172391a5
Add jsua for --mode=browser binds
Works like jsb but preserves the 'user action' so
it can be used to open/close the sidebar, open
downloaded files etc.

Example usage:

`:bind --mode=browser <C-.> jsua browser.sidebarAction.close()`
2023-03-22 14:43:17 +01:00
Oliver Blanthorn
c77bf89d0c
Add sidebartoggle for --mode=browser binds #4640 2023-03-22 14:37:09 +01:00
Oliver Blanthorn
5157d9be5a
Merge pull request #4639 from frikdt/fix-window_completion_option-in-commandline_css
Updated WindowCompletionOption in commandline.css stylesheet
2023-03-22 13:21:40 +00:00
frikdt
e6075a37b0 Updated WindowCompletionOption in commandline.css stylesheet
The Window Id column in the completion list for commands such as 'winmerge'
and 'tabpush' has a maximum width of 4 characters, which is not wide enough
(5-digit id's are often encountered).

Made the following updates:
    - Increased the 'id'  column from 4ch to 6ch
    - Increased the left-right padding to increase spacing between the Window
      Id and the Window Title columns for improved readability

On branch fix-window_completion_option-in-commandline_css
Changes to be committed:
    modified:   src/static/css/commandline.css
2023-03-21 23:28:43 +02:00
dependabot[bot]
8b938f8cae
Bump eslint-config-prettier from 8.6.0 to 8.8.0
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.6.0 to 8.8.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v8.6.0...v8.8.0)

---
updated-dependencies:
- dependency-name: eslint-config-prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-20 23:00:53 +00:00
dependabot[bot]
c49a1ecbcf
Bump eslint-plugin-sonarjs from 0.18.0 to 0.19.0
Bumps [eslint-plugin-sonarjs](https://github.com/SonarSource/eslint-plugin-sonarjs) from 0.18.0 to 0.19.0.
- [Release notes](https://github.com/SonarSource/eslint-plugin-sonarjs/releases)
- [Commits](https://github.com/SonarSource/eslint-plugin-sonarjs/compare/0.18.0...0.19.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-20 22:57:43 +00:00
Oliver Blanthorn
12fcc25efe
Merge pull request #4616 from callmetushar123/master
urlincrement/decrement should operate on decodedURI Fix #3792
2023-03-10 16:32:08 +00:00
Tushar
a72cbe2e1d urlincrement/decrement should operate on decodedURI Fix #3792
Signed-off-by: Tushar <tusharbarman123@gmail.com>
2023-03-06 17:01:33 +05:30