v0.44.3
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_ORIGINSwas restricted (follow-up to v0.44.2). Capacitor's iOS WebView usescapacitor://as the default URL scheme, producing the origincapacitor://com.morelitea.initiative— distinct from thehttps://origin Android sends. This origin was not included in the automatic native-origins allowlist, so iPhones were still rejected. The backend now allowscapacitor://com.morelitea.initiativein addition tohttps://com.morelitea.initiative. The Capacitor config also addsiosScheme: "https"so future iOS builds use the samehttps://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.3Or use latest tag. View on Docker Hub.