Releases: albindavidc/chrono-mind
v1.1.0 - The Sequence & Flow Update
🚀 Highlights
This update introduces a completely overhauled Sequence Mode, allowing users to build, save, and automate complex timer flows (e.g., HIIT, Yoga, Pomodoro). We've also introduced a generative Sound Engine, eliminating the need for external audio assets.
✨ New Features
🔄 Advanced Sequence Editor
Save & Load Flows: You can now save your custom sequences. They persist locally via localStorage.
"My Flows" Library: An expandable drawer in the Sequence view to manage your saved workflows.
Quick Templates: Added one-tap templates for common scenarios:
🧘 Yoga (3m): 4 steps × 3 minutes.
🧘 Yoga (5m): 4 steps × 5 minutes.
💼 Work: Standard Pomodoro (25m Focus + 5m Break).
Batch & Bulk Actions:
Batch Add: Modal to append multiple steps at once (e.g., "Add 4 steps of 5 mins").
Duplicate Step: Quickly clone an existing step with a single click.
Smart Append: Bulk adding now appends to the end of the list instead of overwriting existing steps.
🔊 Generative Sound Engine
Replaced static audio files with the Web Audio API.
5 New Soundscapes:
Classic (Digital Beep)
Ethereal (Ambient Swell)
Cosmic (Sci-Fi Sweep)
Zen (Meditation Bell)
8-Bit (Retro Gaming)
Persistence: Sound preferences are now saved automatically.
💎 UX & Performance
Wake Lock Integration: Keeps the screen awake while a Timer or Sequence is running.
Glassmorphism UI: Enhanced blur effects, ambient background orbs, and smoother transitions.
PWA Support: Updated manifest and meta tags for "Add to Home Screen" capability on iOS and Android.
🛠 Technical Changes
Upgraded to React 19.
Implemented localStorage management for Sequences and Settings.
Added useWakeLock custom hook for battery-efficient screen management.
Refactored SequenceView to handle complex state (editing vs. running modes).
ChronoMind v1.0.0
✨ Initial ChronoMind Release (v1.0.0)
Features:
- Splash screen
- Stopwatch with start, pause, and reset
- Countdown timer with custom input
- Responsive UI
- Built using React + Vite + TypeScript
This is the first stable release of ChronoMind.