Elevate Versions Save

A sport app to "Elevate" your training experience and goals! Track your fitness and progressions over time. Analyse deeper your activities. And more...

7.0.0-10.alpha

3 years ago

Release notes

Desktop

  • Improvements of database save lifecycle to avoid any corrupted data when data is saved from memory to disk.

7.0.0-9.alpha

3 years ago

Release notes

All platforms:

  • Calculate calories from heart-rate data when available.
  • Replaced birth year by birth date in athlete settings (requuired by new calories calculator). You might update it from athlete settings.
  • Fixed previously unhandled year progress and fitness graphs drawing errors.

7.0.0-8.alpha

3 years ago

Release notes

All platforms:

  • Fixed zones integrity error when removing value of a zone section.

Desktop

  • Use the last activity start time as "sync from date" input instead of last sync date time: makes more sense.
  • Show the most practiced sports list by the athlete as filter option in activities table.
  • Separated deletion of zone settings and global settings in advanced menu.
  • Add restore of activities table sort preference when coming back from activity view.
  • Add restore of activities table page index preference when coming back from activity view.
  • Add restore of activities table page size preference when coming back from activity view.
  • Fixed activity name search pattern in activities table.
  • Fixed back to activities table broken if an activity were recalculated from edit menu.
  • Fixed some "Unhandled error occured" which could fully stop an ongoing sync.
  • Fixed various persistence issues within app life cycle which could bypass save database requests or brake the app start.

7.0.0-7.alpha

3 years ago

Release notes

All platforms:

  • Rework activity filtering by name and multiple sports types.

Desktop

  • Ensure that activities table filters remains applied when coming back from activity view.
  • Fixed a strava connector authentication issue which could occur on connector page.
  • Force synced activities to be persisted after each calculation and not at the end of sync.

Note: This small update is also intended to test the new update process introduced in previous version.

7.0.0-6.alpha

3 years ago

Release notes

All platforms:

  • Technical: Upgrade to angular v11 framework.

Desktop

  • New profile backup/restore mechanism: You are now able to backup/restore very large history size without crash (support memory management). It has to be done for stable releases. The backup size has been also reduced by 10-15%.
  • New update app process per platform. App can now handle non auto-updatable platforms too. You will see changes in this version when a new version will be published.
  • First Mac OS Build! Specific app lifecycle & UI development for the platform. Note that MacOS specific close state still has to been handled. Support of both Intel & Apple Silicon (M1) processors with universal builds.
  • Improved window fullscreen and window maximize management.
  • Fixed Strava connector authentication using Google Account instead of classic Strava email account
  • Many others improvements and fixes.
  • Technical: Complete rework of the inter-process communications required by new Electron v12 security policy.
  • Technical: Upgraded to Electron v12. This includes support of new Apple Silicon ARM architecture.
  • Technical: Optimized activity view graphic library dependencies: faster activity view loading.
  • Technical: Optimized internal activity streams compression and storage: faster activity view loading.

⚠️ Because of new backup/restore mechanism, your activities will be wiped when upgrading to this alpha version. You have to re-sync all your activities. This is exceptional although this is an alpha release..., sorry for the inconvenience.

7.0.0-5.alpha

3 years ago

Release notes

All platforms:

  • Activities table: added grade stats.
  • Stats calculation engine: improved the previous rework from previous 7.0.0-4.alpha version.
  • Streams processor: improved the previous rework from previous 7.0.0-4.alpha version.

Desktop

  • Activity view: added estimated power stream for running activities (activity view).
  • Activity view: added grade stats with peaks and time in zones.
  • Fixed the wrong window size on start for some users.
  • Increased the recommended number of columns in activities table before performance impact notice.
  • Added fetch of temperature stream: stats are not displayed at the moment.
  • Minor fixes and improvements.

7.0.0-4.alpha

3 years ago

Release notes

All platforms:

  • Complete rework of activity calculation engine.
  • Complete rework of streams processor: enhanced noise and non-human spikes removal.
  • Some UI rework on various screens

Desktop

  • Added previews of activities (from activities table). It includes:

    • Map view (6 map type available. Default map preference in athlete settings)
    • Summary stats
    • Graph analysis of each streams with activity sector selection
    • Peaks per sensor
    • Time in zone per sensor
    • Full stats view per sensor
  • Many under the hood improvements

7.0.0-3.alpha

3 years ago

Release notes

All platforms:

  • Added athlete information form in athlete settings.
  • Added ascent speed column in activities list section.
  • Rework of sync menu button with main action and sub-actions list.
  • Rework of message displayed when activities were missing for a given feature (now display an action button to trigger sync)
  • Fixed "year progress" year selection list not displayed when window size lower than 1200px.

Desktop

  • Added 2 options to hide activities consistency warnings (in global settings).
  • Improved by 35% the compression of backups. Import & export processing time also improved.
  • Support activities recalculation after upgrade (if necessary).
  • Improved activity sport type detection on GPX files exported by Strava.
  • Fixed altitude re-smoothed on activities recalculation.
  • Fixed case where file connector could be synced without source folder existence.

7.0.0-2.alpha

3 years ago

Release notes

All platforms:

  • Allow activities data to be seen during a synchronization not ended.
  • Disable user actions which could collide with a running synchronization.
  • Centralize history changes detection in app.
  • Optimize activities list layout for upcoming activity view feature.
  • Add min/max primitives stats on speed, cadence, heart-rate, power and altitude sensor streams.
  • Clean up quick menu to make it more concise.
  • Clean up about dialog.
  • [Technical] Libraries upgraded.

Desktop

  • Add latitude/longitude barycenter on synced activities.
  • Add activity hash on new synced activities
  • Display warning when trying to import web extension backup inside desktop app.
  • Disable desktop sync button with a countdown on the first sync warning.
  • Fix Strava activity id not set when updating an existing activity previously synced with another connector.

Web Extension

  • Rework manual sync starts (now with a tab creation instead of a popup).
  • Display a ribbon indicating that a sync is running.

7.0.0-1.alpha

3 years ago

Release notes

All platforms:

  • Fixed inability to compute estimated running power in some cases.
  • [Technical] Angular build isolation between desktop and extension targets: lighter builds and improved performances.
  • [Technical] Libraries upgraded

Desktop

  • Improved Strava synchronisation UI feedbacks.
  • Allow backup of desktop profile in all sync states (before backup was possible only when synced).
  • [Technical] Implementing a http retry mechanism to replay timed out requests during sync.
  • [Technical] Added dependencies injection pattern on desktop electron side using tsyringe library.

Web Extension

  • Fixed backup profile not saving.