What’s New

Version

Description

1.0.1 (9)
Feb 10, 2026

This update focuses on refining the first-time experience and polishing the Home screen to feel calmer, clearer, and more intentional from the very first session.

First-Time Experience Improvements

We introduced a new hole-punch overlay system that highlights specific UI elements while safely blocking the rest of the screen. This allows you to interact with key controls (like the Side Menu) without distraction.

Once you successfully reach the Armor Room, the Home coaching flow is marked as complete. This ensures onboarding guidance only appears for new users or after a reset.

When a specific interaction is required, the “Tap to continue” prompt is now hidden to avoid confusion and reduce hesitation.

A new onboarding overlay explains how mental toughness rewards work and guides you back home to begin your journey.

Home Screen Polish

The Home screen is now fixed and non-scrolling, giving it the feel of a dedicated dashboard instead of a feed.

Vertical spacing between the App Bar, Streak counter, Forge Ingot, and Affirmation card has been tightened so all core elements fit comfortably on a single screen.

Reduced top padding in the App Bar to maximize usable space without sacrificing clarity.

Stability & Code Health

Fixed removed imports and syntax issues across core screens to ensure consistent behavior.

Resolved BuildContext warnings across async gaps for more reliable navigation.

The entire codebase now passes flutter analyze with zero issues.

1.0.1 (5)
Feb 5, 2026

This update focuses on consistency, trust, and polish across the entire QuietLine experience. Major improvements were made to theming, practice behavior, notifications, and internal stability.

Core Experience & Reliability Update

  • Fully consolidated the theme system across the entire app.
  • All major and secondary screens now respect the active theme: QuietLine Teal, Nordic Slate, QuietLine Light, and Orchid Breeze.
  • Removed hardcoded colors and dark-only layouts.

  • Side Menu and Bottom Navigation
  • Practice Library and Affirmations Library
  • Quiet Breath core ritual (breathing circle, progress ring, waves)
  • Paywall, Welcome, Splash, and Brotherhood screens
  • Home affirmation carousel gradients

  • Breathing circle and progress ring now dynamically adapt to light and dark modes.
  • Wave animations are driven by the theme’s primary color.
  • Carousel gradients restored and refined for a more premium look, especially in light themes.

  • Fixed a critical issue where notifications defaulted to UTC instead of local device time.
  • Introduced a dedicated timezone service to sync reminders with the device’s actual location.
  • Notifications now automatically reschedule when the system timezone changes (e.g., during travel).
  • Added internal logging for reliable scheduling verification.

  • Practice selection is now fully reactive across the app.
  • Changes propagate instantly without refreshes or restarts.
  • Added a confirmation prompt to prevent accidental practice switching.
  • Removed auto-start behavior; selecting a practice now sets it as active without launching a session.

  • Added a clear ACTIVE PRACTICE badge to show which technique is currently selected.
  • The main Quiet Time button now launches the selected practice instead of defaulting.
  • Typography and spacing refined to better match QuietLine’s minimal, premium aesthetic.

  • Centralized practice state into a single source of truth.
  • Fixed structural and scope issues affecting theme initialization.
  • Removed unused imports, deprecated code paths, and hardcoded defaults.
  • Final verification completed; flutter analyze reports 0 issues.

1.0.0 (2)
Jan 29, 2026

The first production-ready version of QuietLine, prepared for App Store submission.

Initial App Store Release

  • Contract-driven breathing engine with multiple practice types
  • Core Quiet, Focus, and premium breathing practices
  • Smooth, phase-accurate visual breathing guidance
  • Debug observability overlay for validating practice timing
  • Affirmations library with clear premium unlock messaging
  • Centralized theming for affirmation packs
  • Branded app icon and launch screen
  • Subscription infrastructure wired and review-ready
  • Notification reminders and session tracking
  • Stability and layout polish across core flows

  • Core UX and behavior locked for App Store review
  • Debug tooling isolated from production logic
  • Future updates follow semantic versioning (v1.0.x)

0.1.0 (4)
Jan 18, 2026

The first stable internal milestone of QuietLine.

Stable Core Experience

  • Core Quiet Time flow completed
  • FTUE, Home, Results, and Affirmations stabilized
  • No monetization
  • No accounts
  • No analytics