Skip to content

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 14 May 01:11
· 2 commits to master since this release
Add cross-platform build pipeline via PyInstaller and GitHub Actions

- worklog.spec: PyInstaller config bundling customtkinter data files,
  produces onedir build on Linux/Windows and .app bundle on macOS
- .github/workflows/build.yml: builds on ubuntu/windows/macos-latest,
  packages as tar.gz / zip / zip, attaches to GitHub Release on tag push
- README: add Download section with per-platform install instructions

Trigger a release by pushing a version tag: git tag v1.0.0 && git push --tags

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>