Skip to content

Releases: idanarye/nvim-channelot

v0.3.0

07 Nov 16:54
bf07a74
Compare
Choose a tag to compare

0.3.0 (2023-11-07)

⚠ BREAKING CHANGES

  • Previously hidden terminals will silently prompt the user (which could not see the prompt)

Features

  • channelot.terminal can open terminal on a non-current buffer (915964e)
  • ChannelotTerminal:with automatically closes/exposes hidden terminal (23eb517)
  • Add functions for better working with windows (758bd22)

v0.2.0

25 Oct 17:12
bec3966
Compare
Choose a tag to compare

0.2.0 (2023-10-25)

Features

  • Add ChannelotJob:check and ChannelotTerminal:with (921e8ea)
  • Add ChannelotJob:using (3828e90)
  • Add job options (ability to enforce PTY) (97b9672)

Release 0.1.0

02 Jan 18:09
Compare
Choose a tag to compare

Channelot is a library plugin for operating Neovim jobs from a Lua coroutine.