mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-04-15 05:32:21 +00:00
Update website for 3.0.2 release
This commit is contained in:
@@ -26,17 +26,15 @@ PCV on Mac OS X</a> for further information.
|
|||||||
|
|
||||||
<p>
|
<p>
|
||||||
<font face="arial,helvetica,sanserif">
|
<font face="arial,helvetica,sanserif">
|
||||||
<big><strong>Download Release 3.0.1</strong></big>
|
<big><strong>Download Release 3.0.2</strong></big>
|
||||||
</font>
|
</font>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>This is a bug fix release with a few new features.</p>
|
<p>This is a bug fix release with a few new features.</p>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="GoldenCheetah_3.0.1_Windows_Installer.exe">Windows 32-bit (runs on 64bit as well)</a>
|
<li><a href="GoldenCheetah_3.0.2_Windows_Installer.exe">Windows 32-bit (runs on 64bit as well)</a>
|
||||||
<li><a href="GoldenCheetah_3.0.1_Mac_Universal.dmg">Mac OS X Intel Universal (10.6+)</a><br>
|
<li><a href="GoldenCheetah_3.0.2_Mac_Universal.dmg">Mac OS X Intel Universal (10.6+)</a><br>
|
||||||
<li><a href="GoldenCheetah-3.0.1-2.fc18.x86_64.rpm">Fedora 18 RPM (x86_64)</a><br>
|
|
||||||
<li><a href="GoldenCheetah-3.0.1-2.fc19.x86_64.rpm">Fedora 19 RPM (x86_64)</a><br>
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
@@ -55,7 +53,7 @@ There is the older Version 2.1.0 <a href="/users-guide.html">User's Guide</a> o
|
|||||||
and use Golden Cheetah that can assist also.
|
and use Golden Cheetah that can assist also.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
You can also <a href="release-notes.html">view the release notes</a> for 3.0.1
|
You can also <a href="release-notes.html">view the release notes</a> for 3.0.2
|
||||||
or <a href="older-releases.html">download older releases</a> of Golden Cheetah.
|
or <a href="older-releases.html">download older releases</a> of Golden Cheetah.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -18,6 +18,19 @@ please see <a href="download.html">the download page</a> instead.
|
|||||||
<td><i>Description</i></td>
|
<td><i>Description</i></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td valign="top">3.0.1</td>
|
||||||
|
<td valign="top">
|
||||||
|
<a href="GoldenCheetah_3.0.1_Mac_Universal.dmg">Mac OS X Intel Universal (10.6+)</a><br>
|
||||||
|
<a href="GoldenCheetah_3.0.1_Windows_Installer.exe">Windows 32-bit</a><br>
|
||||||
|
<a href="GoldenCheetah-3.0.1-2.fc18.x86_64.rpm">Fedora 18 RPM (x86_64)</a><br>
|
||||||
|
<a href="GoldenCheetah-3.0.1-2.fc19.x86_64.rpm">Fedora 19 RPM (x86_64)</a>
|
||||||
|
</td>
|
||||||
|
<td valign="top">
|
||||||
|
<a href="release-notes_3.0.1.html">Full Version 3.0.1 change log.</a><br>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td valign="top">3.0.0</td>
|
<td valign="top">3.0.0</td>
|
||||||
<td valign="top">
|
<td valign="top">
|
||||||
@@ -60,7 +73,6 @@ Development Builds
|
|||||||
</p>
|
</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<p>
|
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td valign="top">2.1.0</td>
|
<td valign="top">2.1.0</td>
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<p>
|
<p>
|
||||||
<font face="arial,helvetica,sanserif">
|
<font face="arial,helvetica,sanserif">
|
||||||
<big><strong>GoldenCheetah 3.0.1</strong></big>
|
<big><strong>GoldenCheetah 3.0.2</strong></big>
|
||||||
</font>
|
</font>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@@ -8,92 +8,44 @@
|
|||||||
Full Change Log
|
Full Change Log
|
||||||
</p>
|
</p>
|
||||||
<pre>
|
<pre>
|
||||||
$ git checkout release_3.0.0
|
$ git checkout release_3.0.1
|
||||||
$ git shortlog v3.0-SP1 ^v3.0
|
$ git shortlog v3.0-SP2 ^v3.0-SP1
|
||||||
|
|
||||||
Christian Stade-Schuldt (1):
|
Christian Stade-Schuldt (3):
|
||||||
Updated Tacx Satori Virtual Power values
|
Added virtual power support for Tacx Blue Twist trainer
|
||||||
|
Added virtual power support for Tacx Blue Motion trainer
|
||||||
|
added Tacx Blue Twist and Tacx Blue Motion to Device Wizard
|
||||||
|
|
||||||
Damien (16):
|
Damien (6):
|
||||||
CsvRideFile: add temperature and hill slope (%) parsing for ibike csv file
|
AerobicDecoupling: Correct formula fix #721
|
||||||
Bin2RideFile: Changes in Summary pages for Data version 5
|
AllPlot: Handle noTemp with no smooth fix #634
|
||||||
Bin2RideFile: correct bug for some GPS data
|
FitRideFile: correct issue with unknown field type in fit file fix #724
|
||||||
JouleDevice: Remove debug lines
|
FitRideFile: We may need to add string support
|
||||||
JouleDevice: Remove debug lines
|
FitRideFile: wrong copy-paste
|
||||||
Aerolab: Add a constant altitude option
|
GoogleMapControl: Small fix for Google Map fix #814
|
||||||
GoogleMap: Little fix
|
|
||||||
ShareDialog 2/3 : For version 3.0.1
|
|
||||||
FitRideFile: Add Calibration Event parsing
|
|
||||||
Correction for release_3.0.0 branch
|
|
||||||
AllPlot: plot references lines
|
|
||||||
OAuthDialog: Remove qDebug()
|
|
||||||
ShareDialog: Manage null error message
|
|
||||||
ShareDialog: Add upload to CyclingAnalytics and SelfLoops
|
|
||||||
FitRideFile: Correction for last Garmin firmware updates In last Garmin firmware there is some (unknow) fields with multi
|
|
||||||
FitRideFile: - Add Left/Right TorqueEff and Left/Rigth PedalSmooth - Open Truncated file
|
|
||||||
|
|
||||||
Dave Waterworth (2):
|
Gareth Coco (1):
|
||||||
Fix Tacx Fortius Device Support
|
Update translations for upcoming release
|
||||||
More Fortius Fixes
|
|
||||||
|
|
||||||
Eric Johnson (1):
|
Jaime Jofre (1):
|
||||||
Use float division when converting wheel size
|
Fixes issue #791
|
||||||
|
|
||||||
G Coco (2):
|
Mark Liversedge (7):
|
||||||
Reinstate Twitter functionality
|
Increase Starting LTS limits
|
||||||
Merge StraveDialog and RideWithGPSDialog
|
Fix WKO import - another optpad constant
|
||||||
|
Compromise on import
|
||||||
|
Fix SEGV on bad file/header in FitRideFile
|
||||||
|
Revert "Fix SEGV on bad file/header in FitRideFile"
|
||||||
|
Another attempt to fix SEGV in FitRideFile
|
||||||
|
Release 3.0-SP2
|
||||||
|
|
||||||
Gareth Coco (3):
|
Stig B. Dørmænen (1):
|
||||||
Website updates for Version 3.0 (cherry picked from commit fb339a527b7937ef8141b90af81cd2fd8017f891)
|
Made the fault handling in TPDownload a little more user friendly
|
||||||
assert cleanup
|
|
||||||
Update translation source files
|
|
||||||
|
|
||||||
Jaime (1):
|
Walter (1):
|
||||||
Work around to ensure controller key presses aren't missed. Borrowed from Fortius.cpp
|
using milliseconds for delta_t when calculating speed, supports Suunto Ambit gpx datafiles
|
||||||
|
|
||||||
Jon Escombe (3):
|
alexdelli (1):
|
||||||
Detach kernel driver before claiming USB2 ANT+ interface.
|
Added Support for Elite Supercrono PowerMag
|
||||||
Don't reset ANT channel settings on search timeout
|
|
||||||
Don't reset ANT channel settings on search timeout
|
|
||||||
|
|
||||||
Mark Liversedge (18):
|
|
||||||
Fixup Fit File issue
|
|
||||||
Fix PWX export SEGV
|
|
||||||
Deprecate Strava Support
|
|
||||||
Fix allplot crash on daft power value
|
|
||||||
Recognise Dave Waterworth
|
|
||||||
Merge pull request #694 from gcoco/release_3.0.0
|
|
||||||
Truncate Altitude values
|
|
||||||
Interval Summary Off By 1 Error
|
|
||||||
Add /dev/cu.usbserial as a serial device
|
|
||||||
Merge pull request #713 from gcoco/qwt-fix
|
|
||||||
V3.0 SP1 RC1 Update
|
|
||||||
Fix LC_LOCALE on Xcode 5
|
|
||||||
Fix findBests when no speed/gps
|
|
||||||
Merge branch 'release_3.0.0' of https://github.com/GoldenCheetah/GoldenCheetah into release_3.0.0
|
|
||||||
Batch Export remembers last format/dir
|
|
||||||
Fix 3d grid when users specify background colors
|
|
||||||
Fix SEGV if metric not available
|
|
||||||
V3.1 SP1 (3.0.1) released
|
|
||||||
|
|
||||||
Rainer Clasen (9):
|
|
||||||
SrmDevice: fix writing srmio data
|
|
||||||
inlude srmio version + commit in about dialog
|
|
||||||
make srmio details in version dialog conditionally
|
|
||||||
Tcx: fix speed in summary information
|
|
||||||
fix PWX export: handle end of gaps gracefully.
|
|
||||||
fix PWX export: always write summarydata
|
|
||||||
PWX export: keep timestamp + distance precision
|
|
||||||
PWX: read/write temperature
|
|
||||||
use pwx for Trainingstagebuch upload
|
|
||||||
|
|
||||||
Walter Bürki (1):
|
|
||||||
adding hr,cad,power,temp of Suunto Ambit gpx files
|
|
||||||
|
|
||||||
gcoco (5):
|
|
||||||
Support Twitter API 1.1
|
|
||||||
Twitter API change
|
|
||||||
Kurt Kinetic Road Machine PowerCurve fix
|
|
||||||
Get rid of qwt compile error about format string.
|
|
||||||
Add Garmin Forerunner 910XT
|
|
||||||
</pre>
|
</pre>
|
||||||
|
|||||||
99
doc/web/release-notes_3.0.1.content
Normal file
99
doc/web/release-notes_3.0.1.content
Normal file
@@ -0,0 +1,99 @@
|
|||||||
|
<p>
|
||||||
|
<font face="arial,helvetica,sanserif">
|
||||||
|
<big><strong>GoldenCheetah 3.0.1</strong></big>
|
||||||
|
</font>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
Full Change Log
|
||||||
|
</p>
|
||||||
|
<pre>
|
||||||
|
$ git checkout release_3.0.0
|
||||||
|
$ git shortlog v3.0-SP1 ^v3.0
|
||||||
|
|
||||||
|
Christian Stade-Schuldt (1):
|
||||||
|
Updated Tacx Satori Virtual Power values
|
||||||
|
|
||||||
|
Damien (16):
|
||||||
|
CsvRideFile: add temperature and hill slope (%) parsing for ibike csv file
|
||||||
|
Bin2RideFile: Changes in Summary pages for Data version 5
|
||||||
|
Bin2RideFile: correct bug for some GPS data
|
||||||
|
JouleDevice: Remove debug lines
|
||||||
|
JouleDevice: Remove debug lines
|
||||||
|
Aerolab: Add a constant altitude option
|
||||||
|
GoogleMap: Little fix
|
||||||
|
ShareDialog 2/3 : For version 3.0.1
|
||||||
|
FitRideFile: Add Calibration Event parsing
|
||||||
|
Correction for release_3.0.0 branch
|
||||||
|
AllPlot: plot references lines
|
||||||
|
OAuthDialog: Remove qDebug()
|
||||||
|
ShareDialog: Manage null error message
|
||||||
|
ShareDialog: Add upload to CyclingAnalytics and SelfLoops
|
||||||
|
FitRideFile: Correction for last Garmin firmware updates In last Garmin firmware there is some (unknow) fields with multi
|
||||||
|
FitRideFile: - Add Left/Right TorqueEff and Left/Rigth PedalSmooth - Open Truncated file
|
||||||
|
|
||||||
|
Dave Waterworth (2):
|
||||||
|
Fix Tacx Fortius Device Support
|
||||||
|
More Fortius Fixes
|
||||||
|
|
||||||
|
Eric Johnson (1):
|
||||||
|
Use float division when converting wheel size
|
||||||
|
|
||||||
|
G Coco (2):
|
||||||
|
Reinstate Twitter functionality
|
||||||
|
Merge StraveDialog and RideWithGPSDialog
|
||||||
|
|
||||||
|
Gareth Coco (3):
|
||||||
|
Website updates for Version 3.0 (cherry picked from commit fb339a527b7937ef8141b90af81cd2fd8017f891)
|
||||||
|
assert cleanup
|
||||||
|
Update translation source files
|
||||||
|
|
||||||
|
Jaime (1):
|
||||||
|
Work around to ensure controller key presses aren't missed. Borrowed from Fortius.cpp
|
||||||
|
|
||||||
|
Jon Escombe (3):
|
||||||
|
Detach kernel driver before claiming USB2 ANT+ interface.
|
||||||
|
Don't reset ANT channel settings on search timeout
|
||||||
|
Don't reset ANT channel settings on search timeout
|
||||||
|
|
||||||
|
Mark Liversedge (18):
|
||||||
|
Fixup Fit File issue
|
||||||
|
Fix PWX export SEGV
|
||||||
|
Deprecate Strava Support
|
||||||
|
Fix allplot crash on daft power value
|
||||||
|
Recognise Dave Waterworth
|
||||||
|
Merge pull request #694 from gcoco/release_3.0.0
|
||||||
|
Truncate Altitude values
|
||||||
|
Interval Summary Off By 1 Error
|
||||||
|
Add /dev/cu.usbserial as a serial device
|
||||||
|
Merge pull request #713 from gcoco/qwt-fix
|
||||||
|
V3.0 SP1 RC1 Update
|
||||||
|
Fix LC_LOCALE on Xcode 5
|
||||||
|
Fix findBests when no speed/gps
|
||||||
|
Merge branch 'release_3.0.0' of https://github.com/GoldenCheetah/GoldenCheetah into release_3.0.0
|
||||||
|
Batch Export remembers last format/dir
|
||||||
|
Fix 3d grid when users specify background colors
|
||||||
|
Fix SEGV if metric not available
|
||||||
|
V3.1 SP1 (3.0.1) released
|
||||||
|
|
||||||
|
Rainer Clasen (9):
|
||||||
|
SrmDevice: fix writing srmio data
|
||||||
|
inlude srmio version + commit in about dialog
|
||||||
|
make srmio details in version dialog conditionally
|
||||||
|
Tcx: fix speed in summary information
|
||||||
|
fix PWX export: handle end of gaps gracefully.
|
||||||
|
fix PWX export: always write summarydata
|
||||||
|
PWX export: keep timestamp + distance precision
|
||||||
|
PWX: read/write temperature
|
||||||
|
use pwx for Trainingstagebuch upload
|
||||||
|
|
||||||
|
Walter Bürki (1):
|
||||||
|
adding hr,cad,power,temp of Suunto Ambit gpx files
|
||||||
|
|
||||||
|
gcoco (5):
|
||||||
|
Support Twitter API 1.1
|
||||||
|
Twitter API change
|
||||||
|
Kurt Kinetic Road Machine PowerCurve fix
|
||||||
|
Get rid of qwt compile error about format string.
|
||||||
|
Add Garmin Forerunner 910XT
|
||||||
|
</pre>
|
||||||
Reference in New Issue
Block a user