Skip to content

Release v1.6.3

Choose a tag to compare

@Arakiss Arakiss released this 23 Sep 11:55
· 13 commits to main since this release

🐛 Bug Fixes

  • Fixed encoding issues with non-UTF-8 files: CommitLoom now properly handles files with different character encodings
    • Removed automatic UTF-8 decoding assumptions in subprocess calls
    • Added explicit encoding handling with fallback to error replacement
    • Fixed crashes when processing Lua files or legacy files with special characters
    • All git operations now handle encoding errors gracefully

🔧 Chores

  • Synchronized version between pyproject.toml and init.py
  • Disabled all formatting-related linter rules in CI