Skip to content

Releases: GoldenCheetah/GoldenCheetah

V4.0 Development Release Mar 2016

24 Mar 20:43
Compare
Choose a tag to compare
Pre-release

Latest development build, late March 2016

toexhaustion

Includes:

  • Simplified Chinese Support
  • Kettler Ergo Bike Support
  • Support FE-C Stationary Bikes
  • CP/W' Solver
  • Mark exhuastion points in a ride
  • Fixups for Formula for W'bal as a user data series
  • Fix Withings weight for newer scales
  • Metric tooltip / documentation
  • Powertap LYC "Year 2000 bug" Fix

Serious Bug Fixes:

  • Fix PDEstimates QList threadsafe SEGV
  • Fix LTMOutliers SEGV

Also:

  • Post source code reorganisation
  • Post NOWEBKIT update (but not used in this build)

Linux builds are for Ubuntu 14.04 (Trusty) and above.
They will most likely work on Debian 8.3 (Jessie).
Install using the Ubuntu Software Center. Installs to /opt/GoldenCheetah with Qt5.5.1 libs.

Even though this is build with a static libical I left the libical1 in the control file.
If you are getting an error as you only have libical1a thenou can fix this by doing the following from a terminal window where the deb file is downloaded.

dpkg-deb -R GoldenCheetah_v4.0-DEV1603*.deb gc-deb
sed -i "s|libical1, ||" gc-deb/DEBIAN/control
dpkg-deb -b gc-deb GoldenCheetah_v4.0-DEV1603.deb

Then install the GoldenCheetah_v4.0-DEV1603.deb file that was created.

V4.0 Development Release Feb 2016

21 Feb 18:57
Compare
Choose a tag to compare
Pre-release

2016 feb

Not been much changes since Jan's Development Build

  • Train View Controls
  • Google Drive API v3 Support
  • Minor updates to Workout Editor (zoom/scroll, save/save as)
  • Loading Indicator
  • Datafilter fixup to support cTSS
  • Bug fixes and Nits

Notes for Windows:

  • Please check "ReadMe.txt" in the .zip file(s) for installation details.
  • The Windows builds do NOT support Windows XP any more.

Notes for Linux:

  • the .deb has been built for Ubuntu 14.04 (LTS) 64 bit
  • sudo dpkg -i filename.deb

If there are unresolved dependencies, in the same folder run

  • sudo apt-get install -f

It is placed in /opt/GoldenCheetah

V4.0 Development Release Jan 2016

31 Jan 11:41
Compare
Choose a tag to compare
Pre-release

v4-dev1

WIP development for V4.0 including

  • Cloud DB integration (Joern)
  • Google Drive API (Magnus)
  • User Defined Metrics (Mark)
  • Future Load Planning (Damien)
  • Train View Connect (Jon)
  • Fortius Fixes (Dave)
  • Windows VS2015/QT5.6 Support (Joern)
  • ANT+ Remote Control Suppot (Jon)
  • Workout Editor unfinished (Mark)
  • Running Power Zones (Ale)
  • ...lots of small improvements; export W'bal, HR reference lines etc etc

We are currently focused on bottom-up planning (workout level) hence the workout editor. Once the workout library has been updated we will then look at top down planning (phases/load). Planning is in the early stages but remains a priority!

Notes:

  • On Windows please check "ReadMe.txt" in the .zip file(s) for installation details.
  • The Windows builds do NOT support Windows XP any more.

Version 3.3.0

29 Nov 17:22
Compare
Choose a tag to compare

version 33

Release Notes

Major new features

  • Sync across PCs via Dropbox cloud storage
  • Sync via local folder, thumb drive, Google mounted drive etc
  • Added Daniels VDOT and T-Pace tools for Running
  • User Formulas
  • Restful API Web-Services for integration with R,Matlab,Orange,Tableau etc
  • Support FE-C trainer
  • Monark ERG Support
  • Support Stryd Power Meter for Running
  • BSX Insight 2 support
  • Ambit SML import support
  • RLV Support, playback to riding speed.
  • Video Overlays in Train View
  • SportsPlusHealth upload support
  • Backup and Autobackup
  • Better swim workout support incl. lap workouts
  • SrmRideFile: v9 support (SRM PC8)
  • Add new language support: Chinese(Traditional)
  • GPL v3 License

Severe Bugs Fixed

  • Fix 3DP file import 'hang'
  • Joule GPS+ import issues
  • Checkbox metadata fields not saved, ^S save errors
  • Fix GPU battery drain on Mac OSX
  • Fix HR > 8 Zone Crash
  • Fix 'Fix Elevation' SEGV
  • Fix Interval Search SEGV on High Power
  • DataProcessor 'Auto' runs on import only
  • Fix Memory Exhaustion on Mass Import/Sync
  • Fix SEGV when sharing activity on Strava with no internet
  • Fix IntervalNavigator SEGV
  • Fix SEGV LTM Edit

