Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.79 KB

CHANGELOG.md

File metadata and controls

38 lines (26 loc) · 1.79 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

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)

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)

0.1.0 - 2023-01-02

Added

  • Terminal object.
  • Launching jobs on the terminal object.
  • Launching standalone jobs, with or without a terminal.
  • Waiting for a job to finish.
  • Prompting the user for closing the terminal.
  • Iterating output.
  • Writing data to a job.
  • Setting environment variables for jobs.