Commit Graph
6472 Commits
Author SHA1 Message Date
KaniPanandGitHub a27b9f03ad Bundle MSVC runtime DLLs in Windows portable packages (#11372) 2026-06-23 08:13:50 +02:00
KaniPanandGitHub fc9038140f fix: Pin Windows build runner to windows-2022 (#11370) 2026-06-23 08:12:12 +02:00
KaniPanandGitHub 416b607bbd fix: Exclude unnecessary Windows build artifacts (#11371) 2026-06-23 08:10:50 +02:00
KaniPanandGitHub e4b108f22c fix: Restore hotkey edit and remove actions (#11374) 2026-06-23 08:10:26 +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
allcontributors[bot]andGitHub 1b405ac9af add puneetdixit200 as a contributor for code (#11336) 2026-06-09 09:29:58 +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
f49ca51be8 Make keyboard-interactive auth URLs clickable (#11327)
Co-authored-by: pratyushjaiswal0806-dot <pratyushjaiswal0806@gmail.com>
2026-06-09 09:24:02 +02:00
Eugene 49644f645e fixup 2026-06-09 09:23:40 +02:00
692ebdd297 [Feature] Group nesting "folders" & Profile tree view (#10788)
Co-authored-by: Eugene <inbox@null.page>
2026-06-08 23:37:39 +02:00
3142d125fa feat: Add mouse wheel support for hotkeys (#11324)
Co-authored-by: Eugene <inbox@null.page>
2026-06-08 23:06:50 +02:00
KaniPanandGitHub 9308b161b5 fix: Plugins search (#11330) 2026-06-08 17:31:19 +02:00
Utkarsh AdhranandGitHub 5ddcbe303f fix: restore terminal redraw after tab reactivation (#11275) 2026-06-08 16:36:57 +02:00
KaniPanandGitHub 9c579c0f0f Sort baud rate selector by numeric order (#11297) 2026-05-21 00:02:18 +02:00
Eugene 5ad2023880 Merge branch 'master' of github.com:Eugeny/tabby 2026-05-17 19:54:55 +02:00
Eugene 6a0c0fd3b4 fixed #11280 - "warn on tab close" global SSH setting not working 2026-05-17 19:54:52 +02:00
cayenne17andGitHub 36751709b0 update link plugin quick-cmds in README.md (#11284) 2026-05-17 19:49:53 +02:00
Utkarsh AdhranandGitHub ecf2a487bc feat: add 'Export to file' option to terminal context menu (#11109) v1.0.234 2026-05-17 12:02:18 +02:00
mouseandGitHub 3832a9d3d6 fix: improve menu readability and Chinese localization (#11272) 2026-05-17 12:01:06 +02:00
EugeneandGitHub e151472b95 Merge commit from fork
* improve quoting of dropped paths

* Update pathDrop.ts
2026-05-17 11:58:55 +02:00
PonderandGitHub fdd3945d05 feat: auto-sudo-password support multi language and sudo-rs (#11019) 2026-05-16 22:24:58 +02:00
Muhammadhussein AmmariandGitHub af022064a4 Correct platform naming in README (#11282) 2026-05-16 20:24:51 +02:00
Eugene 03e9aa0e3c fixed #11283 - missing terminal titles 2026-05-16 19:43:57 +02:00
012a62d47b Fix CLI crashes on Wayland due to unhandled X11 error in Glasstron (#11264)
Co-authored-by: clmcgrath <clmcgrath@users.noreply.github.com>
2026-05-09 11:20:32 +02:00
Eugene 7e94e672c7 Merge branch 'master' of github.com:Eugeny/tabby 2026-05-08 10:32:16 +02:00
Eugene b0c2f5fe0e handle keytar password load errors 2026-05-08 10:32:12 +02:00
CopilotGitHubcopilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>Eugeny
b82ac4c9ad Make macOS build fail if code signing fails (#11255)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Eugeny <161476+Eugeny@users.noreply.github.com>
2026-05-08 10:14:20 +02:00
78a56326ac Fix OSC 11 background color reporting (#11074)
Co-authored-by: Eugene <inbox@null.page>
v1.0.233
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
ayayaandGitHub 11cf9eb9dd fix: improve agent authentication error handling and socket path validation (#11034) 2026-05-07 23:17:59 +02:00
JosephMcEvoyandGitHub bf91668e01 Bundle Visual C++ Redistributable in Windows NSIS installer (#11060) 2026-05-07 23:04:49 +02:00
Utkarsh AdhranandGitHub 0e9c570b13 Fix frosted glass persistence (#11083) 2026-05-07 23:04:15 +02:00
Varun SubramanyanandGitHub ff81afb7fb fix: use switchMap instead of flatMap for plugin search to prevent st… (#11089) 2026-05-07 23:02:31 +02:00
PonderandGitHub 0bd4a2a2b2 feat: add refresh button for sftp (#11047) 2026-05-07 22:57:12 +02:00
048fa361e9 fix: remove unsafe exec() in UAC.cpp (#11195)
Co-authored-by: Eugene <inbox@null.page>
2026-05-07 22:56:48 +02:00
84fd0a9a51 feat(ssh): add hotkey to open SFTP panel (#11106)
Co-authored-by: Eugene <inbox@null.page>
2026-05-07 22:33:23 +02:00
Utkarsh AdhranandGitHub c0530686cb fix: hide blacklisted profiles from OS dock/taskbar menu (#11108) 2026-05-07 22:32:13 +02:00
Utkarsh AdhranandGitHub 69485c475c fix: disable spellchecker to prevent automatic dictionary downloads (#11107) 2026-05-07 22:31:02 +02:00
hsdeliriumandGitHub f547d1c789 perf: fix UI degradation with large SSH config files. Issue #11078 (#11094) 2026-05-07 22:30:41 +02:00
gmd20andGitHub 25ca30e769 Implement write queue for Zmodem transfer (#11155) 2026-05-07 22:26:44 +02:00
iroaKandGitHub 220f7197d9 Add option to replace line breaks with spaces on paste (#11218) 2026-05-07 22:19:00 +02:00
4c4b1f04c8 Fix themed backgrounds for side tabs and title bar (#11219)
Co-authored-by: nguyenhuukhoisa <nguyenhuukhoisa@gmail.com>
2026-05-07 22:17:25 +02:00
SebastionandGitHub ed3fbff5e8 fix(configSync): require HTTPS for sync host to prevent MITM RCE (#11228) 2026-05-07 22:15:48 +02:00
Eugene 6e47c2fb65 add user warning for the tabby:// paste commands 2026-05-07 22:14:13 +02:00
Eugene bca51380ea fix group selector in profile editing modal 2026-05-07 22:10:02 +02:00
Eugene 9f0083728a label 2026-05-07 21:56:21 +02:00
Eugene 9eff84997c prompt before running commands via protocol handler 2026-05-07 03:13:44 +02:00
Eugene e70fafdf4a remove control characters from dropped paths 2026-05-07 03:06:40 +02:00
Eugene 4d25d31481 Merge branch 'master' of github.com:Eugeny/tabby 2026-05-07 02:58:15 +02:00