Sibren van Setten
|
a17da4b4af
|
#8907 Fix interactive button not selectable
|
2023-09-01 13:32:13 +02:00 |
|
Eugene
|
1b0ce6d684
|
bumped eslint
|
2023-08-25 23:40:36 +02:00 |
|
Eugene
|
4684b0d6f5
|
Merge pull request #8726 from Clem-Fern/profiles-rework
|
2023-08-25 23:36:46 +02:00 |
|
Eugene
|
f963167b70
|
fixed #8840 - polyfill support for unsafe DH groups
|
2023-08-25 22:55:51 +02:00 |
|
Clem
|
7687972e65
|
ref ef6b8a4eaa
|
2023-08-18 17:18:06 +02:00 |
|
Clem Fern
|
d21282501f
|
fix: avoid error Uncaught (in promise) on modal dismiss
|
2023-08-15 19:53:00 +02:00 |
|
Clem
|
5eeaef954c
|
ref(settings/ssh): migrate and remove deprecated clearServiceMessagesOnConnect ssh option
|
2023-08-14 15:53:58 +02:00 |
|
Clem
|
ef6b8a4eaa
|
feat(core/settings/serial/ssh/telnet): add clearServiceMessagesOnConnect option on connectable profile
|
2023-08-14 15:24:41 +02:00 |
|
Clem
|
21e38c8453
|
ref(core/settings/serial/ssh/telnet): create ConnectableProfile & ConnectableProfileProvider Eugeny/tabby#8416
|
2023-08-14 14:14:57 +02:00 |
|
Eugene Pankov
|
fcac52a844
|
fixed #5862 - configurable Backspace behaviour
|
2023-07-15 12:17:47 +02:00 |
|
dependabot[bot]
|
6cd9db2e2b
|
Bump strip-ansi from 7.0.0 to 7.1.0 in /tabby-ssh
Bumps [strip-ansi](https://github.com/chalk/strip-ansi) from 7.0.0 to 7.1.0.
- [Release notes](https://github.com/chalk/strip-ansi/releases)
- [Commits](https://github.com/chalk/strip-ansi/compare/v7.0.0...v7.1.0)
---
updated-dependencies:
- dependency-name: strip-ansi
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-06-14 21:39:10 +00:00 |
|
dependabot[bot]
|
5777cf81dd
|
Bump @types/node from 16.0.1 to 20.3.1 in /tabby-ssh
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.0.1 to 20.3.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-06-13 04:59:23 +00:00 |
|
Eugene
|
fac6ec572f
|
Merge pull request #8416 from Clem-Fern/connectable-refactoring
Refactoring connectable tab
|
2023-05-16 21:35:21 +02:00 |
|
Eugene Pankov
|
b97c334660
|
fixed #8417 - ensure that serial output is chunked at utf8 char boundaries
|
2023-05-15 22:17:33 +02:00 |
|
Clem Fern
|
89b3f3892e
|
ref(connectable tab) unused import
|
2023-05-12 20:32:58 +02:00 |
|
Clem Fern
|
37226f66e3
|
ref(connectable tab) ngOnInit logger
|
2023-05-12 20:27:58 +02:00 |
|
Clem Fern
|
38b8702373
|
ref(connectable tab) getRecoveryToken method
|
2023-05-12 20:06:40 +02:00 |
|
Clem Fern
|
bd4b11813c
|
ref(connectable tab) on frontend ready
|
2023-05-12 20:01:06 +02:00 |
|
Clem Fern
|
38302622b8
|
lint
|
2023-05-12 19:46:43 +02:00 |
|
Clem Fern
|
312b365851
|
ref(connectable tab) on session destroyed
|
2023-05-12 19:39:44 +02:00 |
|
Clem Fern
|
2b5976f202
|
ref(connectable tab) reconnect context menu & hotkey n°2
|
2023-05-12 19:30:24 +02:00 |
|
Clem Fern
|
1e6f6af5ed
|
ref(connectable tab) reconnect context menu & hotkey
|
2023-05-12 19:09:33 +02:00 |
|
Clem Fern
|
901181f681
|
ref(tabby-terminal): create ConnectableTerminalTabComponent class
|
2023-05-11 21:49:32 +02:00 |
|
Eugene Pankov
|
b9b98bd949
|
Merge branch 'master' of github.com:Eugeny/tabby
|
2023-04-23 21:34:17 -07:00 |
|
Eugene Pankov
|
20479e9f27
|
bumped plugins
|
2023-04-23 10:22:38 -07:00 |
|
Eugene Pankov
|
e48b2032ad
|
updated peerDependencies
|
2023-04-23 08:57:05 -07:00 |
|
Eugene Pankov
|
dc8ddfcd15
|
#8282 - updated package.json files
|
2023-04-23 08:40:17 -07:00 |
|
Clem
|
b1acfe2519
|
resolves Eugeny/tabby#7751, Eugeny/tabby#8062, Eugeny/tabby#6617 add behavior when session ends
|
2023-04-23 10:50:39 +02:00 |
|
Clem
|
6498c4f923
|
ref: implement recentInputs on baseTerminalTab
|
2023-04-22 15:23:59 +02:00 |
|
Clem
|
f423be1510
|
Revert "resolves Eugeny/tabby#7751, Eugeny/tabby#8062, Eugeny/tabby#6617 add configurable behavior when session ends"
This reverts commit 268af8806c .
|
2023-04-22 14:36:43 +02:00 |
|
Clem
|
8cb75e14a2
|
Revert "lint"
This reverts commit b0973791a8 .
|
2023-04-22 14:36:14 +02:00 |
|
Clem
|
b0973791a8
|
lint
|
2023-04-12 23:52:25 +02:00 |
|
Clem
|
268af8806c
|
resolves Eugeny/tabby#7751, Eugeny/tabby#8062, Eugeny/tabby#6617 add configurable behavior when session ends
|
2023-04-12 23:20:06 +02:00 |
|
Eugene
|
ada47d0cfa
|
Merge pull request #8201 from Clem-Fern/feat#7723
|
2023-04-12 09:42:50 +02:00 |
|
Eugene Pankov
|
3b8ca0d592
|
lint
|
2023-04-10 21:21:49 +02:00 |
|
Eugene Pankov
|
9f050d8e0d
|
updated locales
|
2023-04-10 20:14:21 +02:00 |
|
Clem
|
178e4a6527
|
resolve Eugeny/tabby#7723 reconnect command palette
|
2023-04-10 19:48:27 +02:00 |
|
Eugene Pankov
|
beb7c614bc
|
fixed #8093 - SFTP panel visual issues
|
2023-03-19 10:09:43 +01:00 |
|
Eugene Pankov
|
441f442915
|
typing fixes
|
2023-02-27 00:09:04 +01:00 |
|
Eugene
|
1e5cfd1d4b
|
bootstrap 5 WIP (#7891)
New standard theme that follows your chosen terminal colors, Bootstrap 5 & Angular 15 upgrade
|
2023-02-26 20:42:31 +01:00 |
|
Eugene Pankov
|
69d884e164
|
separate color schemes per profile - fixes #5885, fixes #4593, fixes #3516, fixes #7457, fixes #765
|
2023-02-04 19:51:16 +01:00 |
|
Eugene Pankov
|
e0181973f7
|
avoid infinite loop on incorrect private key passphrase
|
2023-02-04 19:19:46 +01:00 |
|
Eugene Pankov
|
9ceb6b4416
|
bumped plugins
|
2023-01-29 13:21:51 +01:00 |
|
Eugene Pankov
|
6ccb48fc62
|
delay loading SSH importers until all plugins are ready
|
2023-01-29 13:17:30 +01:00 |
|
Eugene Pankov
|
010c18a07b
|
updated contributors
|
2023-01-29 10:46:35 +01:00 |
|
Elizabeth Martín Campos
|
7ab1d4b778
|
feat: publish typings for tabby-ssh
|
2023-01-29 10:20:58 +01:00 |
|
Eugene Pankov
|
7491c3119f
|
fixed #7841 - clear SSH service messages by default
|
2023-01-27 23:14:29 +01:00 |
|
Eugene Pankov
|
1397d0faed
|
allow editing the current SFTP path by double-clicking - #7154, fixed #7291, fixed #7295, fixed #6666, fixed #6646, fixed #6354, fixed #5646
|
2023-01-08 20:23:23 +01:00 |
|
Eugene Pankov
|
33d6d41ea2
|
fixed exports
|
2023-01-04 14:22:37 +01:00 |
|
Eugene Pankov
|
206123615e
|
ssh: handle Unicode characters that are chopped up between chunks
|
2023-01-04 14:09:19 +01:00 |
|