Skip to content

Latest commit

 

History

History
148 lines (80 loc) · 3.35 KB

CHANGELOG.md

File metadata and controls

148 lines (80 loc) · 3.35 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.

Available sections are:

  • Added for new features.
  • Changed for changes in existing functionality.
  • Deprecated for soon-to-be removed features.
  • Removed for now removed features.
  • Fixed for any bug fixes.
  • Security in case of vulnerabilities.

Added

  • Allow to use current active shell to run commands instead of the default one.

[v0.2.2]

Changed

  • Upgrade rich library

[v0.2.1]

Changed

v0.2.0 - 2022-11-17

Fixed

  • Status icon is showed for the hap details
  • Properly kill hap and its underlying processes

v0.1.10 - 2022-11-10

Added

  • Attach .whl and .tar.gz package build artifacts on each Github release.

v0.1.9 - 2022-11-08

Added

  • Use Github Actions workflow to automatically publish package to PyPI.

v0.1.8 - 2022-11-07

Changed

  • Use same dot icon for the status with different colors styling. This fixes table alignment on iTerm2 (MacOS).

v0.1.7 - 2022-11-06

Changed

v0.1.6 - 2022-11-05

Changed

  • Do not allow creating haps with same alias.
  • Warn when empty command is provided.

v0.1.5 - 2022-05-23

Added

  • Add command to kill specific hap / all active haps.
  • Allow sending arbitrary signals to the hap.

v0.1.4 - 2022-04-26

Added

  • Add verbose mode for the main command.
  • Allow specifying custom name for the hap.

v0.1.3 - 2022-04-20

Added

  • Add suspending/resuming functionality for running haps.
  • Add unittests to cover basic invocations.

Fixed

  • Fix issue with checking for failures.
  • Fix Python 3.7 compatibility.

v0.1.2 - 2022-04-19

Added

  • Display extra information for the verbose status command.

Fixed

  • Fix issue with attaching to short-living processes.

v0.1.1 - 2022-04-18

Added

  • Save environment for the hap.
  • Show environment in the verbose status mode.

v0.1.0 - 2022-04-17

Changed

  • Initial release.