Skip to content

Version 1.3.0

Latest

Choose a tag to compare

@Jemeni11 Jemeni11 released this 28 Sep 14:49
16e1922

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-alternatives flag 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

Support the Creator