Skip to content

Releases: Mission-Systems-Ltd/terminal-text-fixer-for-windows

v1.0.1

Choose a tag to compare

@SyntaxErrorOnLine1 SyntaxErrorOnLine1 released this 30 Jul 07:44

Bug-fix release.

Box-drawing tables. Every data row was collapsing into one Markdown row. Rows were only split where the table drew a separator line, and most tables draw one only under the header - so a whole table became a single row. Each row now converts to its own row. Rounded-corner boxes (╭─┬─╮) are recognised too; previously only square corners were, so rounded tables passed through unconverted and their borders could get pulled into a neighbouring paragraph.

One notification per copy. Claude Code in Windows Terminal raises several clipboard-update messages for a single copy, and each was being treated as a separate copy - so every clean was announced twice.

Words split by the terminal's line wrap. A terminal wraps on the character grid, not on word boundaries, so a copied paragraph arrives cut mid-word. Re-joining those lines used to insert a space into the middle of the word: retu rns, documen ts, StringComparison.C urrentCulture. The wrap column is now detected and the halves are put back together.

v1.0.0

Choose a tag to compare

@SyntaxErrorOnLine1 SyntaxErrorOnLine1 released this 15 Jun 15:09

First stable release of Terminal Text Fixer for Windows.

A Windows tray utility that automatically cleans text copied from terminal windows - strips ANSI codes, trailing whitespace and hard wraps, resolves carriage-return/backspace overprinting, converts box-drawing tables into Markdown, and more. A manual hotkey (Ctrl+Alt+C) covers integrated terminals.

Download Setup.exe below and run it. The installer is self-contained - no .NET runtime needed. Windows SmartScreen will warn on first run (the installer is unsigned): More info -> Run anyway.

Update feed (machine-readable)

Pre-release

Choose a tag to compare

@SyntaxErrorOnLine1 SyntaxErrorOnLine1 released this 15 Jun 15:13
f69082d

Velopack feed assets mirrored by the website. Reused across versions - assets are swapped, not the tag. Do not delete.