v1.34.1
Fixed
- Templates: Replaced the leftover Lucide icons in the admin and license
pages with inline Phosphor SVGs. The Kumo migration dropped the Lucide script
tag but leftdata-lucideicons andlucide.createIcons()calls behind,
which threwlucide is not definedon/admin. - Analytics: The chart and report-prompt script on
/analytics/progression
now only runs when there is graph data. It targets elements that exist solely
in the populated branch of the template, so with no data the page raised an
ApexCharts "Element not found" error and a nullappendChild. - Startup: On-disk templates and static assets are now used only when the
templates/directory actually exists, instead of wheneverGIN_MODEwas
set. Container images ship notemplates/directory, so the documented
GIN_MODE=releasemadeLoadHTMLGlobpanic at startup.
Docker Image
docker pull ghcr.io/txlog/server:v1.34.1Full Changelog: v1.34.0...v1.34.1