Oliver Blanthorn
0e5ea38513
Update newsletter
2023-02-22 16:36:20 +01:00
Oliver Blanthorn
428dc07f5b
Add WIP newsletter
2023-02-14 16:05:24 +01:00
Oliver Blanthorn
5758f99a9f
Update readme to reflect beta build process
...
See #4478
2023-01-22 17:46:37 +01:00
Oliver Blanthorn
9f4f7ff021
Merge pull request #4551 from tridactyl/dependabot/npm_and_yarn/eslint-plugin-import-2.27.5
...
Bump eslint-plugin-import from 2.26.0 to 2.27.5
2023-01-22 16:06:56 +01:00
dependabot[bot]
a7da2286b2
Bump eslint-plugin-import from 2.26.0 to 2.27.5
...
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import ) from 2.26.0 to 2.27.5.
- [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.26.0...v2.27.5 )
---
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>
2023-01-21 21:42:36 +00:00
Oliver Blanthorn
504f1ecb6e
Merge pull request #4561 from tridactyl/dependabot/npm_and_yarn/eslint-plugin-jsdoc-39.6.7
...
Bump eslint-plugin-jsdoc from 39.6.4 to 39.6.7
2023-01-21 22:41:20 +01:00
Oliver Blanthorn
97c5d89705
Merge pull request #4550 from tridactyl/dependabot/npm_and_yarn/marked-4.2.12
...
Bump marked from 4.2.5 to 4.2.12
2023-01-21 22:41:09 +01:00
Oliver Blanthorn
74bb9ac2ed
Merge pull request #4532 from treapster/add-layouts
...
Add multiple keyboard layouts
2023-01-21 22:36:44 +01:00
Oliver Blanthorn
640dfb34bf
Merge pull request #4539 from rddunphy/feature/tab-groups
...
Tab group fixes
2023-01-21 22:32:53 +01:00
R. David Dunphy
5e9c945f13
Restrict tab group column width
2023-01-21 21:06:38 +00:00
Denis Revunov
890c52bf9c
More naming/comments changes
2023-01-21 23:32:13 +03:00
Oliver Blanthorn
f8b557ad01
Push tab group to the end of completions
...
Removes some ugliness when tabs with and without tab groups are mixed
2023-01-21 21:16:49 +01:00
Oliver Blanthorn
5a46643cb9
Fix too small max width
2023-01-21 16:41:12 +01:00
Oliver Blanthorn
c47e92816d
Update docs to reflect caching
2023-01-21 16:24:50 +01:00
Oliver Blanthorn
64ae83a986
Change keylayout names
2023-01-21 16:23:43 +01:00
treapster
e40a415e70
Fix runtime type checking for keyboard layout
2023-01-21 16:19:28 +01:00
R. David Dunphy
bf9b5db067
Fix array index out of bounds error
2023-01-21 14:31:23 +00:00
dependabot[bot]
45bb4787a7
Bump eslint-plugin-jsdoc from 39.6.4 to 39.6.7
...
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc ) from 39.6.4 to 39.6.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/v39.6.4...v39.6.7 )
---
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>
2023-01-20 22:01:50 +00:00
Oliver Blanthorn
77cd61147c
Cache merged layout
2023-01-20 22:02:52 +01:00
R. David Dunphy
5f33c6135b
Shrink tgroup column to fit content
2023-01-20 17:33:01 +00:00
R. David Dunphy
95a9228e05
Show prefix data and tab group names in :taball
...
Prefix contains all the same information as for `:tab` (audible, muted,
discarded and pinned tabs), as well as '%' for current tab and '#' for
alternate tab (in current window).
New column between title and content that shows the tabgroup name for
each tab, if available.
2023-01-20 16:55:10 +00:00
R. David Dunphy
3ce29b7125
Show '#' only if last active tab was in this group
...
Alternate tab (for `:tab #`) is always the last active tab, even
if it's hidden, not the last active visible tab. This means the
alternate tab is not listed if it's in a different group and
`tabshowhidden==true`.
(It's still possible to switch to a tab that is not displayed in
completions.)
2023-01-20 16:46:39 +00:00
R. David Dunphy
25a69ccaf8
Match tab group completions on urls
2023-01-20 16:45:28 +00:00
Oliver Blanthorn
0b82b31ef6
Improve help for keylayoutforce
2023-01-20 13:05:35 +01:00
Oliver Blanthorn
60923daab3
Add extra layouts
2023-01-20 12:51:37 +01:00
Oliver Blanthorn
e095765594
Separate base keyboard layout and user modifications
2023-01-20 12:34:37 +01:00
dependabot[bot]
8f44fae9ea
Bump marked from 4.2.5 to 4.2.12
...
Bumps [marked](https://github.com/markedjs/marked ) from 4.2.5 to 4.2.12.
- [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/v4.2.5...v4.2.12 )
---
updated-dependencies:
- dependency-name: marked
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-01-19 18:36:38 +00:00
Oliver Blanthorn
28229a19f9
Merge pull request #4556 from tridactyl/dependabot/npm_and_yarn/prettier-2.8.3
...
Bump prettier from 2.8.2 to 2.8.3
2023-01-19 19:35:13 +01:00
Oliver Blanthorn
2c4300c3db
Merge pull request #4559 from tridactyl/dependabot/npm_and_yarn/esbuild-0.17.3
...
Bump esbuild from 0.17.1 to 0.17.3
2023-01-19 19:34:48 +01:00
dependabot[bot]
0f0e533ca5
Bump esbuild from 0.17.1 to 0.17.3
...
Bumps [esbuild](https://github.com/evanw/esbuild ) from 0.17.1 to 0.17.3.
- [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.1...v0.17.3 )
---
updated-dependencies:
- dependency-name: esbuild
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-01-18 22:03:30 +00:00
R. David Dunphy
796d248ab1
Show multiple URLs in tab group completions
2023-01-18 15:58:32 +00:00
dependabot[bot]
2f1721b79e
Bump prettier from 2.8.2 to 2.8.3
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.8.2 to 2.8.3.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/2.8.2...2.8.3 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-01-17 22:16:13 +00:00
R. David Dunphy
6264634932
Update tab group documentation
2023-01-17 15:36:15 +00:00
R. David Dunphy
106c5edbce
Change audible icon based on statusstylepretty
2023-01-17 15:29:44 +00:00
R. David Dunphy
26975a08e5
Add audible marker and url to tab group completion
...
Audible marker is inserted in prefix div if any tab in that group is
audible; content div shows the url of the last active tab in that group.
2023-01-17 15:07:19 +00:00
Oliver Blanthorn
2fd7f87c1e
Merge pull request #4554 from tridactyl/dependabot/npm_and_yarn/esbuild-0.17.1
...
Bump esbuild from 0.16.5 to 0.17.1
2023-01-17 14:44:50 +01:00
Oliver Blanthorn
6c8567a14e
Merge pull request #4552 from tridactyl/dependabot/npm_and_yarn/types/firefox-webext-browser-109.0.0
...
Bump @types/firefox-webext-browser from 94.0.1 to 109.0.0
2023-01-17 14:42:43 +01:00
Oliver Blanthorn
ac4ca0e2bf
Merge pull request #4524 from tridactyl/dependabot/npm_and_yarn/types/selenium-webdriver-4.1.10
...
Bump @types/selenium-webdriver from 4.1.9 to 4.1.10
2023-01-17 14:42:13 +01:00
Oliver Blanthorn
4364c4bfce
Merge pull request #4544 from tridactyl/dependabot/npm_and_yarn/jest-webextension-mock-3.8.8
...
Bump jest-webextension-mock from 3.8.7 to 3.8.8
2023-01-17 14:41:54 +01:00
Oliver Blanthorn
874c8bfef3
Merge pull request #4542 from tridactyl/dependabot/npm_and_yarn/eslint-plugin-sonarjs-0.18.0
...
Bump eslint-plugin-sonarjs from 0.16.0 to 0.18.0
2023-01-17 14:41:44 +01:00
Oliver Blanthorn
bd4392e34b
Merge pull request #4526 from tridactyl/dependabot/npm_and_yarn/eslint-config-prettier-8.6.0
...
Bump eslint-config-prettier from 8.5.0 to 8.6.0
2023-01-17 14:41:19 +01:00
Oliver Blanthorn
0db566cd87
Merge pull request #4453 from GHolk/hint-exclude
...
Option to exclude selectors from hint result
2023-01-17 14:39:21 +01:00
Oliver Blanthorn
5b0c7581a8
Improve hintElements docs
2023-01-17 14:37:54 +01:00
R. David Dunphy
96aba9c435
Mark the current/last tab groups using prefix divs
...
Current tab group is marked '%', last tab group is marked '#'. Commands
that take a tab group name as a parameter can be called with '#' to
affect the last tab group (but not currently with '%').
2023-01-17 13:21:30 +00:00
Oliver Blanthorn
79aaf83e1b
Merge pull request #4548 from paescuj/e2e-skip-readme-cancel-outdated
...
e2e tests: skip on 'readme.md' changes & cancel outdated runs
2023-01-17 12:14:33 +01:00
Oliver Blanthorn
2dab497f78
Merge pull request #4549 from paescuj/e2e-workflow-pin-versions
...
e2e workflow: pin & update version of actions
2023-01-17 12:13:38 +01:00
dependabot[bot]
c4fac7848b
Bump esbuild from 0.16.5 to 0.17.1
...
Bumps [esbuild](https://github.com/evanw/esbuild ) from 0.16.5 to 0.17.1.
- [Release notes](https://github.com/evanw/esbuild/releases )
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2022.md )
- [Commits](https://github.com/evanw/esbuild/compare/v0.16.5...v0.17.1 )
---
updated-dependencies:
- dependency-name: esbuild
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-01-16 22:09:19 +00:00
dependabot[bot]
8eb90bade8
Bump @types/firefox-webext-browser from 94.0.1 to 109.0.0
...
Bumps [@types/firefox-webext-browser](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/firefox-webext-browser ) from 94.0.1 to 109.0.0.
- [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-01-16 22:05:21 +00:00
Pascal Jufer
b47e98ca7f
force bash shell for yarn cache step
2023-01-15 22:47:39 +01:00
Pascal Jufer
82bb017bc0
switch to newer method to set output in yarn cache step
...
see https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
2023-01-15 20:25:23 +01:00