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)
- Previously hidden terminals will silently prompt the user (which could not see the prompt)
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)
- Add
ChannelotJob:check
andChannelotTerminal:with
(921e8ea) - Add
ChannelotJob:using
(3828e90) - Add job options (ability to enforce PTY) (97b9672)
- 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.