Releases: ni-c/freshrss-mcp
Releases · ni-c/freshrss-mcp
Release list
v0.1.3
Fixed
http://[::1]:…no longer produces the "plain http to a non-local host, the
API password will be sent unencrypted" warning.URL.hostnamekeeps the
brackets around an IPv6 literal, so the loopback check never matched that
notation.
v0.1.2
Fixed
- The architecture diagram and the demo recording were not displayed at all — on
GitHub or on npm. GitHub Pages had never issued the TLS certificate for
freshrss-mcp.ni-c.de (https_enforcedwasfalse, the only repository where it
was), so every image embedded from that domain was proxied by camo and answered
with 502. The certificate has been reissued and HTTPS is enforced. - The architecture diagram no longer depends on the reader's operating system. It
carried aprefers-color-schemeblock, which resolves against the OS rather than
the theme toggle of GitHub or npm — so dark-mode readers on a light OS got the
light artwork on a dark page, and this diagram painted an opaque white rectangle
over the full canvas, which is the worst case there. The README now uses
<picture>, which is resolved against the page, and the<img>that npm falls
back to brings its own card instead of a media query. - The documentation site declared no
og:imageat all, so links to it had no
preview card anywhere.
Changed
- The diagram is generated from a single source,
docs/assets/architecture.source.svg,
bynpm run assets. The rendered copies had already drifted apart; CI now fails
if one of them is edited by hand. docs/public/og.pngis generated at exactly 1280x640, GitHub's recommended size
for a social preview.- The demo recording is shown on the documentation home page as well, not only in
the README, and is pinned to the content column so its width no longer depends on
what the vhs tape happened to record. - The TypeScript major is now parked in
.github/dependabot.ymlwith its reason,
instead of living only as an@dependabot ignoreon the closed PR #1.
v0.1.1
Changed
- First release published by CI, so this is the first version carrying npm
provenance attestations, a GitHub release generated from this file, and an
entry in the MCP Registry. 0.1.0 was published by hand to claim the package
name and is functionally identical; prefer this version if you verify
provenance.