June 25th, 2025
This update enhances workout session tracking and user feedback, boosts camera stability on app resume, and lays the groundwork for the upcoming Personalized Plan with AI Assessments.
– Fixed the workout_started event so it now fires reliably at workout session start.
– Added a new workout_ended event that fires when the user taps Back button during a workout. Each event returns:
{
id: String // workout ID
date: String // formatted as “DD MMM YYYY HH:mm:ss”
}– Introduced an on-screen “mistake” text overlay that immediately highlights user errors during exercises.• Camera Stability Improvements
– Overhauled the camera component’s reload logic so it automatically refreshes when the app returns from the background, preventing it from freezing on the last frame.
– Restructured core modules and data flows in preparation for the forthcoming Personalized Plan feature with AI-driven assessments.