Skip to content

Releases: showmik/TidyText

TidyText v2.0.0

Choose a tag to compare

@showmik showmik released this 24 Jun 07:42

Welcome to TidyText v2.0.0! This is a monumental update. I have completely rewritten the application from the ground up, transitioning it into a modern, feature-rich WPF application.

This release introduces an incredibly powerful AI Assistant, a stunning new UI with full theme support, advanced text processing features, and a robust, fully-tested architecture under the hood.


🌟 Major Highlights

🤖 The All-New AI Assistant

The most significant addition to TidyText is the brand-new AI Assistant, fully integrated to help you rewrite, summarize, and refine your text.

  • Extensive Provider Support: Connect natively to Cloud APIs including Anthropic, DeepSeek, Gemini, and OpenAI.
  • Privacy-First Local AI: Run completely offline using Ollama or Local LM integrations.
  • Streaming Diffs & Review Mode: Watch the AI's suggestions stream into your editor in real-time, and seamlessly review and accept changes using the new Diff Review mode.
  • Persistent History: A new collapsible AI History sidebar automatically saves your interactions to disk, complete with expandable details, delete, and clear history functionality.
  • Custom Prompts & Templates: Utilize five built-in prompt templates or write your own custom prompts with dedicated model selections per AI provider.

🧹 Advanced Text Processing & Statistics

  • Smarter Statistics: Swapped out older formulas for the LIX Readability Score. Word, character, and sentence counting algorithms are now Markdown-aware, ignoring code blocks and bullet points to prevent skewed metrics.
  • Granular Text Cleanup: New options include Markdown stripping and the ability to selectively trim whitespace at just the start or end of lines.
  • Strategy-Based Casing: A completely refactored text casing engine flawlessly handles Sentence case, Title Case, UPPERCASE, and lowercase.

🏗️ Complete Architectural Rewrite

TidyText isn't just new on the outside; the entire backend has been re-architected. The release includes a massive new suite of WPF unit tests and edge-case testing, ensuring algorithms like the MarkdownProcessor and TextStatistics perform flawlessly.


Thank you for using TidyText! I can't wait for you to experience everything I've built in version 2.0.0.

TidyText v1.1.0

Choose a tag to compare

@showmik showmik released this 29 Aug 17:41

Changes

  • Improved Sentence and Title Case
  • Improved Fix Spacing Around Punctuation
  • Bug Fixes

TidyText v1.0.0

TidyText v1.0.0 Pre-release
Pre-release

Choose a tag to compare

@showmik showmik released this 17 Jun 20:17

TidyText v1.0.0

TidyText is an offline text cleaning and formatting tool for Windows. It helps you quickly tidy up documents and view useful statistics—no internet required.

Highlights

  • Trim whitespace
  • Remove blank lines
  • Fix punctuation spacing (known issue; not working yet)
  • Convert text case (Uppercase and Lowercase currently supported)
  • View statistics

Statistics

Word, character, paragraph, sentence, and line counts—right from an intuitive interface.

Notes & Known Limitations

  • Fix punctuation spacing is not functioning correctly in this release.
  • Text case conversion supports Uppercase and Lowercase only; other case styles are not yet reliable.

TidyText is perfect for anyone who wants clean, organized text with minimal fuss.