Minor new features

  • TrainSidebar: Delete multiple workouts
  • Configure CP and FTP separately
  • FixSmO2: Add a tool to remove anomalies in SmO2 data
  • Recognise more Garmin devices based on FIT SDK
  • Fix Freewheeling Tool
  • Added W'bal Work In Zone Metrics
  • Add W'bal Zones - Time above CP
  • Added Autoimport Stealth/Background Mode
  • TrainMode - Use Multimedia Keys
  • Fix Speed from Distance tool
  • Delete Athlete now supported
  • Settings stored in athlete folder config directory
  • Bugfix merge of hrm and gpx
  • Mass update metadata with set, isset and unset commands
  • Add a Derive Distance tool (from GPS position)
  • Read R-R data from polar hrm files
  • Add User parameters for Bike Weight and CRR to Power Estimation Tool
  • Multiple fixups for DataFilter expressions and precedence logic
  • LTM Filter for a curve
  • Rename Route

V3.3 Release Candidate 3

25 Nov 15:29
Compare
Choose a tag to compare
Pre-release

Hopefully the last one before we release

The bugs related to file processing warrant a quick round of testing.

rc3

Fixes since last release candidate:
1fa9db2 Fix 3DP file import 'hang'
5192d6f Joule GPS+ has a longer response in Get Unit Software Version
7d5b6a8 Fixes TcxParser for HRM Swim files
7cf63b4 TrainSidebar: Delete multiple workouts
dbe5632 Monark: Bail early if we can't open serial port
490af93 Fixes Device Type identification for FIT lap swimming files
7886b5e Remove a couple of unused variables.
e74e8fc Fixes Lap Swimming import for Garmin Swim drill mode
c902647 Monark: Improve stability of model detection
07e74f7 If the duration spent is 0, we should display 0, not NaN.
e7cc1f0 Formulas config(cranklength)
d0b155c Fix FTP/CP view update
154a46b AllPlot refresh on Units changed
1613f03 fix ANT device reset requence
e476c5d add bounding box to meters widget overlays
40a061e Monark: Add support for controlling power on LCx models
d73a55e SML Lap Swimming support samples

V3.3 Release Candidate 2

19 Nov 22:27
Compare
Choose a tag to compare
Pre-release

With no severe bugs found in RC1 this is likely to be the last release candidate unless severe bugs are discovered. See V3.3 Release Candidate 1 for the new features in this version.

screen shot 2015-11-19 at 22 20 31

Fixes since RC1

f7d222d TrainDB - fix //1 remove workout error
4516c86 Update Translation DE
b881771 Add Athlete Unique ID
f65b62c API error message on bad athlete
555e869 Fix TSS/IF useCPforFTP logic
818b1cd Icons in Athlete Chooser
bdb599c On change useFtpForCP trigger metric refresh
6a85293 Fixed Length average speed on Lap Swimming FIT files
e0ac708 Update Spanish translation
fb717ee honor "Use CP for FTP" in TSS
f5744a4 Update Russian translation
3111ede Coggan: Combobox for "Use CP for FTP" option
751a57c Added Garmin Swim sample file
cb7501b Fixes Lap Swimming FIT import for Garmin
58f5fbb Checkbox metadata fields not saved
80adc0b Replace liboauth with kQOauth
6e2d959 Fix Elevation Fixups & Own API Key
8a5708c ANT: Fix STD, CRANKTORQUE and TE_PS power event interaction
d70e8c4 Collect all FE-C trainer data
11e7873 Fixup Linux build for kqoauth
c294e1f Recognise Erik Boto
95d8c60 Add missing 'text' entry to parser
eab115c minor building warning fix
3c65bc2 extend out of range fix in case of bad file
a1ee851 Fixes Lap Swimming FIT import from Garmin 920xt
c3ef27c fix bug: potential [out of range]
6a0660b Strava upload: set correct activity type
008395d Added test file for sigma rox 10.0 slf rides.
0c57e50 Added Sigma Rox 10.0 .slf file

Version 3.3 Release Candidate 1

13 Nov 20:14
Compare
Choose a tag to compare
Pre-release

First release candidate for version 3.3

New features:

  • User defined formulas
  • Restful Web-Services API
  • Apply filter to individual LTM curves
  • Stryd running power meter support
  • BSX Insight (Gen 2) support
  • ANT FE-C support
  • Monark LT/LC Ergometers
  • Cloud Sync incl. native Dropbox support
  • Backup and Autobackup
  • Video Playback adjusts to speed
  • VDOT and T-Pace Calculator
  • Config stored within athlete directory
  • Delete athlete from chooser
  • Chinese Language Support

