v0.1.4
Highlights
- fluvie_server consolidates the former
fluvie_apiandfluvie_mcpinto one self-hostable binary: the render API, the MCP server, and a documentation helper, each toggled by an environment variable (FLUVIE_ENABLE_API/_MCP/_DOCS), with two MCP modes (docs / build) and two images (fluvie-server, slimfluvie-server-docs). Migrating a deployment? SeeRELEASE_MIGRATION.md. - On-device media: in-browser image rendering and on-device video
Clipsupport (WebCodecs), plus shared render primitives across the mobile and web encoders. - Determinism demoted: byte-identical determinism is no longer a guaranteed contract (the lint, grep-gate, and renders-twice suites are removed). Renders stay reproducible on the same machine.
Breaking: the fluvie_api and fluvie_mcp packages and images are removed. Depend on fluvie_server.