v3.4.5
Kudasai v3.4.5 Patch Notes
Depreciation
- Renaming:
kijiku rules
is now known astranslation_settings.json
. - Phasing out of old rule designs Previous rules no longer work with Kudasai, please see the default rules or the example in demo/ to switch.
New Features
- Optimized Translation and Preprocessing: Enhanced and streamlined processes for more efficient translations.
- WebGUI Enhancements: Improved user interface and functionality.
- CLI Improvements: Enhanced command-line interface to support running the Indexer and translator module.
Improvements and Bug Fixes
- Internal Design: Clearer and more efficient translation infrastructure.
- Bug Fixes and Optimizations: Numerous bug fixes and performance optimizations across the system.
- DeepL Translation: Major improvements and integration into the main translation interface.
- Logging: Switched to the built-in logger method for better logging practices.
- Exceptions: All Kudasai exceptions now inherit from a base Kudasai exception class.
- README Updates: Comprehensive revamp of the README for better clarity and usability.
What's Changed
- Combined Kijiku and Kaiseki translation modules into
translation.py
and some renaming by @Bikatr7 in #15 - Significant optimizations, mostly in
translator.py
by @Bikatr7 in #16 - Fixed WebGUI to work with
translation.py
by @Bikatr7 in #17
Full Changelog: v3.4.4...v3.4.5