CrossRename
Harmonize file names for Linux and Windows.
Installation
-
With PIP (PyPI)
pip install CrossRename==1.3.0
-
Using the Wheel File
pip install CrossRename-1.3.0-py3-none-any.whl
-
Using the Source Tarball File
pip install crossrename-1.3.0.tar.gz
What's Changed
1.3.0 - 2025-09-28
Added
- Unicode alternatives mode with
-a/--use-alternativesflag to replace forbidden characters with Unicode lookalikes instead of removing them - Enhanced warning system that alerts users about potential Unicode compatibility issues when alternatives mode is enabled
- Character mapping documentation showing which Unicode characters replace forbidden ones
Changed
- Updated help text and documentation to include the new Unicode alternatives feature
- Improved function signatures and documentation for better maintainability
Full Changelog: https://github.com/Jemeni11/CrossRename/blob/master/CHANGELOG.md
Compare this version to v1.2.1: v1.2.1...v1.3.0