Skip to content

v0.44.3

Choose a tag to compare

@github-actions github-actions released this 18 May 22:23
· 740 commits to main since this release
d17b594

Fixed

  • iOS/Android native app: content no longer renders behind the status bar. All viewport-level sticky headers and sidebars now absorb the safe area inset at the top, so controls appear below the status bar on devices with a Dynamic Island or notch. The fix covers the main app header, the guild icon column, both sidebar headers (home and guild views), the document side panel, and the activity sidebar. The home indicator safe area is also applied at the bottom on native iOS.
  • Native iOS app could not connect when CORS_ALLOWED_ORIGINS was restricted (follow-up to v0.44.2). Capacitor's iOS WebView uses capacitor:// as the default URL scheme, producing the origin capacitor://com.morelitea.initiative — distinct from the https:// origin Android sends. This origin was not included in the automatic native-origins allowlist, so iPhones were still rejected. The backend now allows capacitor://com.morelitea.initiative in addition to https://com.morelitea.initiative. The Capacitor config also adds iosScheme: "https" so future iOS builds use the same https:// origin as Android, making a single origin sufficient going forward.

Downloads

Android App

Download the APK from the assets below and install on your Android device.

Docker Image

docker pull morelitea/initiative:0.44.3

Or use latest tag. View on Docker Hub.