Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-03 | Make daily command indicate date of sleep events | cos | |
By prefixing the timestamps of sleep events with either a space ' ' when they occured on the same day as the requested date, and prefixing with a plus '+' when not on the same day, it becomes trivial to distinguish events after midnight apart from events prior to midnight. | |||
2020-08-31 | Fix: Be less strict with check of device_info section | Chris Schlaeger | |
2020-08-30 | Bump version to 1.0.2 | Chris Schlaeger | |
2020-08-30 | Fix: Fix import of monitoring files. | Chris Schlaeger | |
Monitoring files don't have an indexed device info section. The old code did not like that. | |||
2020-08-17 | Bump version to 1.0.1v1.0.1 | Chris Schlaeger | |
2020-08-17 | Fix: Fix undefined local variable or method 'di' error | Chris Schlaeger | |
2020-07-26 | Set default log level back to INFOv1.0.0 | Chris Schlaeger | |
2020-07-26 | New: Improved handling of unknown devices and unknown FIT elements | Chris Schlaeger | |
2020-05-31 | Get age from user_profile instead of user_data if present | Chris Schlaeger | |
2020-05-02 | New: Require perobs 4.2.0 | Chris Schlaeger | |
2020-01-16 | Add respiration rate chart | Chris Schlaeger | |
2019-09-21 | Fix: Don't crash if HR data contains holes. | Chris Schlaeger | |
2019-09-21 | Not all FIT files have a user_profile section. | Chris Schlaeger | |
2019-09-21 | New: Show lactate threshold speed in User Profile section. | Chris Schlaeger | |
2019-09-07 | Fix: Show session and lap average pace for newer FIT files. | Chris Schlaeger | |
2019-09-03 | Bump version to 0.12.0v0.12.0 | Chris Schlaeger | |
2019-09-03 | New: Add support for Garmin Fenix5X Plus FW 8.40 | Chris Schlaeger | |
2019-06-08 | Bumping version to 0.11.0 and updating dependency versionsv0.11.0 | Chris Schlaeger | |
2019-06-08 | Fix: Use SSL to download EPO file | Chris Schlaeger | |
Looks like Garmin has disabled the HTTP service and now provides a HTTPS service. We now use SSL to download the EPO file. | |||
2019-01-19 | Enable PEROBS progress meter | Chris Schlaeger | |
2018-07-17 | New: Also import files that end with '.fit' instead of '.FIT'. | Chris Schlaeger | |
2018-05-27 | Fix: Leave VO2max computation to fit4ruby library. | Chris Schlaeger | |
This will result in slightly lower but probably more accurate VO2max values (accurate as reported by the device). | |||
2018-05-12 | Fix: Detection of already imported FIT file wasn't working properly. | Chris Schlaeger | |
Importing directories with many known FIT files is now much faster. | |||
2018-03-18 | Fix: Fix broken line charts when smart recording was used | Chris Schlaeger | |
2018-03-18 | New: Add peak EPOC and elapsed time to activity summary | Chris Schlaeger | |
2018-03-17 | New: Show TRIMP (Exp) in activity summary | Chris Schlaeger | |
2018-03-04 | New: Show resting heart rate in profile section | Chris Schlaeger | |
2018-01-21 | Fix: Ensure that all time-based graphs always start at 0. | Chris Schlaeger | |
Sometimes sensors don't produce values until later in the activity. These graphs then only started at later times and did no longer line up with other graphs. | |||
2018-01-17 | Bumping version to 0.10.1v0.10.1 | Chris Schlaeger | |
2018-01-17 | Fix: Don't use a symbol to store the unit system | Chris Schlaeger | |
Recent versions of PEROBS don't support this anymore. | |||
2018-01-17 | Bumping version to 0.10.0v0.10.0 | Chris Schlaeger | |
2018-01-17 | Fix: Adapt to fit4ruby 2.0.0 API. | Chris Schlaeger | |
2017-11-12 | Bump version to 0.9.0.v0.9.0 | Chris Schlaeger | |
2017-11-12 | Fix: Interrupt line graphs on missing data or pauses | Chris Schlaeger | |
2017-11-12 | Change label to start time to make it less ambiguous. | Chris Schlaeger | |
2017-11-12 | New: Show activity start time instead of end time in summary | Chris Schlaeger | |
2017-11-11 | New: Store hash of imported FIT files to speed up import | Chris Schlaeger | |
Garmin devices typically keep older activity FIT files on the device. Parsing a FIT file can be costly at scale. Postrunner now stores the MD5 sums of recently importet files and checks against that list before parsing the FIT file. | |||
2017-11-11 | Use perobs 4.0.0 syntax. | Chris Schlaeger | |
2017-11-11 | Fix: Improved HRV score | Chris Schlaeger | |
Only show it if the data was good. It must be measured standing at rest. | |||
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-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 | |