Changelog
All notable changes to FlexLift will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased]
[1.1.0] - 2025-10-14
Added
- Live Activities support for rest timer on Lock Screen and Dynamic Island
- Smart workout rotation that automatically adjusts your schedule
- In-app feedback system accessible from Settings
- Scroll indicators in onboarding for better discoverability
Fixed
- Fixed "Get Started" button in onboarding view not responding to taps. The issue was caused by improper property wrapper usage (
@Environmentinstead of@EnvironmentObject) - Fixed onboarding completing buttons restarting the flow instead of completing it
- Fixed scrolling not working in onboarding view by removing
.allowsHitTesting(false)that blocked touch events - Fixed content being cut off in onboarding view by increasing bottom padding to account for navigation controls
Changed
- Simplified onboarding flow to use a single "Start Training" button on all steps for a cleaner, more focused user experience
- Enhanced interface with streamlined workout screens and bigger buttons for easier set logging
- Improved navigation performance and background data handling