Skip to content

v0.51.1

Choose a tag to compare

@github-actions github-actions released this 16 Jun 01:19
· 1365 commits to main since this release
9a7cd10

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 both public (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.1

Or use latest tag. View on Docker Hub.