Releases: metalmon/glossa
Releases · metalmon/glossa
Release list
v0.2.5
Full Changelog: v0.2.4...v0.2.5
v0.2.4 — fix raw arg coercion
Fix: raw arg now accepts string-encoded booleans
get_source_file's raw field was added in v0.2.3 without the loose deserializer every other MCP arg uses, so clients sending "raw":"true" (string) failed to parse and could not fetch the original .docx. Now coerced like every other arg. Extends the stringified-primitives test.
Asset: kb.exe (Windows x64).
v0.2.3 — docx → PDF by default
get_source_file: docx delivered as PDF by default
get_source_filenow converts DOCX to PDF by default (pure Rust viardocx), since many clients render.docxinconsistently while PDF renders everywhere.- Pass
raw: trueto get the untouched original.docx. - If a converted PDF would exceed the size cap, the original
.docxis delivered instead (never an empty response);pdf_page_countis panic-guarded. - No external tools — fully in-process, pure Rust.
Asset: kb-v0.2.3-windows-x64.exe (Windows x64).
v0.2.2
What's Changed
Full Changelog: v0.2.1...v0.2.2