Releases: rvben/rumdl
Release list
v0.1.85
Added
- md051: add ignore-case and ignored-pattern for markdownlint parity (4535a2b)
- md013: add heading-line-length, code-block-line-length, stern (6c22f82)
- md033: add table-allowed-elements option for markdownlint parity (10bdc18)
- md027: add list-items option for opt-in markdownlint parity (2589aad)
- md060: add aligned-delimiter option for markdownlint parity (ce6eaac)
Fixed
- md051: unify ignore-case and ignored-pattern across same-doc and cross-file paths (3c295bc)
- config: initialize canonical_project_root_cache in From impl (306777d)
- md013: require GFM table evidence before classifying list-item line (a04f742)
- config: log when normalize_match_path falls back to raw absolute path (6a6ceed)
- md013: preserve tables nested inside list items during reflow (fc3f89d)
- config: fall back to cwd when normalizing per-file glob paths (360bde1)
- md054: include trailing
[]in collapsed link span (caa3acc)
Performance
- config: cache canonical project_root and harden silent-fallback diagnostic (d4ea4ea)
Downloads
| File | Platform | Checksum |
|---|---|---|
| rumdl-v0.1.85-x86_64-unknown-linux-gnu.tar.gz | Linux x86_64 | checksum |
| rumdl-v0.1.85-x86_64-unknown-linux-musl.tar.gz | Linux x86_64 (musl) | checksum |
| rumdl-v0.1.85-aarch64-unknown-linux-gnu.tar.gz | Linux ARM64 | checksum |
| rumdl-v0.1.85-aarch64-unknown-linux-musl.tar.gz | Linux ARM64 (musl) | checksum |
| rumdl-v0.1.85-x86_64-apple-darwin.tar.gz | macOS x86_64 | checksum |
| rumdl-v0.1.85-aarch64-apple-darwin.tar.gz | macOS ARM64 (Apple Silicon) | checksum |
| rumdl-v0.1.85-x86_64-pc-windows-msvc.zip | Windows x86_64 | checksum |
Installation
Using uv (Recommended)
uv tool install rumdlUsing pip
pip install rumdlUsing pipx
pipx install rumdlDirect Download
Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.
v0.1.84
Added
- md054: atomic ref-emit fixes via Fix.additional_edits (d1b757c)
Fixed
- md054,lsp: exact EOL counting and UTF-16 LSP positions (b8488b5)
- fix_utils: preserve source order for same-offset zero-width inserts (06b786c)
- md064: skip column-aligned list blocks (0175b7c)
- md046: recognize list-internal indented code blocks (476c8d8)
- md036: default fix=true to match advertised FullyFixable capability (3faac50)
- md076: prefer tight on Consistent style ties (8ed1e30)
- lsp: canonicalize rule-name lists at Config boundaries (51932d9)
Downloads
| File | Platform | Checksum |
|---|---|---|
| rumdl-v0.1.84-x86_64-unknown-linux-gnu.tar.gz | Linux x86_64 | checksum |
| rumdl-v0.1.84-x86_64-unknown-linux-musl.tar.gz | Linux x86_64 (musl) | checksum |
| rumdl-v0.1.84-aarch64-unknown-linux-gnu.tar.gz | Linux ARM64 | checksum |
| rumdl-v0.1.84-aarch64-unknown-linux-musl.tar.gz | Linux ARM64 (musl) | checksum |
| rumdl-v0.1.84-x86_64-apple-darwin.tar.gz | macOS x86_64 | checksum |
| rumdl-v0.1.84-aarch64-apple-darwin.tar.gz | macOS ARM64 (Apple Silicon) | checksum |
| rumdl-v0.1.84-x86_64-pc-windows-msvc.zip | Windows x86_64 | checksum |
Installation
Using uv (Recommended)
uv tool install rumdlUsing pip
pip install rumdlUsing pipx
pipx install rumdlDirect Download
Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.
v0.1.83
Fixed
- lsp: respect --config flag in server mode (40f2a9d)
Downloads
| File | Platform | Checksum |
|---|---|---|
| rumdl-v0.1.83-x86_64-unknown-linux-gnu.tar.gz | Linux x86_64 | checksum |
| rumdl-v0.1.83-x86_64-unknown-linux-musl.tar.gz | Linux x86_64 (musl) | checksum |
| rumdl-v0.1.83-aarch64-unknown-linux-gnu.tar.gz | Linux ARM64 | checksum |
| rumdl-v0.1.83-aarch64-unknown-linux-musl.tar.gz | Linux ARM64 (musl) | checksum |
| rumdl-v0.1.83-x86_64-apple-darwin.tar.gz | macOS x86_64 | checksum |
| rumdl-v0.1.83-aarch64-apple-darwin.tar.gz | macOS ARM64 (Apple Silicon) | checksum |
| rumdl-v0.1.83-x86_64-pc-windows-msvc.zip | Windows x86_64 | checksum |
Installation
Using uv (Recommended)
uv tool install rumdlUsing pip
pip install rumdlUsing pipx
pipx install rumdlDirect Download
Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.
v0.1.82
Added
- md057: fall back to project root when resolving absolute links (3df4ed0)
Downloads
| File | Platform | Checksum |
|---|---|---|
| rumdl-v0.1.82-x86_64-unknown-linux-gnu.tar.gz | Linux x86_64 | checksum |
| rumdl-v0.1.82-x86_64-unknown-linux-musl.tar.gz | Linux x86_64 (musl) | checksum |
| rumdl-v0.1.82-aarch64-unknown-linux-gnu.tar.gz | Linux ARM64 | checksum |
| rumdl-v0.1.82-aarch64-unknown-linux-musl.tar.gz | Linux ARM64 (musl) | checksum |
| rumdl-v0.1.82-x86_64-apple-darwin.tar.gz | macOS x86_64 | checksum |
| rumdl-v0.1.82-aarch64-apple-darwin.tar.gz | macOS ARM64 (Apple Silicon) | checksum |
| rumdl-v0.1.82-x86_64-pc-windows-msvc.zip | Windows x86_64 | checksum |
Installation
Using uv (Recommended)
uv tool install rumdlUsing pip
pip install rumdlUsing pipx
pipx install rumdlDirect Download
Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.
v0.1.81
Added
- md057: add relative_to_roots option for absolute link validation (e911919)
- md024: treat headings with different {#custom-id} anchors as distinct (0b4dadb)
Fixed
- md013: don't warn on under-limit list items in normalize mode (3e08094)
- fmt: honor opt-in across all flavors (4c9c8dc)
- docs: restore grid-cards formatting on landing page (5acba85)
- md005,md032: preserve nesting under tight continuation followed by sub-list (993c0f5)
Downloads
| File | Platform | Checksum |
|---|---|---|
| rumdl-v0.1.81-x86_64-unknown-linux-gnu.tar.gz | Linux x86_64 | checksum |
| rumdl-v0.1.81-x86_64-unknown-linux-musl.tar.gz | Linux x86_64 (musl) | checksum |
| rumdl-v0.1.81-aarch64-unknown-linux-gnu.tar.gz | Linux ARM64 | checksum |
| rumdl-v0.1.81-aarch64-unknown-linux-musl.tar.gz | Linux ARM64 (musl) | checksum |
| rumdl-v0.1.81-x86_64-apple-darwin.tar.gz | macOS x86_64 | checksum |
| rumdl-v0.1.81-aarch64-apple-darwin.tar.gz | macOS ARM64 (Apple Silicon) | checksum |
| rumdl-v0.1.81-x86_64-pc-windows-msvc.zip | Windows x86_64 | checksum |
Installation
Using uv (Recommended)
uv tool install rumdlUsing pip
pip install rumdlUsing pipx
pipx install rumdlDirect Download
Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.
v0.1.80
Added
- wasm: validate rule-config value types at parse time (ab3d3d5)
- wasm: honor exclude patterns via path-aware check() and fix() (e578308)
Downloads
| File | Platform | Checksum |
|---|---|---|
| rumdl-v0.1.80-x86_64-unknown-linux-gnu.tar.gz | Linux x86_64 | checksum |
| rumdl-v0.1.80-x86_64-unknown-linux-musl.tar.gz | Linux x86_64 (musl) | checksum |
| rumdl-v0.1.80-aarch64-unknown-linux-gnu.tar.gz | Linux ARM64 | checksum |
| rumdl-v0.1.80-aarch64-unknown-linux-musl.tar.gz | Linux ARM64 (musl) | checksum |
| rumdl-v0.1.80-x86_64-apple-darwin.tar.gz | macOS x86_64 | checksum |
| rumdl-v0.1.80-aarch64-apple-darwin.tar.gz | macOS ARM64 (Apple Silicon) | checksum |
| rumdl-v0.1.80-x86_64-pc-windows-msvc.zip | Windows x86_64 | checksum |
Installation
Using uv (Recommended)
uv tool install rumdlUsing pip
pip install rumdlUsing pipx
pipx install rumdlDirect Download
Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.
v0.1.79
Fixed
- md051: strip HTML comments from heading anchors (e4e3c4b)
- md077: accept task-item post-checkbox column to break MD013 reflow cycle (1c3cbef)
- lint-context: honor CommonMark Type-1 HTML blocks (6f37e49)
Downloads
| File | Platform | Checksum |
|---|---|---|
| rumdl-v0.1.79-x86_64-unknown-linux-gnu.tar.gz | Linux x86_64 | checksum |
| rumdl-v0.1.79-x86_64-unknown-linux-musl.tar.gz | Linux x86_64 (musl) | checksum |
| rumdl-v0.1.79-aarch64-unknown-linux-gnu.tar.gz | Linux ARM64 | checksum |
| rumdl-v0.1.79-aarch64-unknown-linux-musl.tar.gz | Linux ARM64 (musl) | checksum |
| rumdl-v0.1.79-x86_64-apple-darwin.tar.gz | macOS x86_64 | checksum |
| rumdl-v0.1.79-aarch64-apple-darwin.tar.gz | macOS ARM64 (Apple Silicon) | checksum |
| rumdl-v0.1.79-x86_64-pc-windows-msvc.zip | Windows x86_64 | checksum |
Installation
Using uv (Recommended)
uv tool install rumdlUsing pip
pip install rumdlUsing pipx
pipx install rumdlDirect Download
Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.
v0.1.78
Fixed
- lsp: discover .config/rumdl.toml when walking up from a file (9d32fa7)
Downloads
| File | Platform | Checksum |
|---|---|---|
| rumdl-v0.1.78-x86_64-unknown-linux-gnu.tar.gz | Linux x86_64 | checksum |
| rumdl-v0.1.78-x86_64-unknown-linux-musl.tar.gz | Linux x86_64 (musl) | checksum |
| rumdl-v0.1.78-aarch64-unknown-linux-gnu.tar.gz | Linux ARM64 | checksum |
| rumdl-v0.1.78-aarch64-unknown-linux-musl.tar.gz | Linux ARM64 (musl) | checksum |
| rumdl-v0.1.78-x86_64-apple-darwin.tar.gz | macOS x86_64 | checksum |
| rumdl-v0.1.78-aarch64-apple-darwin.tar.gz | macOS ARM64 (Apple Silicon) | checksum |
| rumdl-v0.1.78-x86_64-pc-windows-msvc.zip | Windows x86_64 | checksum |
Installation
Using uv (Recommended)
uv tool install rumdlUsing pip
pip install rumdlUsing pipx
pipx install rumdlDirect Download
Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.
v0.1.77
Fixed
- md046: ignore container content when detecting code-block style (2685388)
Downloads
| File | Platform | Checksum |
|---|---|---|
| rumdl-v0.1.77-x86_64-unknown-linux-gnu.tar.gz | Linux x86_64 | checksum |
| rumdl-v0.1.77-x86_64-unknown-linux-musl.tar.gz | Linux x86_64 (musl) | checksum |
| rumdl-v0.1.77-aarch64-unknown-linux-gnu.tar.gz | Linux ARM64 | checksum |
| rumdl-v0.1.77-aarch64-unknown-linux-musl.tar.gz | Linux ARM64 (musl) | checksum |
| rumdl-v0.1.77-x86_64-apple-darwin.tar.gz | macOS x86_64 | checksum |
| rumdl-v0.1.77-aarch64-apple-darwin.tar.gz | macOS ARM64 (Apple Silicon) | checksum |
| rumdl-v0.1.77-x86_64-pc-windows-msvc.zip | Windows x86_64 | checksum |
Installation
Using uv (Recommended)
uv tool install rumdlUsing pip
pip install rumdlUsing pipx
pipx install rumdlDirect Download
Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.
v0.1.76
Fixed
- cli: error when --config path does not exist (c328c11)
Downloads
| File | Platform | Checksum |
|---|---|---|
| rumdl-v0.1.76-x86_64-unknown-linux-gnu.tar.gz | Linux x86_64 | checksum |
| rumdl-v0.1.76-x86_64-unknown-linux-musl.tar.gz | Linux x86_64 (musl) | checksum |
| rumdl-v0.1.76-aarch64-unknown-linux-gnu.tar.gz | Linux ARM64 | checksum |
| rumdl-v0.1.76-aarch64-unknown-linux-musl.tar.gz | Linux ARM64 (musl) | checksum |
| rumdl-v0.1.76-x86_64-apple-darwin.tar.gz | macOS x86_64 | checksum |
| rumdl-v0.1.76-aarch64-apple-darwin.tar.gz | macOS ARM64 (Apple Silicon) | checksum |
| rumdl-v0.1.76-x86_64-pc-windows-msvc.zip | Windows x86_64 | checksum |
Installation
Using uv (Recommended)
uv tool install rumdlUsing pip
pip install rumdlUsing pipx
pipx install rumdlDirect Download
Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.