Skip to content

CleanText v1.0.2 Beta Fix

Latest

Choose a tag to compare

@EmirTheBest7 EmirTheBest7 released this 12 Jun 09:51
· 1 commit to main since this release
ce7bdf5

CleanText v1.0.2

This update is a major improvement to CleanText, focused on making it work properly with all languages, not just English.

Before this update, the tool often struggled with non-English text (like Czech or Russian). It could break words incorrectly or give inaccurate results. This version fixes those problems.

🛠️ What’s improved

🌍 1. Better support for all languages

  • The system now correctly understands words with accents and special characters (like “dobrý” in Czech).
  • It also properly handles languages like Russian, Arabic, Chinese, and others.
  • Sentences are now split correctly across all languages.

🔒 2. Safer language handling

  • The tool now detects the language before processing text.
  • English text gets full processing features.
  • Other European languages (like Czech or Spanish) get a lighter, safer version to avoid mistakes.
  • Non-Latin languages (like Chinese or Arabic) are no longer modified at all, preventing corruption.

📊 3. More fair AI detection scores

  • The system no longer unfairly treats non-English text as “AI-generated.”
  • Scoring is now adjusted based on the language.
  • Instead of relying on English grammar rules, it uses more neutral signals that work across languages.

🎨 4. Small UI improvements

  • The app now shows which language it detected.
  • Messages are clearer and adapt to the language being processed.

📂 Technical changes (for reference)

  • Core language detection and processing logic improved in utils.js
  • UI and processing flow updated in popup.js
  • Other files remain unchanged

💡 In simple terms

This update makes CleanText:

  • Work properly with any language
  • Stop breaking or damaging non-English text
  • Give fairer and more accurate results
  • Show clearer feedback in the interface