v0.1.63 — rolled into v0.1.65
This tag's CI build failed silently due to a Qt5 incompatibility in the WebEngine code path of vega_chart_renderer.cpp — QJsonDocument(QJsonValue) doesn't compile (only QJsonObject / QJsonArray constructors exist). The bug was invisible on dev machines without libqt5webengine5-dev installed (#ifdef NOTEPATRA_WITH_WEBENGINE) but crashed every CI runner that did have WebEngine.
Result: the Linux x64 / Linux ARM64 / Windows artifacts never built; only the macOS-arm64 image happened to compile under brew qt@5's patchset. No binaries were ever published under this tag.
Where the v0.1.63 content shipped: v0.1.65. That release contains the v0.1.63 Vega-Lite chart renderer scaffold + the v0.1.64 lite-mode default + the QJsonDocument hotfix, with full Linux artifacts (lite + full flavors), macOS DMG, Windows zip / setup.exe / msi.
For binaries, see v0.1.65 →