v1.1.1
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.1] - 2026-07-24
🚀 New Features
- Remove Consecutive Double Spaces: Added an option (
remove_double_space) to automatically collapse consecutive multiple spaces into a single space during both InPage-to-Unicode and Unicode-to-InPage conversions. - Add Space After Every Word: Added an option (
add_word_space) to append an extra space after each word across both conversion pipelines.
⚡ Improvements
- GUI Options Panel: Updated the main window interface to include interactive checkboxes for both "Remove consecutive double spaces" and "Add space after every word" alongside export options.
🏗️ Infrastructure & Maintenance
- Expanded Test Suite: Added complete unit tests and GUI interaction tests (
test_remove_double_space_option,test_add_word_space_option,test_remove_double_space_checkbox,test_add_word_space_checkbox) to verify whitespace handling and UI controls.