Skip to content

v1.10.0

Latest

Choose a tag to compare

@jwesleye jwesleye released this 10 Jan 18:25
· 18 commits to main since this release

What's New in v1.10.0

Windows Compatibility Improvements

  • Native Windows VT Support: Added enable_windows_vt_mode() function for native ANSI color support in Windows consoles without external dependencies
  • Enables colored output in Windows cmd.exe, PowerShell, and Windows Terminal
  • Graceful fallback on older Windows versions

Python Version Update

  • Minimum Python version bumped to 3.10+ (previously 3.9+) to align with ecosystem standards

Documentation

  • Comprehensive Windows compatibility documentation and test scripts
  • Added Windows VT mode compatibility tests
  • Added testing checklist for Windows validation

Internal Improvements

  • Updated dependencies for security and compatibility
  • Added .chat-sessions to .gitignore for cleaner repository

Testing

  • ✅ All 510 tests passing
  • ✅ Ruff linting passed
  • ✅ MyPy type checking passed
  • ✅ Cross-platform compatibility verified

Full Changelog: v1.9.0...v1.10.0