Security fixes
- GHSA-8wmh-xr5f-qvj7: reject unsolicited agent-forwarding channels when agent forwarding is disabled — a malicious or compromised SSH server could otherwise reach the local SSH agent unsolicited in b091dc51
Changes
- Allow per-profile custom SSH $TERM by @H-TTTTT in #11480
- Add insert-new-line hotkey by @justtal in #11346
- Add searchable vault feature for saved connections by @xhatt in #11121
- Add long-press repeat for Enter key and retain search queries by @bluekani in #11389
- Add Hotkey to toggle Option/Meta key on Mac based Systems by @theredcmdcraft in #11385
- Added basic MRU tab switching #9961 by @aparfenov2 in #11311
Fixes
- fix(core): save tab recovery state before disabling it on close by @uadhran in #11621
- fix(ssh): parse X11 display specs without a screen number by @uadhran in #11620
- fix: do not hide docked window while a native dialog is open by @uadhran in #11622
- fix: show persistent activity indicator on background tab when bell fires by @uadhran in #11292
- fix(terminal): reset terminal modes on connectable session destroy by @uadhran in #11423
- fix(cli): CLI subcommands crash in v1.0.235 by @bluekani in #11513
- Default value of host changed from null to empty string by @ianaflous in #11558
- fix(ssh): import hosts without explicit HostName by @VALLIS-NERIA in #11598
- Fix Sogou IME commit when pressing Shift on Windows by @hymsk in #11650
- Fix Windows-only plugin install failures via broken postinstall/prepare scripts by @Blauschirm in #11525
- fix(local): only accept directories as the session CWD by @werner-balonius in #11592
- fix(ssh): try agent auth before disk publickey for imported profiles by @uadhran in #11357
- Fix window title not syncing with renamed tabs by @H-TTTTT in #11494
- Flash taskbar/dock icon when the terminal bell rings by @Yahiro025 in #11651
- fix(electron): guard window opacity and traffic-light IPC against closed windows by @fxd0h in #11524
- fix: add output encoding in releaseNotesTab.component.ts by @anupamme in #11535
- fix(build): remove unused dependencies and deprecated webpack loaders by @bluekani in #11386
- fix(ssh): surface SFTP upload errors by @chill-DA in #11640
- fix(terminal): fix Clear terminal hotkey action in PowerShell and Clink by @bluekani in #11405
- fix: release terminal resources on close by @nbb2025 in #11586
- fix(local): resolve guest cwd against the shell's fsBase before validating by @vjandrea in #11625
- fix(serial): fix serial quickConnect not working by @bluekani in #11384
- fix(terminal): refresh profile defaults on reconnect #9834 by @AngKernel in #11486
- feat(ssh): option to reopen duplicated/restored tabs in the last working directory by @singhible in #11502
- fix: avoid unnecessary GPU initialization on startup by @chvrs12 in #11673
- fix: make local file links clickable by @xnne-bot in #11666
- fix: invalid version fallback in pluginManager.service.ts by @anupamme in #11675
- fix(terminal): allow Fcitx5 to handle punctuation by @jairw955 in #11500
- Fix WSL sessions not starting in home directory on newer Windows builds by @sykuang in #11663
- Fix PowerShell 7 (pwsh) detection for Microsoft Store/MSIX installs by @sykuang in #11654
- fix(UAC): fix "Unknown verb -- 'inject '" error in CMD(clink) by @bluekani in #11367
- fix profile proxy usage by @Eugeny in 4d01477a
New Contributors
- @VALLIS-NERIA made their first contribution in #11598
- @hymsk made their first contribution in #11650
- @Blauschirm made their first contribution in #11525
- @werner-balonius made their first contribution in #11592
- @H-TTTTT made their first contribution in #11494
- @Yahiro025 made their first contribution in #11651
- @fxd0h made their first contribution in #11524
- @anupamme made their first contribution in #11535
- @chill-DA made their first contribution in #11640
- @nbb2025 made their first contribution in #11586
- @vjandrea made their first contribution in #11625
- @justtal made their first contribution in #11346
- @AngKernel made their first contribution in #11486
- @xhatt made their first contribution in #11121
- @singhible made their first contribution in #11502
- @chvrs12 made their first contribution in #11673
- @xnne-bot made their first contribution in #11666
- @jairw955 made their first contribution in #11500
- @sykuang made their first contribution in #11663
- @theredcmdcraft made their first contribution in #11385
- @aparfenov2 made their first contribution in #11311
Full Changelog: v1.0.235...v1.0.236