Skip to content

Tags: inkless/mdbrowse

Tags

v0.2.6

Toggle v0.2.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(main): release 0.2.6 (#5)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

v0.2.5

Toggle v0.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(main): release 0.2.5 (#3)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

v0.2.4

Toggle v0.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(main): release 0.2.4 (#2)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

v0.2.3

Toggle v0.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(main): release 0.2.3 (#1)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

v0.2.2

Toggle v0.2.2's commit message
0.2.2

v0.2.1

Toggle v0.2.1's commit message
chore: bump version to 0.2.1

0.2.0 was tagged but never published to npm (release workflow failed
on auth before the Node 24 / npm 11 migration). This release rolls
together everything since 0.1.0:

- feat: Cmd/Ctrl+K file search modal (4e74577)
- fix: heading text styled as a hyperlink (c080406)
- fix: mermaid zoom/pan toolbar floating in viewport (bfa7d8b)
- fix: directory URL redirect loop on trailing slash (66dc047)
- feat: synthetic directory listing when no README.md (6d765e0)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

v0.2.0

Toggle v0.2.0's commit message
chore(release): bump Node to 24 for bundled npm 11 + drop npx layer

Node 24 LTS bundles npm 11.x, which has Trusted Publishing OIDC
support out of the box. With that, the bundled `npm publish` does
the GitHub→npm OIDC exchange directly — no need for the
`npx -y npm@latest` workaround introduced when we were on Node 22.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>