Skip to content

Clearful 3.30.0

Release note Version 3.30.0 was released on 2025-10-05.

  • Redesigned Pro upgrade CTAs in review sections with elegant gradient text fade instead of blur overlay.
  • Implemented smart content preview showing ~250-300 characters of actual AI-generated content (mobile/desktop optimized).
  • Added currentPathRequiresAuthentication() to reliably classify in-app routes by URL instead of route names.
  • Updated biometric auth manager to require re-auth on entry and other protected screens while allowing public flows (welcome, sign-in, etc.).
  • Suppressed the scary “not available” error when enrolled biometrics simply time out or the prompt is dismissed, keeping the retry flow lightweight.
  • Still surface the original error if the device truly lacks biometric support so users get the correct guidance.

Align iOS Keyboard Overlay With Formatting Panel

Section titled “Align iOS Keyboard Overlay With Formatting Panel”
  • Matched the behind-keyboard panel to the iOS squircle outline using RoundedSuperellipseBorder.
  • Added an iOS-only overlay that rises with the keyboard inset to keep translucent gaps (introduced in iOS 26) fully covered.
  • Documented the approach in docs/features/ios-keyboard-overlay.md for future reference.
  • Implemented RevenueCat Paywalls on supported platforms (iOS, Android, macOS).
  • Allowed initial A/B testing between custom and RC paywalls via offering metadata.
  • Updated documentation with clear experiment setup and migration path.