June 25th, 2025

KinesteX v1.91.0

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.

Detailed Breakdown

Events and Tracking

– 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”
}

Real-Time Error Feedback

– 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.


Foundation for Personalized Plan

– Restructured core modules and data flows in preparation for the forthcoming Personalized Plan feature with AI-driven assessments.