Skip to content

Releases: rvben/rumdl

v0.2.34

Choose a tag to compare

@github-actions github-actions released this 14 Jul 20:26
v0.2.34
460ba73

Added

  • code-block-tools: restore shuck as a built-in shell linter (da66447)

Performance

  • reflow: probe inline math at the cursor instead of rescanning the suffix (1e6ea3b)
  • reflow: merge emphasis and code span extraction into a single cmark pass (8e03537)
  • reflow: optimize MyST inline role parsing using pre-extracted code spans (e966899)

Downloads

File Platform Checksum
rumdl-v0.2.34-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.2.34-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.2.34-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 checksum
rumdl-v0.2.34-aarch64-unknown-linux-musl.tar.gz Linux ARM64 (musl) checksum
rumdl-v0.2.34-x86_64-apple-darwin.tar.gz macOS x86_64 checksum
rumdl-v0.2.34-aarch64-apple-darwin.tar.gz macOS ARM64 (Apple Silicon) checksum
rumdl-v0.2.34-x86_64-pc-windows-msvc.zip Windows x86_64 checksum

Installation

Using uv (Recommended)

uv tool install rumdl

Using pip

pip install rumdl

Using pipx

pipx install rumdl

Direct Download

Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.

v0.2.33

Choose a tag to compare

@github-actions github-actions released this 14 Jul 12:19
v0.2.33
758e023

