v0.51.1
Fixed
- Uploaded media (document files, featured images, and embedded rich-text images) that existed before v0.51.0 now resolves again. The v0.51.0 URL rewrite to
/uploads/{guild_id}/{filename}ran before the per-guild schemas were created on first boot, so it migrated nothing and the old prefix-less URLs were copied into the guild schemas as-is (and 404'd). A new migration re-applies the rewrite in bothpublic(per row) and every guild schema. - Embedded PDFs now render. The PDF.js worker is bundled and served same-origin instead of loaded from a CDN, so the app's
script-src 'self'Content-Security-Policy no longer blocks it (and it works offline in the native app).
Downloads
Android App
No new app build this release — installed apps update automatically over the air on next launch.
Docker Image
docker pull morelitea/initiative:0.51.1Or use latest tag. View on Docker Hub.