Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-03 | Fix sorting sequence in activity list views | Chris Schlaeger | |
2017-09-03 | New: Purge loaded FIT files during check operation. | Chris Schlaeger | |
This will significantly reduce the memory consumption and increases the check speed with several hundreds of FIT files. | |||
2017-09-02 | Eliminate use of Fixnum. | Chris Schlaeger | |
More recent versions of Ruby emit warnings when Fixnum is used. Fixnum is now replaced by Integer. | |||
2017-09-01 | New: Improved HRV Score calculation | Chris Schlaeger | |
When a 2 minute activity is recorded with a HR strap and a 3s in/3s out breathing pattern while standing still, the HRV score (0 - 100) is similar to the Garmin performance condition. The higher the value the better the condition. | |||
2017-08-31 | Fix: Undo workaround for bug in fit4ruby. | Chris Schlaeger | |
2017-08-29 | Fix: Don't crash when BluetoothLE sensors were used. | Chris Schlaeger | |
2017-08-14 | Bumping version to 0.8.1v0.8.1 | Chris Schlaeger | |
2017-08-13 | Bump version to 0.8.0.v0.8.0 | Chris Schlaeger | |
PostRunner now supports Garmin Fenix 5, Fenix 5S and Fenix 5X devices. | |||
2017-07-29 | New: Add performance condidtion graph support. | Chris Schlaeger | |
2017-07-29 | New: Support new anaerobic training effect | Chris Schlaeger | |
2017-07-27 | Fix zone index off-by-one bug. | Chris Schlaeger | |
2017-07-19 | Add support for new FIT message 226 data (Heart Rate Zones) | Chris Schlaeger | |
2017-07-10 | New: Include heart rate zone in activity reports. | Chris Schlaeger | |
2017-02-26 | Fix: Require perobs 2.4.1 or later.v0.7.5 | Chris Schlaeger | |
perobs 2.4.0 has a bug that can lead to database corruptions. | |||
2017-02-25 | Fixing typo | Chris Schlaeger | |
2017-02-24 | Bumping version to 0.7.4.v0.7.4 | Chris Schlaeger | |
2017-02-24 | Require fit4ruby 1.5.1 due to important bug fix. | Chris Schlaeger | |
2017-02-24 | Bumping version to 0.7.3.v0.7.3 | Chris Schlaeger | |
2017-02-23 | Require fit4ruby 1.5.0 | Chris Schlaeger | |
2017-02-09 | Fix: Fix crash when generating daily monitoring report | Chris Schlaeger | |
2017-02-09 | Require fit4ruby version 1.4.0 | Chris Schlaeger | |
2017-02-09 | Bumping version to 0.7.2v0.7.2 | Chris Schlaeger | |
2017-02-05 | Bumping version to 0.7.1v0.7.1 | Chris Schlaeger | |
2017-02-05 | Fix: Add perobs version 2.3.1 as gem dependency. | Chris Schlaeger | |
2017-02-01 | Fix doc errors. | Chris Schlaeger | |
2017-02-01 | Bump version to 0.7.0v0.7.0 | Chris Schlaeger | |
2017-01-31 | First attempt to show monitoring data in browser. | Chris Schlaeger | |
2017-01-31 | Fix: Fix map not showing bug. | Chris Schlaeger | |
2017-01-30 | New: Show monitoring data in web browser. | Chris Schlaeger | |
2016-11-05 | Move pr_trackview_init_xy() call before init_viewframe_map(). | Chris Schlaeger | |
This hopefully fixes some issues with the maps not showing up for some users. | |||
2016-10-31 | New: Weekly report for monitoring data. | Chris Schlaeger | |
2016-10-23 | Fix: Some users report that the map wasn't rendered. | Chris Schlaeger | |
While the actual root cause is still unknown, this is an attempt to fix it. | |||
2016-10-09 | Fix: Fixing monthly reports for previous months. | Chris Schlaeger | |
Only the current months worked fine. | |||
2016-09-23 | Fix: Find sleep cycles even with noisy HR data. | Chris Schlaeger | |
Recent firmware updates for the Fenix3 produce much more noisy HR data. The original sleep cycle detector could not handle this well. This improved version uses minimum cycle times to detect the cycles more accurately. | |||
2016-09-20 | Fix: Only show pace and speed graph together for multisport. | Chris Schlaeger | |
Otherwise show only pace for running or speed otherwise. | |||
2016-09-20 | New: Limit HRV data graph to +/-30. | Chris Schlaeger | |
Larger values are typically caused the measurement errors. | |||
2016-09-19 | New: Use a more efficient database | Chris Schlaeger | |
The new database needs much less storage space and is faster. | |||
2016-08-14 | Fix: Percentage floors climbed in monthly report is now correct. | Chris Schlaeger | |
2016-07-13 | New: Require new fit4ruby version 1.3.0v0.6.0 | Chris Schlaeger | |
2016-07-13 | New: Bumping version to 0.6.0. | Chris Schlaeger | |
2016-07-13 | Fix: Switch tile source to OSM to work around MapQuest changes. | Chris Schlaeger | |
2016-06-28 | Fix: Clarify data source labels. | Chris Schlaeger | |
2016-06-25 | New: Show LTHR (Running) in User Profile view. | Chris Schlaeger | |
2016-06-19 | Bumping version to 0.5.0v0.5.0 | Chris Schlaeger | |
2016-06-18 | New: Show Lactate Threshold values in Events section | Chris Schlaeger | |
2016-05-22 | DRY fix | Chris Schlaeger | |
2016-05-21 | New: Add distance and calories to monthly report. | Chris Schlaeger | |
2016-05-20 | Fix: Print help text to stdout and not stderr. | Chris Schlaeger | |
2016-05-20 | Yet another fix for intensity minute calculation. | Chris Schlaeger | |
2016-05-19 | Bump version to 0.4.0v0.4.0 | Chris Schlaeger | |