Skip to content

Releases: sig9org/chatxpy

Release list

v0.0.2

Choose a tag to compare

@sig9org sig9org released this 30 Jul 14:31
7fa3b83

Prepare chatxpy for PyPI publishing

Add PyPI metadata (license, classifiers, keywords, urls, py.typed marker) and bump version to 0.0.2. Split the PyInstaller binary output into a separate release/ dir so it no longer collides with uv build/publish's dist/ globbing, and add dist/dist:check/publish/ publish:test Taskfile targets plus README docs for the release flow.

v0.0.1

Choose a tag to compare

@sig9org sig9org released this 30 Jul 14:01
2991b37

Add chatxpy: Python port of chatxgo for multi-platform chat

Implements the notify package (Slack, Microsoft Teams, and Webex clients), CLI, config file handling, self-update, and debug logging, along with matching test coverage and packaging/build tooling (pyproject, Taskfile, uv.lock, version script).