| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| CHECKSUMS.txt | 2026-08-05 | 724 Bytes | |
| native-sdk-linux-x64 | 2026-08-05 | 2.0 MB | |
| native-sdk-win32-arm64.exe | 2026-08-05 | 2.1 MB | |
| native-sdk-win32-x64.exe | 2026-08-05 | 2.3 MB | |
| native-sdk-darwin-arm64 | 2026-08-05 | 1.9 MB | |
| native-sdk-darwin-x64 | 2026-08-05 | 2.0 MB | |
| native-sdk-linux-arm64 | 2026-08-05 | 1.8 MB | |
| native-sdk-linux-musl-arm64 | 2026-08-05 | 1.8 MB | |
| native-sdk-linux-musl-x64 | 2026-08-05 | 2.0 MB | |
| README.md | 2026-08-05 | 1.2 kB | |
| v0.8.1 source code.tar.gz | 2026-08-05 | 11.9 MB | |
| v0.8.1 source code.zip | 2026-08-05 | 12.6 MB | |
| Totals: 12 Items | 40.5 MB | 0 | |
New Features
- Safe presentational HTML in Markdown: Markdown now lowers common GitHub-style inline and block HTML into native widgets, including links, details, aligned containers, and caller-resolved images, while scripts, styles, forms, embeds, event attributes, and unsupported or malformed markup remain inert literal text (#280).
Bug Fixes
- Reliable resolved Markdown images: image discovery now follows renderable block starts, canonicalizes entity-encoded URLs consistently between loading and lookup, preserves aspect ratios within declared bounds, honors centered and end alignment, and ignores images inside comments, unsupported markup, code, and preformatted blocks (#281).
- Payload-free HTTP write requests:
Effects.fetchnow sends an explicit zero-length body for POST, PUT, and PATCH requests without a payload, preventing debug-build crashes and emitting the requiredContent-Length: 0header (#277).
Improvements
- History-driven release notes: release preparation now builds the complete changelog entry and contributor list from the commits since the previous release, replacing the per-change fragment workflow (#278).
Contributors
- @ctate
- @Railly