Skip to content

Releases: macieklamberski/feedsweep

v2.8.3

15 Jun 10:46
c3f9c1a

Choose a tag to compare

2.8.3 (2026-06-15)

Bug Fixes

  • Dedupe enclosures against inline media using cleaned URLs (a8ea566)
  • Highlight valid JSON code blocks as JSON instead of guessing (597dfa2)
  • Leave a block declared as plain text unhighlighted (8a7f4d0)

v2.8.2

15 Jun 09:10

Choose a tag to compare

2.8.2 (2026-06-15)

Bug Fixes

  • Detect code language from a Forem highlight class token (ea71052)
  • Detect code language from a wrapping ancestor class (197b587)
  • Detect code language from an Expressive Code figcaption filename (a5922b6)
  • Detect code language from EnlighterJS data-enlighter-language (8ace359)
  • Detect code language from GitHub and Sphinx wrapper classes (e0bbd47)

v2.8.1

15 Jun 05:39
a0081f5

Choose a tag to compare

2.8.1 (2026-06-15)

Bug Fixes

  • Preserve code lines laid out as block elements (ed4bb71)

v2.8.0

15 Jun 04:32
da7a70c

Choose a tag to compare

2.8.0 (2026-06-15)

Features

  • Canonicalize explicit media alignment into data-align hook (5aeec9e)
  • Expose code block language for a frontend badge (157d376)
  • Floor dimension promotion at the shared tracking-pixel limit (c620da0)
  • Honor bare center/left/right classes on media elements (13fd126)
  • Honor bare directional classes on media-primary wrappers too (fc117ab)
  • Inject image enclosures as img elements (90714cf)
  • Read media dimensions from the image URL (c72012e)
  • Resolve media dimensions from inline style or wrapping picture (36fcf95)
  • Run fixLazyImages before resolveMediaDimensions and flattenPictureElements (07bb0a1)

Bug Fixes

  • Export canonicalizeAlignment, resolveMediaDimensions, stripLeadingIndentation (5013e29)

v2.7.0

10 Jun 21:58
7e72fc1

Choose a tag to compare

2.7.0 (2026-06-10)

Features

  • Replace built-in URL cleaning with cleanUrlFn option (695a683)

v2.6.4

10 Jun 17:12
e8e4a4b

Choose a tag to compare

2.6.4 (2026-06-10)

Bug Fixes

  • Wrap bare figure text and split edge media into paragraphs (2453d4e)

v2.6.3

10 Jun 07:09
d107276

Choose a tag to compare

2.6.3 (2026-06-10)

Bug Fixes

  • Accept beta prereleases of feedcanon and feedscout peers (7c12bbc)

v2.6.2

09 Jun 18:37
0a5001b

Choose a tag to compare

2.6.2 (2026-06-09)

Bug Fixes

  • Only promote standalone code with multiple content lines (123db78)

v2.6.1

09 Jun 17:30
a0eb48b

Choose a tag to compare

2.6.1 (2026-06-09)

Bug Fixes

  • Promote standalone multi-line code blocks to pre blocks (17a1e3b)

v2.6.0

08 Jun 21:49
be77c77

Choose a tag to compare

2.6.0 (2026-06-08)

Features

  • Highlight bare pre blocks without a code child (7422c7d)
  • Highlight standalone code blocks outside a pre (5fc17bf)
  • Unwrap whole-value escaped CDATA markers (a4b24da)
  • Wrap pre blocks for horizontal scroll (c26a499)