Fixed

  • md044: stop flagging proper names inside bare URLs (5e9b51a)
  • md040: recognize file-extension fence labels as known languages (686ba20)
  • cli: replace unhelpful panic message with an actionable one (#717) (37ac880)
  • reflow: re-search cached inline-math after a dollar sign (a30a4f9)
  • reflow: support multiple backticks and optimize code span parsing (81944c5)
  • md013: stop reflow from starting lines with block markers (eebd18b)

Performance

  • reflow: implement cached match lookups to prevent quadratic suffix scanning (1cc8d2b)

Downloads

File Platform Checksum
rumdl-v0.2.33-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.2.33-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.2.33-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 checksum
rumdl-v0.2.33-aarch64-unknown-linux-musl.tar.gz Linux ARM64 (musl) checksum
rumdl-v0.2.33-x86_64-apple-darwin.tar.gz macOS x86_64 checksum
rumdl-v0.2.33-aarch64-apple-darwin.tar.gz macOS ARM64 (Apple Silicon) checksum
rumdl-v0.2.33-x86_64-pc-windows-msvc.zip Windows x86_64 checksum

Installation

Using uv (Recommended)

uv tool install rumdl

Using pip

pip install rumdl

Using pipx

pipx install rumdl

Direct Download

Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.

v0.2.32

Choose a tag to compare

@github-actions github-actions released this 13 Jul 12:03
v0.2.32
067aba1

Fixed

  • md032: stop flagging ordered lists nested in MkDocs admonitions (80f896e)
  • md013: recognize sentence boundaries followed by footnote references (04a8c78)
  • md036,md023: skip admonition and content tab bodies under MkDocs flavor (e8d1421)
  • md040: recognize py and py3 as Python language aliases (6e7f8bf)
  • md057: anchor URL extraction so links cannot borrow a sibling's destination (5a643ca)

Performance

  • reflow: skip pulldown-cmark parses when a span kind cannot be present (66d7f7b)

Downloads

File Platform Checksum
rumdl-v0.2.32-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.2.32-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.2.32-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 checksum
rumdl-v0.2.32-aarch64-unknown-linux-musl.tar.gz Linux ARM64 (musl) checksum
rumdl-v0.2.32-x86_64-apple-darwin.tar.gz macOS x86_64 checksum
rumdl-v0.2.32-aarch64-apple-darwin.tar.gz macOS ARM64 (Apple Silicon) checksum
rumdl-v0.2.32-x86_64-pc-windows-msvc.zip Windows x86_64 checksum

Installation

Using uv (Recommended)

uv tool install rumdl

Using pip

pip install rumdl

Using pipx

pipx install rumdl

Direct Download

Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.

v0.2.31

Choose a tag to compare

@github-actions github-actions released this 12 Jul 12:34
v0.2.31
ade06b8

Added

  • action: install rumdl from GitHub Releases instead of pip (7f69695)

Performance

  • reflow: optimize inline code mask calculation using pre-extracted spans (27e5507)

Downloads

File Platform Checksum
rumdl-v0.2.31-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.2.31-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.2.31-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 checksum
rumdl-v0.2.31-aarch64-unknown-linux-musl.tar.gz Linux ARM64 (musl) checksum
rumdl-v0.2.31-x86_64-apple-darwin.tar.gz macOS x86_64 checksum
rumdl-v0.2.31-aarch64-apple-darwin.tar.gz macOS ARM64 (Apple Silicon) checksum
rumdl-v0.2.31-x86_64-pc-windows-msvc.zip Windows x86_64 checksum

Installation

Using uv (Recommended)

uv tool install rumdl

Using pip

pip install rumdl

Using pipx

pipx install rumdl

Direct Download

Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.

v0.2.30

Choose a tag to compare

@github-actions github-actions released this 09 Jul 17:56
v0.2.30
12e34fe

Added

  • MD007: clamp explicit fixed-style indent under ordered parents (1f3a32d)

Fixed

  • lint-context: keep lazy continuation lines in their list block (a17f0af)

Downloads

File Platform Checksum
rumdl-v0.2.30-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.2.30-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.2.30-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 checksum
rumdl-v0.2.30-aarch64-unknown-linux-musl.tar.gz Linux ARM64 (musl) checksum
rumdl-v0.2.30-x86_64-apple-darwin.tar.gz macOS x86_64 checksum
rumdl-v0.2.30-aarch64-apple-darwin.tar.gz macOS ARM64 (Apple Silicon) checksum
rumdl-v0.2.30-x86_64-pc-windows-msvc.zip Windows x86_64 checksum

Installation

Using uv (Recommended)

uv tool install rumdl

Using pip

pip install rumdl

Using pipx

pipx install rumdl

Direct Download

Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.

v0.2.29

Choose a tag to compare

@github-actions github-actions released this 09 Jul 14:55
v0.2.29
b58c65e

Fixed

  • lint-context: keep indented continuation lines when a different list type follows (5dd3c3f)
  • MD013: treat tabs and extra spaces after a list marker as marker padding (f0f97a2)

Downloads

File Platform Checksum
rumdl-v0.2.29-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.2.29-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.2.29-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 checksum
rumdl-v0.2.29-aarch64-unknown-linux-musl.tar.gz Linux ARM64 (musl) checksum
rumdl-v0.2.29-x86_64-apple-darwin.tar.gz macOS x86_64 checksum
rumdl-v0.2.29-aarch64-apple-darwin.tar.gz macOS ARM64 (Apple Silicon) checksum
rumdl-v0.2.29-x86_64-pc-windows-msvc.zip Windows x86_64 checksum

Installation

Using uv (Recommended)

uv tool install rumdl

Using pip

pip install rumdl

Using pipx

pipx install rumdl

Direct Download

Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.

v0.2.28

Choose a tag to compare

@github-actions github-actions released this 03 Jul 09:22
v0.2.28
c5f50cb

Added

  • md043: report each heading mismatch via sequence alignment (d46dbef)

Fixed

  • lsp: isolate rule panics from the document lint path (020d4a2)
  • prevent stack overflow on deeply nested blockquote markers (1dd3ce5)
  • write fixes atomically and exit non-zero on unreadable files (085d7fe)
  • per-file-ignores: enforce centrally in the fix coordinator (c4b9899)
  • fmt: honor per-file-ignores on the stdin pipeline (5b5e779)
  • fmt: honor per-file-ignores in the fix pipeline (cb2d7f7)
  • md043: say 'pattern position' in unsatisfied-wildcard warnings (9ffc105)

Performance

  • md013: drop the per-check heading lookup allocation (f76a209)
  • make semantic-line-break reflow iterative (5692564)
  • md077: compute list-continuation ranges in linear time (d36b017)

Downloads

File Platform Checksum
rumdl-v0.2.28-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.2.28-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.2.28-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 checksum
rumdl-v0.2.28-aarch64-unknown-linux-musl.tar.gz Linux ARM64 (musl) checksum
rumdl-v0.2.28-x86_64-apple-darwin.tar.gz macOS x86_64 checksum
rumdl-v0.2.28-aarch64-apple-darwin.tar.gz macOS ARM64 (Apple Silicon) checksum
rumdl-v0.2.28-x86_64-pc-windows-msvc.zip Windows x86_64 checksum

Installation

Using uv (Recommended)

uv tool install rumdl

Using pip

pip install rumdl

Using pipx

pipx install rumdl

Direct Download

Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.

v0.2.27

Choose a tag to compare

@github-actions github-actions released this 30 Jun 20:17
v0.2.27
c6fa661

Fixed

  • MD077: detect latent list markers past an unstable heading (05d273e)
  • MD013: keep reference-style links atomic when reflowing (a991a71)

Downloads

File Platform Checksum
rumdl-v0.2.27-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.2.27-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.2.27-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 checksum
rumdl-v0.2.27-aarch64-unknown-linux-musl.tar.gz Linux ARM64 (musl) checksum
rumdl-v0.2.27-x86_64-apple-darwin.tar.gz macOS x86_64 checksum
rumdl-v0.2.27-aarch64-apple-darwin.tar.gz macOS ARM64 (Apple Silicon) checksum
rumdl-v0.2.27-x86_64-pc-windows-msvc.zip Windows x86_64 checksum

Installation

Using uv (Recommended)

uv tool install rumdl

Using pip

pip install rumdl

Using pipx

pipx install rumdl

Direct Download

Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.

v0.2.26

Choose a tag to compare

@github-actions github-actions released this 29 Jun 08:28
v0.2.26
0cbb085

Added

  • wasi: add wasi build feature, make target, and CI coverage (8b9b027)
  • lsp: add enableSymbols setting to gate symbol providers (b80f001)

Fixed

  • workspace-index: make cache temp file names unique per write (d3aa269)
  • allow building for WASI (8d0b44a)
  • MD060: preserve trailing blank lines and skip table-free content (0223b30)

Downloads

File Platform Checksum
rumdl-v0.2.26-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.2.26-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.2.26-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 checksum
rumdl-v0.2.26-aarch64-unknown-linux-musl.tar.gz Linux ARM64 (musl) checksum
rumdl-v0.2.26-x86_64-apple-darwin.tar.gz macOS x86_64 checksum
rumdl-v0.2.26-aarch64-apple-darwin.tar.gz macOS ARM64 (Apple Silicon) checksum
rumdl-v0.2.26-x86_64-pc-windows-msvc.zip Windows x86_64 checksum

Installation

Using uv (Recommended)

uv tool install rumdl

Using pip

pip install rumdl

Using pipx

pipx install rumdl

Direct Download

Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.

v0.2.25

Choose a tag to compare

@github-actions github-actions released this 28 Jun 16:26
v0.2.25
48f5cc1

Added

  • lsp: document LSP settings and scope link-completion triggers (18fae1b)
  • MD013: reflow lists with configured marker spacing (#692) (b00b117)

Fixed

  • MD052: preserve author casing in undefined-reference messages (6d1cb96)
  • MD013: preserve single-tilde strikethrough content during reflow (#701) (a2387ce)
  • rules: resolve complex link handling in reflow and MD052 (#702) (d57a61a)
  • rules: prevent front-matter and skippable region leakage (#699) (e09fa06)
  • MD007: align nested lists to a widened parent's content column (#700) (595cc4d)

Downloads

File Platform Checksum
rumdl-v0.2.25-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.2.25-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.2.25-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 checksum
rumdl-v0.2.25-aarch64-unknown-linux-musl.tar.gz Linux ARM64 (musl) checksum
rumdl-v0.2.25-x86_64-apple-darwin.tar.gz macOS x86_64 checksum
rumdl-v0.2.25-aarch64-apple-darwin.tar.gz macOS ARM64 (Apple Silicon) checksum
rumdl-v0.2.25-x86_64-pc-windows-msvc.zip Windows x86_64 checksum

Installation

Using uv (Recommended)

uv tool install rumdl

Using pip

pip install rumdl

Using pipx

pipx install rumdl

Direct Download

Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.