orange

The following severe bugs are fixed in v3.3 (31 issues closed in total since v3.2)

  • ^S whilst editing doesn't always save data
  • High Performance GPU battery drain on OS X
  • Poor performance when using 'Auto' data processors
  • Memory exhaustion on mass import, causes severe performance issues
  • Crash in Ride Summary when > 8 HR Zones used
  • Crash in Fix Elevation tool
  • Crash in PD Model Metric refresh
  • Crash in Interval Discovery when power > 2,500w
  • Crash in Interval Navigator for Manual Ride

We are only supporting QT5 based 64bit Builds for OSX 10.7 or higher (Lion)
We are only supporting QT5 based 64bit/32bit Builds for Windows (XP or higher)

Public Development Build for v3.3 #2

07 Nov 17:34
Compare
Choose a tag to compare
Pre-release

First public builds for v3.3 including:

  • User defined formulas
  • Restful Web-Services API
  • Stryd running power meter support
  • ANT FE-C support
  • Cloud Sync incl. native Dropbox support
  • Backup and Autobackup
  • Video Playback adjusts to speed
  • VDOT and T-Pace Calculator
  • Config stored within athlete directory
  • Delete athlete from chooser

api

The following severe bugs are fixed in v3.3 (31 issues closed in total since v3.2)

  • Crash in Ride Summary when > 8 HR Zones used
  • Crash in Fix Elevation tool
  • Crash in PD Model Metric refresh

We are only providing QT5 based 64bit Builds for OSX 10.7 or higher (Lion)
We are only providing QT5 based 32bit Builds for Windows (XP or higher)

Public Development Build for v3.3 #1

03 Nov 11:00
Compare
Choose a tag to compare
Pre-release

** DO NOT TRY AND USE THESE BUILDS AS THEY ARE NOT WORKING **

Version 3.2.0

12 Aug 08:53
Compare
Choose a tag to compare

release32

Release Notes

Technical

  1. NoSQL - RideCache in memory with backing store
  2. Directory Structure - /cache /config /activities etc
  3. Use Native File Format - json
  4. CLucene deprecated
  5. KQOauth lib replaces libOAuth
  6. File Quarantining
  7. Google Calendar API v2
  8. Measures db deprecated for a Withings cache
  9. Preferences changes update optimized

General

  1. Improved Merge
  2. PMC Any Stress Metric
  3. W'bal Zones
  4. PMC Metrics on Summary and in Filters
  5. CP Estimates use rolling 6 weeks not 2 calendar months
  6. Added Ward-Smith PD Model
  7. Lots more Fix Tools (Elevation, Power, Moxy etc)
  8. Automatic importing of files
  9. Hide curves via legend in LTM Plot
  10. Improved performance for W'bal calculation
  11. Export 'heatmap' of rides for Google Maps

Intervals

  1. Interval Navigator in Performance Plot
  2. Interval Auto-discovery; Peaks, Hills, TTE/Sustained, Routes
  3. Plot Sustained Intervals on CP chart (ride, season, compare)
  4. Sustained Time In Zone metrics
  5. Create intervals on the map
  6. Drop Segments onto Compare Pane to add all matching intervals

Moxy

  1. Direct download from device
  2. Import CSV (moxy + peripedal) and FIT format
  3. Merge Tool changes
  4. Shift S+C to Smo2/tHB
  5. Derive HHb and O2Hb from SmO2/tHb
  6. Chart ride, 2d, 3d, histogram

Multisport

  1. Pace Zones - Running and Swimming
  2. Garmin Dynamics - Running and Cycling Dynamics
  3. GOVSS, SwimScore, TriScore et al
  4. CV Model

Train View

  1. Tacx Vortex Electronic Trainer Support
  2. Vector Support
  3. Moxy Support
  4. W'bal as you ride
  5. New file format and import process at end of ride
  6. New turbos supported.

Which file should I download?

GoldenCheetah_3.2.0-QT5_64bit_Win.exe - For Windows Vista/7/8/10 - 64bit OS/QT5
GoldenCheetah_3.2.0-QT5_32bit_Win.exe - For Windows Vista/7/8/10 - 32bit OS/QT5
GoldenCheetah_3.2.0-QT5_64bit.dmg - For Mac OSX 10.7+ users 64bit OS/QT5

GoldenCheetah_3.2.0-QT4_32bit_Win.exe - For Windows XP users - 32bit OS/QT4
GoldenCheetah_3.2.0-QT4_64bit_Win.exe - For Windows XP users - 64bit OS/QT4
GoldenCheetah_3.2.0-QT4_32bit.dmg - For Mac OSX 10.6+ users 32bit OS/QT4