Skip to content

Releases: mahope/clean-copy

v1.5.2 — Link noise cleanup + full core sync

Choose a tag to compare

@mahope mahope released this 24 Aug 21:31

Unwraps image-only wrapper links and fragment-only anchors (no more '' or 'View image' noise), strips U+FEFF everywhere. Brings the packaged extension fully in sync with the shared core used by the web tool, CLI and Obsidian plugin. No new permissions.

v1.5.1 — Invisible-character cleanup synced

Choose a tag to compare

@mahope mahope released this 24 Aug 19:18

Strips U+2060-U+2064 (word joiner / invisible times) that some sites (e.g. the Guardian) embed mid-word, leaking invisible garbage into copied output. Same fix already shipped in the Obsidian plugin core. No new permissions.

v1.5.0 — Paste-and-clean in the popup

Choose a tag to compare

@mahope mahope released this 24 Aug 18:56

Paste dirty HTML or messy text into the popup, pick a mode, and get clean Markdown or plain text on your clipboard.

  • New 'Paste text to clean' section in the popup
  • Auto-detects HTML vs plain text; entity decoding and smart-quote cleanup in both paths
  • Pro custom rules apply to pasted text too
  • No new permissions

v1.4.1 (Firefox build) — Table alignment in Markdown output

Choose a tag to compare

@mahope mahope released this 24 Aug 15:48

Clean Copy MD for Firefox v1.4.1 — table column alignment preserved in Markdown output (:---/:---:/---: from text-align/align), colspan and nested-table handling. Install via about:debugging; see mahope/clean-copy-firefox for details.

v1.3.10-fx (Firefox)

Choose a tag to compare

@mahope mahope released this 24 Aug 13:28

Firefox build of v1.3.10 core fixes.

v1.3.10

Choose a tag to compare

@mahope mahope released this 24 Aug 13:28

Invisible-character strip + link unwrap fixes; manifest bump.

v1.3.7 (Firefox)

Choose a tag to compare

@mahope mahope released this 24 Aug 12:27

Firefox build of v1.3.7: nested tables + abbr title fix

v1.3.7

Choose a tag to compare

@mahope mahope released this 24 Aug 12:27
  • Nested tables inside table cells now convert correctly
  • expands to Term (Full Name) at first occurrence only

vv1.3.6-fx

Choose a tag to compare

@mahope mahope released this 24 Aug 12:13

Release-integrity fix: background.js now contains every converter fix from the shared core (v1.3.4 ol-start/details/svg-math + v1.3.5 select/input/iframe-object). New parity test in CI prevents divergence.

vv1.3.6

Choose a tag to compare

@mahope mahope released this 24 Aug 12:13

Release-integrity fix: background.js now contains every converter fix from the shared core (v1.3.4 ol-start/details/svg-math + v1.3.5 select/input/iframe-object). New parity test in CI prevents divergence.