Release Notes
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
[1.1.2] - 2026-07-24
🚀 New Features
- Add Space After Commas & Numbers: Added an option (
add_comma_number_space) to automatically insert a space after commas (,,،) and numeric runs (0-9,۰-۹) when not followed by whitespace across both conversion directions.
⚡ Improvements
- GUI Option Toggle: Added an interactive "Add space after commas and numbers" checkbox to the main window options panel.
🏗️ Infrastructure & Maintenance
- Expanded Test Suite: Added unit and GUI interaction tests (
test_add_comma_number_space_option,test_add_comma_number_space_checkbox) to verify punctuation and digit spacing. - Packaging Release: Updated version to 1.1.2 and re-compiled PyInstaller executable and Inno Setup installer package (
InPageUnicodeConverter-Setup-1.1.2.exe).