Skip to content

Bump Termina from 0.10.2 to 0.11.0#1354

Merged
Aaronontheweb merged 1 commit into
devfrom
dependabot/nuget/Termina-0.11.0
Jun 8, 2026
Merged

Bump Termina from 0.10.2 to 0.11.0#1354
Aaronontheweb merged 1 commit into
devfrom
dependabot/nuget/Termina-0.11.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Contributor

Updated Termina from 0.10.2 to 0.11.0.

Release notes

Sourced from Termina's releases.

0.11.0

0.11.0 June 7th 2026

Terminal Input Reliability and Native Copy/Paste Support

  • Added an internal semantic input pipeline that decodes terminal protocol input before adapting back to Termina's existing public input events.
  • Extracted protocol-specific decoders for SGR mouse input, SS3 keyboard input, CSI functional keys, legacy CSI keyboard sequences, Kitty keyboard formats, bracketed paste, and unknown-sequence fallback handling.
  • Preserved the existing public input surface: KeyPressed, MouseScrollEvent, PasteEvent, and ResizeEvent.
  • Expanded Linux terminal conformance coverage for baseline PTY, tmux, kitty, and kitty plus tmux scenarios.
  • Added real terminal selection, explicit clipboard copy, and paste-into-focused-input coverage to validate native terminal clipboard workflows.
  • Hardened file trace disposal so buffered trace events drain deterministically.

Upgrade Notes

  • Existing applications continue using LegacyMouseTracking by default.
  • Applications that need native terminal text selection should opt into raw input plus alternate-scroll.
  • Built-in text inputs handle bracketed paste automatically.
  • Custom focusable input components should implement IPasteReceiver to receive focused paste content.
  • For tmux, enable passthrough with set -g allow-passthrough on.
  • When tmux mouse mode captures selection, use Shift-drag plus the terminal copy shortcut, usually Ctrl+Shift+C.
  • See the 0.11.0 upgrade advisory for the recommended runtime configuration and tmux workflow.

Commits viewable in compare view.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

---
updated-dependencies:
- dependency-name: Termina
  dependency-version: 0.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Jun 8, 2026
@Aaronontheweb Aaronontheweb merged commit db92513 into dev Jun 8, 2026
16 checks passed
@Aaronontheweb Aaronontheweb deleted the dependabot/nuget/Termina-0.11.0 branch June 8, 2026 13:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant