Commit Graph

432 Commits

Author SHA1 Message Date
Shuanglei Tao
e01e213dbb html: sync xterm version with vscode 2023-04-29 11:28:57 +08:00
dependabot[bot]
3300ee07f7 build(deps): bump json5 from 2.2.1 to 2.2.3 in /html (#1059)
Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3.
- [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/v2.2.1...v2.2.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-28 23:06:03 +08:00
dependabot[bot]
6386c3ef57 build(deps): bump minimatch from 3.0.4 to 3.1.2 in /html (#1053)
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2.
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-28 23:05:57 +08:00
dependabot[bot]
8785e21630 build(deps): bump cookiejar from 2.1.2 to 2.1.4 in /html (#1066)
Bumps [cookiejar](https://github.com/bmeck/node-cookiejar) from 2.1.2 to 2.1.4.
- [Release notes](https://github.com/bmeck/node-cookiejar/releases)
- [Commits](https://github.com/bmeck/node-cookiejar/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-28 23:04:03 +08:00
dependabot[bot]
8bd1e903d7 build(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 in /html (#1071)
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/kornelski/http-cache-semantics/releases)
- [Commits](https://github.com/kornelski/http-cache-semantics/compare/v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: http-cache-semantics
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-28 23:03:48 +08:00
dependabot[bot]
adf2043041 build(deps): bump qs from 6.9.4 to 6.11.0 in /html (#1041)
Bumps [qs](https://github.com/ljharb/qs) from 6.9.4 to 6.11.0.
- [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.9.4...v6.11.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-28 23:03:13 +08:00
dependabot[bot]
88f8b1dda2 build(deps): bump decode-uri-component from 0.2.0 to 0.2.2 in /html (#1036)
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-28 23:02:56 +08:00
Shuanglei Tao
7f2d51c840 html: remove yarn release binary 2023-04-28 22:41:15 +08:00
Shuanglei Tao
823b3d90f9 html update dependencies 2023-04-28 22:37:06 +08:00
Shuanglei Tao
443388fdf6 html: update yarn 2023-04-27 12:21:09 +08:00
Lonny Wong
8c6c6ee885 improve support for trzsz (#1084)
* trzsz support drag and drop to upload

* optimize trzsz upload speed

* trzsz support windows

* trzsz support transfer directories in browser
2023-04-27 11:57:09 +08:00
WeidiDeng
01f1ed55e3 fix flow control (#1093)
According to [xterm.js](http://xtermjs.org/docs/guides/flowcontrol/#ideas-for-a-better-mechanism), pause and resume are in wrong places.
2023-04-27 10:30:36 +08:00
Shuanglei Tao
6d73c5d989 html: upgrade to xterm 5.1.0 2022-12-28 13:10:10 +08:00
Shuanglei Tao
271002e894 html: release ObjectURL on dispose 2022-11-04 13:55:44 +08:00
Shuanglei Tao
86addc40d6 html: handle listener lifecycle 2022-11-03 21:02:57 +08:00
Shuanglei Tao
cca66e4745 html: fix eslint warnings 2022-11-03 20:18:07 +08:00
Shuanglei Tao
a4258b0dcb html: fix rendererType=dom not working 2022-11-03 16:40:41 +08:00
Shuanglei Tao
d5f9dab822 html: upgrade to webpack-dev-server 4.11.1 2022-11-03 16:15:58 +08:00
Shuanglei Tao
eca54c728a html: add zmodem.js patch 2022-11-03 02:02:00 +08:00
Shuanglei Tao
048246dfe2 html: migrate to yarn v2 2022-11-03 02:01:54 +08:00
Shuanglei Tao
b370b2c991 html: refactor terminal component 2022-11-03 02:01:46 +08:00
Shuanglei Tao
4cab29d470 html: upgrade to gts 4.0.0 2022-11-02 14:21:06 +08:00
Shuanglei Tao
d4dc1150f0 html: add option to toggle trzsz 2022-10-31 15:00:15 +08:00
Shuanglei Tao
e184b36752 html: polish closure code 2022-10-30 17:56:10 +08:00
Shuanglei Tao
017985120c html: fix trzsz send typo 2022-10-30 17:35:22 +08:00
Shuanglei Tao
11ec9798ee html: handle binary xterm event 2022-10-30 16:45:29 +08:00
Shuanglei Tao
f7baae7856 html: add trzsz support
Co-authored-by: Lonny Wong <lonnywong@qq.com>
2022-10-30 11:58:44 +08:00
Shuanglei Tao
5a4c210e7b html: add option to toggle sixel 2022-10-30 11:16:48 +08:00
Shuanglei Tao
8f754b153c html: add option to toggle zmodem 2022-10-30 00:39:41 +08:00
Shuanglei Tao
0c4feb0cab html: move flow control logic to terminal 2022-10-29 14:03:48 +08:00
Shuanglei Tao
2f7e0e0482 html: upgrade to xterm 5.0 2022-10-18 23:30:36 +08:00
Shuanglei Tao
dd10b064f6 html: update dependencies 2022-10-18 23:30:36 +08:00
Kevin Lin
bae2b816ad html: Initialize doReconnect to false when specified by client options 2022-10-18 23:30:36 +08:00
dependabot[bot]
942bdabe56 build(deps-dev): bump terser-webpack-plugin from 5.3.3 to 5.3.6 in /html (#973)
Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin) from 5.3.3 to 5.3.6.
- [Release notes](https://github.com/webpack-contrib/terser-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.3...v5.3.6)

---
updated-dependencies:
- dependency-name: terser-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-13 11:15:21 +08:00
Shuanglei Tao
9525cb3db4 html: update dependencies 2022-09-12 14:30:12 +00:00
Shuanglei Tao
b7fd742c71 html: upgrade to xterm-addon-image 0.1.3 2022-09-12 14:16:41 +00:00
Shuanglei Tao
790cfb39f1 html: only show resize overlay on ws 2022-09-03 19:25:33 +08:00
Shuanglei Tao
5b3426acdf html: upgrade to xterm-addon-image 0.1.1 2022-08-30 13:04:14 +00:00
jerch
b8a88f63b1 html: add sixel support (#970)
* sixel support

* make linter happy

* picky linters gonna be picky

* simplify worker inlining

* rebuild html

Co-authored-by: Shuanglei Tao <tsl0922@gmail.com>
2022-08-30 07:44:25 +08:00
Shuanglei Tao
0b6eaa80b0 html: update default font family 2022-08-08 15:41:13 +08:00
dependabot[bot]
d75b297afc build(deps-dev): bump css-minimizer-webpack-plugin in /html (#928)
Bumps [css-minimizer-webpack-plugin](https://github.com/webpack-contrib/css-minimizer-webpack-plugin) from 3.3.1 to 4.0.0.
- [Release notes](https://github.com/webpack-contrib/css-minimizer-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/css-minimizer-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/css-minimizer-webpack-plugin/compare/v3.3.1...v4.0.0)

---
updated-dependencies:
- dependency-name: css-minimizer-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-05 01:06:00 +08:00
dependabot[bot]
5c19cbe6d6 build(deps-dev): bump copy-webpack-plugin from 10.2.0 to 11.0.0 in /html (#927)
Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 10.2.0 to 11.0.0.
- [Release notes](https://github.com/webpack-contrib/copy-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.2.0...v11.0.0)

---
updated-dependencies:
- dependency-name: copy-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-05 01:05:48 +08:00
Shuanglei Tao
07c4904718 html: replace node-sass with sass 2022-08-05 00:49:57 +08:00
dependabot[bot]
aa23766986 build(deps): bump preact from 10.8.2 to 10.10.0 in /html (#954)
Bumps [preact](https://github.com/preactjs/preact) from 10.8.2 to 10.10.0.
- [Release notes](https://github.com/preactjs/preact/releases)
- [Commits](https://github.com/preactjs/preact/compare/10.8.2...10.10.0)

---
updated-dependencies:
- dependency-name: preact
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-04 23:08:17 +08:00
dependabot[bot]
06aef25b2b build(deps): bump async from 2.6.3 to 2.6.4 in /html (#920)
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
- [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-04 22:57:58 +08:00
dependabot[bot]
77cee9a4da build(deps): bump eventsource from 1.1.0 to 1.1.1 in /html (#931)
Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/EventSource/eventsource/releases)
- [Changelog](https://github.com/EventSource/eventsource/blob/master/HISTORY.md)
- [Commits](https://github.com/EventSource/eventsource/compare/v1.1.0...v1.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-04 22:57:16 +08:00
dependabot[bot]
fc4cc9523e build(deps): bump minimist from 1.2.5 to 1.2.6 in /html (#917)
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-04 22:56:45 +08:00
Shuanglei Tao
ef17d18a71 html: update packages 2022-08-04 22:54:12 +08:00
Shuanglei Tao
e11e784969 Revert "xterm: enable macbook options key as modifier for copy-and-paste (#914)"
This reverts commit 2b4dbacc10.
2022-07-05 21:05:17 +08:00
Shuanglei Tao
bc02746d44 html: pin preact@10.8.2 2022-07-04 22:11:08 +08:00