Skip to content

Latest commit

 

History

History
229 lines (99 loc) · 6.33 KB

CHANGELOG.md

File metadata and controls

229 lines (99 loc) · 6.33 KB

CHANGELOG

v2.3.3 (2024-11-28)

Fix

  • fix: powershell $PSHOME variable is not expanded (99f564e)

v2.3.2 (2024-11-23)

Fix

  • fix: powershell module path is empty (e42bf78)

v2.3.1 (2024-11-23)

Fix

  • fix: scoop install 'Get-FileHash' fails (6fa3592)

  • fix: scoop.cmd ignores the powershell proxy settings (44daef6)

v2.3.0 (2024-05-15)

Feature

  • feat: execute runnables without dependency management (04c8799)

v2.2.0 (2024-04-13)

Documentation

  • docs: move information from internals to features (97231d6)

Feature

  • feat: add dry_run option for executing runnables (927a662)

  • feat: add custom configuration for steps (5c056d1)

Fix

  • fix: semantic versioning can not build package with poetry (92d65d2)

v2.1.1 (2024-04-12)

Fix

  • fix: scoop wrapper finds apps twice (4b704ad)

v2.1.0 (2024-02-18)

Feature

  • feat: add option to force runnable execution (06fde72)

v2.0.0 (2024-02-17)

Breaking

  • feat!: make the pipeline loader generic (b516274)

v1.13.0 (2024-01-18)

Feature

  • feat: support deserialize method (17e063d)

v1.12.0 (2024-01-15)

Feature

  • feat: support lists for registering arguments (64e477f)

v1.11.0 (2024-01-11)

Feature

v1.10.0 (2024-01-11)

Feature

  • feat: add log to file context manager (a333716)

v1.9.0 (2023-12-09)

Feature

  • feat: use shell for subprocess executor (baced78)

v1.8.2 (2023-11-26)

Fix

  • fix: application path is not in required paths (d1927ed)

v1.8.1 (2023-11-26)

Fix

  • fix: single env path is not parsed properly (6a4bb3e)

v1.8.0 (2023-11-26)

Feature

  • feat: read env paths for scoop tools (a253165)

v1.7.0 (2023-11-26)

Feature

  • feat: suprocess executor can override the env (c51a413)

v1.6.2 (2023-11-26)

Fix

  • fix: wrong scoop executable is returned (3867df0)

v1.6.1 (2023-11-26)

Fix

  • fix: wrong scoop executable is returned (f1a6a6a)

v1.6.0 (2023-11-25)

Feature

  • feat: check if scoop is installed in user home (007cf6a)

v1.5.1 (2023-11-02)

Fix

  • fix: optional arguments type is wrong (9687f6a)

v1.5.0 (2023-10-25)

Feature

  • feat: subprocess print stdout in realtime (78dc4ac)

v1.4.1 (2023-10-24)

Fix

  • fix: exception is thrown if file is not found (4b44d10)

v1.4.0 (2023-10-24)

Feature

  • feat: executor support for always run runnables (8015b85)

v1.3.0 (2023-10-22)

Feature

  • feat: support registering arguments with action (0fc0261)

v1.2.0 (2023-09-30)

Feature

  • feat: support directories as dependencies (da98390)

v1.1.0 (2023-09-30)

Documentation

  • docs: remove username from project title (991cf61)

Feature

  • feat: support callbacks with any number of args (5304ca6)

v1.0.0 (2023-09-18)

Breaking

  • feat!: rename module to py-app-dev (206b8ac)

v0.1.1 (2023-09-15)

Fix

  • fix: optional types are not optional arguments (5a64123)

v0.1.0 (2023-09-10)

Feature

  • feat: make view class generic (3a641b7)