Skip to content

v0.1.0-canary.3

Pre-release
Pre-release

Choose a tag to compare

@mayansharma mayansharma released this 16 Feb 07:25
· 19 commits to main since this release

Summary

This release improves reliability in monorepo environments and fixes Android notification sound behavior when the app is not active.

What’s included

Monorepo Build Path Fix

Build scripts no longer assume node_modules/catalyst-core exists in a fixed location.
They now use package.json") to dynamically locate catalyst-core, so hoisted dependency setups work correctly.

Notification Sound Channel Fix (#183)

Custom notification sounds now work when the app is in the background or closed (not just when foregrounded).
The Firebase default notification channel was changed from fcm_default_channel to default, matching the app’s configured channel.

Impact

Better compatibility with hoisted/monorepo dependency layouts
Consistent custom notification sound playback across app states (foreground, background, closed)