Skip to content

v1.3.9

Choose a tag to compare

@github-actions github-actions released this 22 Mar 10:00
· 5 commits to master since this release

[1.3.9] - 2026-03-22

🚀 Features

  • (ci) Add local CI runner script
  • (release) Add debug version to release

🐛 Bug Fixes

  • (ci) Run all CI jobs on Windows containers
  • (ci) Fix Windows CI workflow issues
  • (ci) Resolve Windows CI workflow failures
  • (ci) Use Python scripts instead of inline commands
  • (ci) Remove emoji and fix Python path issues
  • (lint) Remove unused imports to fix pyflakes errors
  • (release) Update release workflow to use GitHub CLI
  • (release) Fix YAML syntax error at line 78
  • (release) Install git-cliff directly to avoid Docker build failure
  • (release) Use Rust cargo to install git-cliff
  • (release) Back to binary download, add executable permissions
  • (release) Simplify shell script format
  • (release) Simplify workflow for Python project with proper build
  • (cliff) Fix TOML parse errors in cliff.toml
  • (cliff) Remove duplicate [git.conventional_commits] section
  • Resolve git-cliff TOML configuration errors

📚 Documentation

  • Integrate all documentation into main README
  • Refresh main README.md display
  • Regenerate README.md following create-readme skill guidelines
  • Remove .github/README.md to fix GitHub display issue

⚙️ Miscellaneous Tasks

  • Add *.log pattern to .gitignore
  • Bump version to 1.3.9
  • Apply 35 code fixes and add GitHub Actions CI/CD pipeline