Skip to content

v0.9.99.50

Compare
Choose a tag to compare
@o-sdn-o o-sdn-o released this 23 Nov 17:04
· 143 commits to master since this release
77a368b

GitHub all current

Breaking changes

  • Rename the following actions:
    Old action name New action name
    Drop Noop
    TerminalToggleFullscreen TerminalFullscreen
    TerminalToggleMaximize TerminalMaximize
    TerminalSelectionCopy TerminalClipboardCopy
    TerminalSelectionMode TerminalClipboardFormat
    TerminalCopyMode TerminalClipboardFormat
    TerminalToggleCwdSync TerminalCwdSync
    TerminalToggleWrapMode TerminalWrapMode
    TerminalToggleStdioLog TerminalStdioLog
    TerminalToggleSelectionMode TerminalSelectionRect

Changes

  • Implement the following parameterized actions (see available actions in /doc/settings.md):
    Action action= Parameter data= Description
    TerminalSendKey text string Simulating key presses using the specified string.
    TerminalOutput text string Direct output the string to the terminal scrollback.
    TerminalAlignMode left | right | center Set terminal scrollback lines aligning mode. Applied to the active selection if it is.
    TerminalWrapMode on | off Toggle terminal scrollback lines wrapping mode. Applied to the active selection if it is.
    TerminalClipboardFormat none | text | ansi |
    rich | html | protected
    Switch terminal text selection copy format.
    TerminalSelectionRect on | off Toggle between linear and rectangular selection form.
    TerminalSelectionOneShot text | ansi |
    rich | html | protected
    One-shot toggle to copy text while mouse tracking is active. Keep selection if Ctrl key is pressed.
  • Update docs.