Eugene
e929ff0dd8
bump deps
2026-07-12 00:22:50 +02:00
bluekani and Eugene
256743baea
fix: open color scheme tab matching current colorSchemeMode setting
2026-07-11 13:42:57 +02:00
bluekani and Eugene
9f5cdc5f68
fix: Default color scheme incorrectly shown as custom
2026-07-11 13:42:57 +02:00
bluekani and Eugene
782a160d99
fix: terminal toolbar layout breaks while dragging a tab
2026-07-11 13:42:56 +02:00
Utkarsh Adhran and GitHub
bda42fb514
fix(terminal): restart visual bell shake on repeated BEL ( #11388 )
2026-07-11 11:50:00 +02:00
Utkarsh Adhran and GitHub
645abf2df6
fix(terminal): expose debug hotkeys in settings for remap/disable ( #11420 )
2026-07-11 11:47:13 +02:00
1069978292
feat(core): add pinned tabs ( #11146 )
...
Co-authored-by: Eugene <inbox@null.page >
2026-07-11 11:33:49 +02:00
Eugene
6955c4f8e8
another attempt at tab blanking/flicker
2026-06-29 00:43:53 +02:00
3caf1a5c87
[FEATURE] refresh Windows environment variables from registry for new sessions ( #11321 )
...
Co-authored-by: Eugene <inbox@null.page >
2026-06-23 10:22:53 +02:00
0cd8d4006d
fix(terminal): robust context loss recovery and direct DOM fallback during GPU resets ( #11354 )
...
Co-authored-by: Gerry Burde <gerry.burde@example.com >
Co-authored-by: Eugene <inbox@null.page >
Co-authored-by: Eugene <x@null.page >
2026-06-23 08:32:06 +02:00
c74a056b75
fix: ZMODEM transfer ( #11319 )
...
Co-authored-by: Eugene <inbox@null.page >
2026-06-23 08:19:24 +02:00
Balaji Eswaramoorthi and GitHub
79b3ca7e5b
fix(terminal): reset stale DEC modes on connectable reconnect ( #11368 )
2026-06-23 08:14:51 +02:00
Eugene
6a697edc98
Reapply "fix: restore terminal redraw after tab reactivation ( #11275 )"
...
This reverts commit b5fa811137 .
2026-06-16 12:26:11 +02:00
Eugene
b5fa811137
Revert "fix: restore terminal redraw after tab reactivation ( #11275 )"
...
This reverts commit 5ddcbe303f .
2026-06-09 20:58:21 +02:00
5aebd67cf1
fix(terminal): restore transparent background when vibrancy is enabled ( #11326 )
...
Co-authored-by: Daniil <daniil.pavlovsky@ronix.ru >
2026-06-09 09:25:01 +02:00
Utkarsh Adhran and GitHub
5ddcbe303f
fix: restore terminal redraw after tab reactivation ( #11275 )
2026-06-08 16:36:57 +02:00
Utkarsh Adhran and GitHub
ecf2a487bc
feat: add 'Export to file' option to terminal context menu ( #11109 )
2026-05-17 12:02:18 +02:00
Eugene
03e9aa0e3c
fixed #11283 - missing terminal titles
2026-05-16 19:43:57 +02:00
78a56326ac
Fix OSC 11 background color reporting ( #11074 )
...
Co-authored-by: Eugene <inbox@null.page >
2026-05-07 23:46:23 +02:00
2e85f8d23e
generate 256 palette ( #11043 )
...
Co-authored-by: Eugene <inbox@null.page >
2026-05-07 23:31:08 +02:00
Utkarsh Adhran and GitHub
0e9c570b13
Fix frosted glass persistence ( #11083 )
2026-05-07 23:04:15 +02:00
gmd20 and GitHub
25ca30e769
Implement write queue for Zmodem transfer ( #11155 )
2026-05-07 22:26:44 +02:00
iroaK and GitHub
220f7197d9
Add option to replace line breaks with spaces on paste ( #11218 )
2026-05-07 22:19:00 +02:00
Eugene
6e47c2fb65
add user warning for the tabby:// paste commands
2026-05-07 22:14:13 +02:00
Eugene
9f0083728a
label
2026-05-07 21:56:21 +02:00
Eugene
9152306739
add user confirmation for zmodem transfers
2026-05-07 01:08:18 +02:00
Eugene
690dc8f53e
Revert "bump xterm ( #10974 )"
...
This reverts commit 5d5ac4d41a .
2026-05-07 00:48:08 +02:00
5e1bdbf28d
fix(terminal): prevent scroll-to-top race during fast output ( #11102 )
...
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
Co-authored-by: Eugene <inbox@null.page >
2026-04-22 20:19:46 +02:00
4885888a2a
fix: handle OSC sequences split across buffer chunks ( #11144 )
...
The OSCProcessor assumed OSC sequences (like OSC 52 clipboard) arrive in a single
buffer chunk. However, when sequences exceed 1024 bytes, they get split across
multiple chunks, causing the prefix and suffix to be in different calls.
This fix adds buffering to accumulate incomplete OSC sequences until the terminator
(BEL or ST) arrives, allowing proper handling of arbitrarily long OSC 52 clipboard
data and other long OSC sequences.
Fixes #6001
Co-authored-by: ToastyTheBot <toastythebot@anthropic.com >
2026-04-13 14:26:40 +02:00
b31a48677d
feat: Implement tabby:// URL scheme handler ( #11005 )
...
Co-authored-by: Eugene <inbox@null.page >
2026-02-01 22:43:02 +01:00
Eugene
2bc621c10e
bumped plugins
2026-02-01 21:35:09 +01:00
Eugene
438ac9a6ff
clarify partial/full profile types
2026-01-24 17:30:11 +01:00
Eugene and GitHub
5d5ac4d41a
bump xterm ( #10974 )
2026-01-24 11:37:44 +01:00
Eugene
35fdfd1c3c
build fix
2025-12-25 23:58:13 +01:00
Eugene and GitHub
3c17654180
fixed zmodem corruption issues ( #10587 )
2025-07-23 09:31:01 +02:00
SilverFox and GitHub
0cf9886270
fixes #10039 - ignore focus escape sequences when auto-scrolling to the bottom ( #10555 )
2025-06-27 10:27:09 +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
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
7b942c4e28
fix search hotkey ( #10371 )
2025-03-28 15:29:24 +01:00
c5759b29ca
search_next_previous_keyboard ( #10371 )
...
Co-authored-by: gh-log <>
2025-03-27 23:15:27 +01:00
424b062d5b
scroll_terminal_by_line ( #10353 )
...
Co-authored-by: gh-log <>
2025-03-12 00:48:34 +01:00
Eugene
e407ee8bf1
fixed #9845 , fixed #10302 - allow alternative OSC52 suffix
2025-02-25 00:40:28 +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
21aedb6045
fixed #9323 - "Save as profile" profile editability
2024-10-20 23:42:02 +02:00
Eugene
e84cbd82d8
added support for custom color schemes for local shell profiles
2024-10-20 22:19:06 +02:00
Eugene
3740166ace
fixed #9894 - incorrect background color for profiles with custom color schemes
2024-08-23 09:42:23 +02:00
Eugene
9d11730417
fixed #9746 , fixed #9748 , fixed #9757 , fixed #9779 - altIsMeta not working on macOS
2024-07-15 22:58:43 +02:00
Eugene
bba72b4bb8
fixed #9698 , fixed #9697 , fixed #9651 , fixed #8371 , fixed #9483 - fixed huge search bar
2024-06-22 21:43:37 +02:00
Eugene
ebf0d89b07
bumped xterm to 5.4.0
2024-03-11 21:31:54 +01:00