Commit Graph
100 Commits
Author SHA1 Message Date
Eugene c9cd8487b7 bump node-pty 2026-01-13 22:25:00 +01:00
Eugene 283c5f0354 fixup 2025-12-26 01:56:40 +01:00
Eugene 81e0d0b5bc Update polyfills.ts 2025-12-26 00:13:45 +01:00
Eugene 35fdfd1c3c build fix 2025-12-25 23:58:13 +01:00
Eugene 186c40515d remove @types/electron-config 2025-12-25 23:34:30 +01:00
Eugene 648a236452 dep bumps 2025-12-23 01:05:17 +01:00
Eugene 2b147dfa01 bumped node-pty & russh 2025-12-23 00:58:54 +01:00
Eugene f7b767aab3 bumped russh 2025-12-02 22:12:06 +01:00
Eugene 4f14e92e6a bump node-pty 2025-11-11 11:54:47 +01:00
Eugene 52463555ab Disable SSH compression by default as a workaround for SFTP upload bugs 2025-11-11 11:35:01 +01:00
Eugene 34c0c780f4 fixed signing 2025-10-16 01:50:41 +02:00
Eugene de65a724f3 bump russh 2025-10-13 23:18:40 +02:00
Eugene c4db2863fa bump russh, enable mlkem768x25519-sha256 - fixes #10792, fixes #10560 2025-10-13 21:15:10 +02:00
Eugene e03ded3fdb bump russh 2025-10-10 01:03:48 +02:00
Eugene 5060344c69 bump russh for pageant fixes 2025-09-24 23:20:36 +02:00
Eugene d1196a0e2a Revert "disable SSH keepalive by default"
This reverts commit b31c2a5c11.
2025-09-24 23:14:38 +02:00
Eugene 61f02d1f85 fixed #10619 2025-08-25 20:32:17 +02:00
Eugene 0e09945629 bump electron - fixes #10633, fixes #10609, fixes #10666 2025-08-24 11:25:32 +02:00
Eugene 79129e61c7 bumped russh 2025-08-22 22:34:02 +02:00
Eugene 9e44ba670d bump russh 2025-08-20 22:00:35 +02:00
Eugeny ea7cb1f094 Merge branch 'master' of https://github.com/Eugeny/tabby 2025-08-17 22:14:45 +02:00
Eugeny a2d27fe6a1 fixed node-pty conpty assertion failure - fixes #10618 2025-08-17 22:14:36 +02:00
Eugene ae3c57fc54 updated contributors 2025-08-15 10:39:54 +02:00
Eugeny b9e335817d bump node-pty 2025-08-09 16:17:25 +02:00
Eugene b31c2a5c11 disable SSH keepalive by default 2025-07-23 09:31:31 +02:00
Eugene 93e43067de fixed #9953 - use ng-bootstrap tooltips 2025-06-16 23:23:37 +02:00
Eugene d1293c6a89 update author field 2025-06-16 23:13:18 +02:00
Eugene 5a7a06e529 fixed #10034 - added auto-sudo-password plugin 2025-06-16 23:12:36 +02:00
Eugene c8aea9d8e0 log exact errors when plugin install fails 2025-06-16 22:29:27 +02:00
Eugene 57001d4dde blacklist fig plugins 2025-06-16 22:28:48 +02:00
Eugene ef59394b79 Merge branch 'master' of github.com:Eugeny/tabby 2025-05-25 11:47:18 +02:00
Eugene 912e0aa426 fixed #10454 - "Warn on multi-line paste" fails to trigger on Unix-style newlines (\n) in Windows 2025-05-25 08:46:34 +02:00
Eugene 4a5087afc1 fixed #5672 - incorrect microphone entitlement on macOS 2025-05-25 08:43:54 +02:00
Eugene e0c34ef7bc fixed #10482 - duplicate browser tab opening when clicking a link with an IP in it 2025-05-24 15:19:43 +02:00
Eugene 7b942c4e28 fix search hotkey (#10371) 2025-03-28 15:29:24 +01:00
Eugene 5deb725758 bumped russh again 2025-03-10 07:50:20 +01:00
Eugene 4069c22891 bumped russh for EXT_INFO race condition fix 2025-03-09 19:27:48 +01:00
Eugene e407ee8bf1 fixed #9845, fixed #10302 - allow alternative OSC52 suffix 2025-02-25 00:40:28 +01:00
Eugene c7b39bdca7 bump russh for 1024 bit rsa key support 2025-02-25 00:37:24 +01:00
Eugene 47b4b54557 bump russh for agent RSA auth fixes 2025-02-21 10:48:51 +01:00
Eugene 5d2d179677 prefer saved password to keyboard interactive auth 2025-01-29 10:37:28 +01:00
Eugene 4197cefdfd bump russh for events fix 2025-01-28 10:57:56 +01:00
Eugene 7c1421ffcf bump russh for async trait 2025-01-28 09:00:50 +01:00
Eugene 380c306d89 added warning when server disconnects during auth 2025-01-27 14:53:44 +01:00
Eugene cf0da75224 bump russh for best hash selection in agent auth 2025-01-27 14:53:32 +01:00
Eugene d1c1b48502 bump russh for rsa hash autoselection 2025-01-25 12:56:54 +01:00
Eugene a3c5b41bb1 electron builder fixes 2025-01-22 23:44:36 +01:00
Eugene 2fa7678bec Squashed commit of the following:
commit 4efcf1bbd6
Author: Eugene <inbox@null.page>
Date:   Wed Jan 22 23:07:24 2025 +0100

    Update build.yml

commit abea964d94
Author: Eugene <inbox@null.page>
Date:   Wed Jan 22 22:59:28 2025 +0100

    Update build.yml

commit 2e7b66ac60
Author: Eugene <inbox@null.page>
Date:   Wed Jan 22 22:40:11 2025 +0100

    native arm64 build
2025-01-22 23:28:47 +01:00
Eugene c6939b114d updated locales 2025-01-22 23:07:08 +01:00
Eugene d3e8e2a6af bump electron-builder 2025-01-22 23:01:57 +01:00
Eugene d1b161364b bump russh for error handling crash fix - fixes #10184, fixes #10244, fixes #10178, fixes #8481, fixes #10215, fixes #10203, fixes #7659 2025-01-22 22:44:47 +01:00
Eugene c4a514fc4a fixed agent login regression - fixes #10248, fixes #10174 2025-01-22 22:33:26 +01:00
Eugene d525374061 fixed missing app theme at the initial vault password prompt 2025-01-22 22:16:17 +01:00
Eugene 6db08b765f lint 2025-01-16 22:30:36 +01:00
Eugene d8d346c507 bump russh for agent fix 2025-01-16 22:27:11 +01:00
Eugene 6ffeb61c9c fixed dropping files into the terminal not inserting the path - fixes #10221, fixes #10206 2025-01-16 22:24:24 +01:00
Eugene 92c729dada bump russh for keyboard-interactive fixes and lock race fix 2025-01-16 22:14:29 +01:00
Eugene 0a475daa9c fixed #10180 - encrypted PPK keys 2025-01-09 21:06:01 +01:00
Eugene ba7c31d940 fixed #10146 - agent auth 2025-01-09 21:05:30 +01:00
Eugene 52a85e4f36 lint 2025-01-08 18:44:00 +01:00
Eugene ddbb2feb9c bump russh for jump host fix - fixes #10166 2025-01-08 18:37:56 +01:00
Eugene c43ee28a0c Update install-deps.mjs 2025-01-08 16:44:06 +01:00
Eugene 9f3c7a95cf Update install-deps.mjs 2025-01-08 16:08:51 +01:00
Eugene 02205410b6 Update build.yml 2025-01-08 14:31:57 +01:00
Eugene 9bcbde265d Update build-macos.mjs 2025-01-08 12:10:06 +01:00
Eugene fee857a0f6 ci: bump node 2025-01-08 11:57:04 +01:00
Eugene 73f978781c bump electron builder 2025-01-08 11:53:20 +01:00
Eugene 87e99654f6 bump russh for EC key support 2025-01-08 11:20:33 +01:00
Eugene 93513541f7 tweak electron fuses 2025-01-08 09:59:56 +01:00
Eugene 60a6c148d8 bump russh for freeze fix 2025-01-07 22:11:34 +01:00
Eugene 070343aebe bump russh for ppk2 and remainingMethods support 2025-01-06 22:19:29 +01:00
Eugeny fe376a48d8 Update node-pty+1.0.0.patch 2025-01-06 15:31:30 +01:00
Eugeny 2008f30cf5 downgrade node-pty - fixes #10134 2025-01-06 14:13:39 +01:00
Eugene 53ca484ca6 Update webpack.config.mjs 2025-01-06 12:13:58 +01:00
Eugene fe46ed7847 Update default_settings 2025-01-06 11:47:52 +01:00
Eugene e90731f427 bumpe node-pty 2025-01-06 11:22:17 +01:00
Eugene 025cc68ad8 bump windows-process-tree 2025-01-06 10:51:23 +01:00
Eugene 6edb1e9cd4 bump blurbehind 2025-01-06 10:03:17 +01:00
Eugene c6981a8216 bumped russh 2025-01-06 02:52:23 +01:00
Eugene 5d318478ec updated contributors 2025-01-02 16:58:20 +01:00
Eugene a10e9c05b6 bumped russh for ppk support 2024-12-30 23:53:31 +01:00
Eugene 6b0b1563c5 bump russh 2024-12-28 14:12:55 +01:00
Eugene 04b34b0edd bumped russh to 0.0.4 - ref #10117 2024-12-26 18:42:36 +01:00
Eugene 2346e10b70 fixed #10109 - not starting on x64 macOS 2024-12-25 11:54:54 +01:00
Eugene 55c13edace only publish on tag 2024-12-25 10:42:13 +01:00
Eugene 6a91565da1 Update prepackage-plugins.mjs 2024-12-25 02:44:08 +01:00
Eugene 90d0bbce23 Update build-windows.mjs 2024-12-25 02:37:18 +01:00
Eugene daa5687cfc Update build.yml 2024-12-25 02:37:18 +01:00
Eugene 9590ab8bf6 updated locales 2024-12-25 02:37:18 +01:00
Eugeny d7971294aa fixed native mod build 2024-12-25 02:34:31 +01:00
Eugene 67230c1601 Update docs.yml 2024-12-24 23:54:28 +01:00
Eugene 09556ae6a1 Merge branch 'master' of github.com:Eugeny/tabby 2024-12-24 23:53:24 +01:00
Eugene eae946d0f0 Update docs.yml 2024-12-24 23:53:20 +01:00
Eugene e1e6e1cdab Update entitlements.plist 2024-12-15 15:00:05 +01:00
Eugene 21aedb6045 fixed #9323 - "Save as profile" profile editability 2024-10-20 23:42:02 +02:00
Eugene 2bc95bb0e0 removed legacy themes 2024-10-20 23:20:14 +02:00
Eugene b4d3667b9a lint 2024-10-20 23:15:51 +02:00
Eugene e84cbd82d8 added support for custom color schemes for local shell profiles 2024-10-20 22:19:06 +02:00
Eugene aab7e285a9 replace ssh2 with russh 2024-10-18 20:24:53 +02:00
Eugene 3eaa600544 Create funding-manifest-urls 2024-10-17 11:22:02 +02:00