Skip to content

Latest commit

 

History

History
139 lines (70 loc) · 7.78 KB

CHANGELOG.md

File metadata and controls

139 lines (70 loc) · 7.78 KB

CHANGELOG

v0.1.1 (2024-09-04)

Chore

  • chore: update README.md with badges (87296d8)

  • chore: add code quality check tools as dev dependencies (ad6c99b)

  • chore: ignore missing import (f48df32)

  • chore: add py.typed marker (7286960)

  • chore: add Codecov badge to README.md (27f7957)

  • chore(dep): add pytest-cov (d195d2b)

  • chore: update build workflow to include changes to build.yml (f9919a1)

  • chore: add vscode workspace settings (4750953)

  • chore: update README (9dd6579)

  • chore: update README (a448f5b)

  • chore: update screenshot for execenv-completion (594d70b)

  • chore: update README (19f24eb)

  • chore: update README (69f0a3d)

  • chore: update README (160118d)

Ci

  • ci: update build workflow name (905f9d5)

  • ci: add manual semantic release action (6e590e7)

  • ci: update Codecov configuration and workflow (fabec0d)

  • ci: add ruff, isort and mypy for code quality check (93567cd)

  • ci: move typos check to common check (bc3f11c)

  • ci: codecov integration (b46d82f)

  • ci: update build workflow to exclude typos check on Windows (4428f9e)

  • ci: install wget for typos on Windows (5241e30)

  • ci: run build when tests changes (b430a04)

  • ci: add tests (84324a2)

Fix

  • fix(ci): update build workflow to include coverage report (adf3800)

  • fix(test): fix test for -c (62f1d72)

  • fix: change test mode into env var (e4f3874)

  • fix: handle OSError when getting terminal size (3ebc932)

  • fix: fix typo that disabling version (32ca02a)

  • fix: remove multiple call typo (31e2eeb)

Refactor

  • refactor: use poetry run for execenv-echo (05f8703)

  • refactor: enable click shell completion only if not in test mode (cbe937f)

  • refactor: improve assert error message in CliTestResult (df998bc)

  • refactor: separate get_shell_env_varref_format for future use (21fd1e5)

  • refactor: switch from print to click.echo (e6c12ad)

Test

  • test: use pytest-xdist to speed up testing (8e34156)

  • test: add pytest (f096b59)

v0.1.0 (2024-08-17)

Chore

  • chore: add -V / --version for execenv-echo (307f934)

  • chore: update README (ae3ea52)

  • chore: update README (7ee25d3)

  • chore: add assets using git lfs (9dd6dbf)

  • chore: update metadata (aa4ebe4)

  • chore: add LICENSE (4c44708)

  • chore: add .gitignore (dd7ed83)

  • chore: add clink completion (6027fc5)

  • chore: add metadata (fa2654a)

Ci

  • ci: only run when source changes (3171532)

  • ci: add github actions ci (6ce279b)

Feature

  • feat: add auto completion for -h / -V / --help / --version (9d7534e)

  • feat: fix bugs and overhaul (4cbe599)

  • feat: add execenv-completion (1d21784)

  • feat: tab completion support (81bccb6)

  • feat: initial commit (dfc88a3)

Fix

Refactor

  • refactor: use builtin ReprHighlighter of rich (abe47fa)