What's Changed
Bug Fixes
- Fixed macOS compatibility issues with shell command execution in
get_absolute_path()(#172) - Fixed
UnicodeDecodeErrorwhen reading log files containing non-UTF8 filenames by usingerrors="surrogateescape"(#172)
CI/CD
- Added Python 3.13 and 3.14 to the test matrix
- Updated GitHub Actions:
actions/checkoutto v6,actions/setup-pythonto v6
Maintenance
- Regular pre-commit hook updates
Full Changelog: v1.4.0...v1.4.1