Commit graph

5333 commits

Author SHA1 Message Date
Oliver Blanthorn
f17e99d425
Bump native version 2021-03-02 14:17:38 +01:00
dependabot-preview[bot]
3078d5be56
Merge pull request #3419 from tridactyl/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-4.15.2 2021-02-28 21:35:37 +00:00
dependabot-preview[bot]
72234d9627
Bump @typescript-eslint/eslint-plugin from 4.0.0 to 4.15.2
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.0.0 to 4.15.2.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.15.2/packages/eslint-plugin)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-28 20:09:29 +00:00
Oliver Blanthorn
57795b44ff
Bump native version 2021-02-28 15:50:07 +01:00
Oliver Blanthorn
ac2b061093
Merge pull request #3404 from Rummskartoffel/windows-update
Windows: Fix native updating
2021-02-28 13:15:26 +00:00
Rummskartoffel
33003b1639 Native, Windows: fix 'nativeinstallcmd' for Windows 8 and earlier
To be able to download the installer, Powershell must be able to use a
security protocol that GitHub supports. Before Windows 10, we have to
set it.  We do the same thing in the installer already, but we have to
do it in both places so the installer works both when invoked as part
of 'nativeinstallcmd' and and on its own.
2021-02-28 13:11:41 +01:00
dependabot-preview[bot]
812bb058af
Merge pull request #3417 from tridactyl/dependabot/npm_and_yarn/eslint-7.21.0 2021-02-27 23:02:57 +00:00
dependabot-preview[bot]
7e5370743e
Bump eslint from 7.20.0 to 7.21.0
Bumps [eslint](https://github.com/eslint/eslint) from 7.20.0 to 7.21.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.20.0...v7.21.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-27 22:25:50 +00:00
Oliver Blanthorn
85129c3463
Fix #3396: let openInNewTab wait for DOM 2021-02-27 13:55:07 +01:00
Oliver Blanthorn
f6853ae53a
Merge pull request #3415 from niyumard/patch-1
Added search in a new tab.
2021-02-27 07:57:51 +00:00
dependabot-preview[bot]
b968d70276
Merge pull request #3414 from tridactyl/dependabot/npm_and_yarn/marked-2.0.1 2021-02-27 07:28:55 +00:00
Hosein Naghdbishi
a36baaf400
Added search in a new tab. 2021-02-27 10:47:43 +03:30
dependabot-preview[bot]
9d6010e916
Bump marked from 2.0.0 to 2.0.1
Bumps [marked](https://github.com/markedjs/marked) from 2.0.0 to 2.0.1.
- [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/v2.0.0...v2.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-27 05:56:49 +00:00
dependabot-preview[bot]
e3ef50882c
Merge pull request #3409 from tridactyl/dependabot/npm_and_yarn/webpack-5.24.2 2021-02-24 20:52:30 +00:00
dependabot-preview[bot]
b8418eef0d
Bump webpack from 5.24.1 to 5.24.2
Bumps [webpack](https://github.com/webpack/webpack) from 5.24.1 to 5.24.2.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.24.1...v5.24.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-24 20:30:20 +00:00
Oliver Blanthorn
9e188159be
Fix #3405: backward_kill_word 2021-02-24 19:21:55 +01:00
Rummskartoffel
45ac1f107f Native, Windows: fix updating (#3397)
Fix quoting in 'nativeinstallcmd'. This should also work with the old
Python version, but is not yet tested.

In :updatenative, decide what to do based on messenger version:
- if on Python, use Native.run()
- if on broken version, throw error
- if on fixed version, use Native.runAsync()
Version numbers may need to be adjusted before merge. Should be merged
simultaneously with Linux fix to simplify version checking.
2021-02-24 16:03:21 +01:00
dependabot-preview[bot]
435fcd8903
Merge pull request #3403 from tridactyl/dependabot/npm_and_yarn/webpack-5.24.1 2021-02-24 07:08:57 +00:00
dependabot-preview[bot]
7b964dfed5
Bump webpack from 5.24.0 to 5.24.1
Bumps [webpack](https://github.com/webpack/webpack) from 5.24.0 to 5.24.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.24.0...v5.24.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-24 05:34:47 +00:00
Rummskartoffel
0d3d0a9627 Native: add helper function for "run_async" command
See tridactyl/native_messenger@b4dcd80 for rationale.
2021-02-23 23:18:32 +01:00
dependabot-preview[bot]
9e1cae43df
Merge pull request #3399 from tridactyl/dependabot/npm_and_yarn/webpack-5.24.0 2021-02-22 23:16:53 +00:00
dependabot-preview[bot]
ad029e0d85
Bump webpack from 5.23.0 to 5.24.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.23.0 to 5.24.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.23.0...v5.24.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-22 22:40:12 +00:00
dependabot-preview[bot]
56ee914d3d
Merge pull request #3398 from tridactyl/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-tslint-4.15.2 2021-02-22 18:46:01 +00:00
dependabot-preview[bot]
c6255ff95a
Bump @typescript-eslint/eslint-plugin-tslint from 4.15.1 to 4.15.2
Bumps [@typescript-eslint/eslint-plugin-tslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin-tslint) from 4.15.1 to 4.15.2.
- [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/v4.15.2/packages/eslint-plugin-tslint)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-22 18:09:52 +00:00
Oliver Blanthorn
2be40ddbb8
release 1.21.0 2021-02-22 14:46:28 +01:00
Oliver Blanthorn
1e53d227eb
Update changelog for 1.21.0 2021-02-22 14:41:03 +01:00
Oliver Blanthorn
b87c72190b
Add link to example newsletter 2021-02-22 13:25:42 +01:00
Oliver Blanthorn
85ebbd871f
Add first tips-and-tricks newsletter as example
This first went out in December 2020 to all donors on 10USD a month
or higher.
2021-02-22 12:53:33 +01:00
Oliver Blanthorn
db3bdb97b7
Update changelog for 1.21.0 2021-02-22 12:47:24 +01:00
Oliver Blanthorn
191ac7c067 Improve escapehatch help 2021-02-22 11:21:12 +01:00
Oliver Blanthorn
ab5be37cff Improve keymap help 2021-02-22 09:40:07 +01:00
Oliver Blanthorn
ccf1296e72 Fix readme formatting 2021-02-22 09:19:00 +01:00
Oliver Blanthorn
ca6f949f34
Fix #3381: add autocmd logging 2021-02-21 07:13:28 +01:00
Oliver Blanthorn
24aa9cb21a
Merge pull request #3390 from eeshugerman/shydactyl-vars
shydactyl | make use of more variables and defaults
2021-02-21 05:52:50 +00:00
Elliott Shugerman
a1f858bdad shydactyl | make use of more variables and defaults
this does not change the appearance of the theme in any way
(not intentionally, at least)
2021-02-20 14:30:12 -05:00
Oliver Blanthorn
6d8d962e5a
Merge pull request #3386 from Rummskartoffel/no-unsafe-call
Fix a few trivial no-unsafe-call errors
2021-02-20 11:56:05 +00:00
Rummskartoffel
573ab2b790
Re-add missing return 2021-02-20 12:17:50 +01:00
Rummskartoffel
61e6e9263c Use Record for useractions 2021-02-20 11:34:11 +01:00
dependabot-preview[bot]
4d199de262
Merge pull request #3388 from tridactyl/dependabot/npm_and_yarn/rss-parser-3.12.0 2021-02-19 20:30:50 +00:00
dependabot-preview[bot]
cbe84cf958
Bump rss-parser from 3.11.0 to 3.12.0
Bumps [rss-parser](https://github.com/bobby-brennan/rss-parser) from 3.11.0 to 3.12.0.
- [Release notes](https://github.com/bobby-brennan/rss-parser/releases)
- [Commits](https://github.com/bobby-brennan/rss-parser/compare/v3.11.0...v3.12.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-19 20:06:43 +00:00
dependabot-preview[bot]
098d329ab0
Merge pull request #3387 from tridactyl/dependabot/npm_and_yarn/types/node-14.14.31 2021-02-19 18:57:35 +00:00
dependabot-preview[bot]
fd921c5a5b
Bump @types/node from 14.14.30 to 14.14.31
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.30 to 14.14.31.
- [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-02-19 18:15:04 +00:00
Rummskartoffel
3391e5beeb Fix a few trivial no-unsafe-call errors 2021-02-19 18:34:49 +01:00
dependabot-preview[bot]
feefa59474
Merge pull request #3385 from tridactyl/dependabot/npm_and_yarn/types/node-14.14.30 2021-02-19 01:13:26 +00:00
dependabot-preview[bot]
edab1470d7
Bump @types/node from 14.14.29 to 14.14.30
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.29 to 14.14.30.
- [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-02-19 00:53:15 +00:00
dependabot-preview[bot]
7e3f6c3579
Merge pull request #3384 from tridactyl/dependabot/npm_and_yarn/types/node-14.14.29 2021-02-18 21:21:32 +00:00
dependabot-preview[bot]
57ccd8231f
Bump @types/node from 14.14.28 to 14.14.29
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.28 to 14.14.29.
- [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-02-18 20:58:18 +00:00
dependabot-preview[bot]
85f502f3e5
Merge pull request #3382 from tridactyl/dependabot/npm_and_yarn/webpack-5.23.0 2021-02-18 16:18:26 +00:00
dependabot-preview[bot]
620d7866c0
Bump webpack from 5.22.0 to 5.23.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.22.0 to 5.23.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.22.0...v5.23.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-18 15:57:41 +00:00
Oliver Blanthorn
4867ac35bb
Merge pull request #3363 from bew/add-tabclosepinned-option
Add tabclosepinned option to config tabclose on pinned tabs
2021-02-18 09:16:09 +00:00