Releases: sig9org/chatxpy
Releases · sig9org/chatxpy
Release list
v0.0.2
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
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).