Skip to content

Releases: conall88/flyline-multishell

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 12 Jul 07:54

Changelog

  • flycomp offers for uncompleted commands: zsh Tab completion now tells apart "no completer at all" from "a command-specific completer that legitimately found nothing," using a new <<FLYSPECIFIC>> provenance marker from the completion daemon. Commands like claude that previously fell through to zsh's generic filename fallback (silently listing the current directory) may now invoke the flycomp installation-synthesis offer instead by dismissing the auto-suggestion (esc) then pressing tab again.
    commands with a real completer (e.g. kubectl get against no cluster) stay silent as before.
  • improved flycomp prompt - Show files / Don't ask again: The flycomp prompt shown for this generic fallback case adds two new options alongside the existing synthesis offer: Show files reveals the retained filename candidates without synthesizing anything, and Don't ask again blacklists the command and then shows those same files.

Upstream base

  • Repository: HalFrgrd/flyline
  • Release: v1.3.0
  • Commit: 339e8bf1699064a314783c05e65593664f611a04

Full Changelog: multishell-v1.0.2...multishell-v1.1.0

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 12 Jul 05:41

v1.0.2

Changelog

  • Fixed a shell hang when running exec zsh after re-install (only): The standalone zsh editor now claims the controlling terminal's foreground process group before drawing, so running exec zsh in the same terminal right after a (re)install no longer stops flyline on SIGTTOU and wedges the shell until a new tab is opened.
  • improved mouse escape sequence handling: makes sure mouse capture is enabled only after the viewport is established.
  • Reliable terminal restore on interruption: The standalone zsh editor now restores the terminal (raw mode, mouse tracking, bracketed paste, cursor) if it is killed by a fatal signal such as SIGHUP/SIGTERM, so an interrupted edit can no longer leave the terminal emitting stray escape sequences.

Upstream base

  • Repository: HalFrgrd/flyline
  • Release: v1.3.0
  • Commit: 339e8bf1699064a314783c05e65593664f611a04

Full Changelog: multishell-v1.0.1...multishell-v1.0.2

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 12 Jul 04:12

flyline-multishell multishell-v1.0.1

changelog

some improvements to the uninstall script

Upstream base

  • Repository: HalFrgrd/flyline
  • Release: v1.3.0
  • Commit: 339e8bf1699064a314783c05e65593664f611a04

Full Changelog: multishell-v1.0.0...multishell-v1.0.1

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 12 Jul 03:23

flyline-multishell multishell-v1.0.0

This is the first release of multishell flyline.
This release bundles the Bash loadable builtin and the standalone flyline-standalone binary used by
the zsh integration, for every supported target.

Upstream base
This release is based on the following upstream release from the parent project:

  • Repository: HalFrgrd/flyline
  • Release: v1.3.0
  • Commit: 339e8bf1699064a314783c05e65593664f611a04

assets

assets Pre-release
Pre-release

Choose a tag to compare

@conall88 conall88 released this 12 Jul 02:39

Generated demo assets for flyline-multishell documentation.