Donate Share

Atleto - Athletes Companion

File Release Notes and Changelog

Release Name: atleto_v0.3

Notes:
### $Id: README,v 1.6 2003/08/08 16:42:30 boffyflow Exp $ ###

Welcome to Atleto - The Athletes Companion - Version 0.3pre1

+++++++++++++++++++++++++++++++++++
DISCLAIMER for version 0.3

Version 0.3pre1 is *not* stable and should not be used
for important data without having backup copies of your
data files!

Note that the architecture of atleto 0.3 has changed
significantly compared to atleto 0.2. So please read the
BUILD and especially the INSTALL documents and create backup
copies of your data.
Also the data file format had changed slightly. It is fully
backward compatible, so you can read 0.2 files with 0.3, but
not vice versa !
+++++++++++++++++++++++++++++++++++

This is a small program to log workouts. Currently implemented
are runs and bicycle rides. The infrastructure for swimming
and gym workouts is partially in place and will be implemented
over time.
There is also a very simple graphing functionality in the week
view. To see a list of future features I have in mind please
check the TODO file.

Requirement:
You must have Qt 3.1.x installed on your system. For more
info on Qt, please go to http://www.trolltech.com

For more info on installation, please read the file:
INSTALL

How to build the program:
BUILD

Enjoy !

robert@uebbing.com



Changes: ### $Id: CHANGELOG,v 1.11 2003/08/09 03:12:20 boffyflow Exp $ ### 0.3pre1 August 8, 2003 ++++++++++++++++++++++ please read the README file for important information regarding this release !!! - moved to Qt 3.1.x (will not compile under 3.0.x !) - new plugin architecture - core functionality moved into library - some layout changes - better Equipment wear functionality - extended Run calculator - settings such as units are now stored in resource file instead of data file - slight change in data file (backward compatible) - all workout functionality is now dynamic WARNING: - report functionality is not yet implemented ! - only Run workout is fully implemented (Cycle is partially finished) 0.2 Februrary 17, 2003 ++++++++++++++++++++++ - mostly bugfixes - writes out correct version into data file 0.2pre3 September 9, 2002 +++++++++++++++++++++++++ - added rudimentary week xslt file - added swimming - added race/personal best view - more race info can be entered now (bib#, placing, chiptime). NOTE that the file format has changed slightly. Old runs marked as "race" will have to be manually reset to race ! Sorry... - changed new way of creating reports. XSL translator is now required - started work on day reports in html and text format 0.2pre2 August 3, 2002 +++++++++++++++++++++++++ - many small bugfixes - added (very simple) Pace calculator (more to come eventually) - changed encoding in the data file to "ISO-8859-1" - fixed problem reading special characters(&,<,>,',") from data file (thanks, Juergen) - fixed display problem for height in general settings - enhanced report functionality - modified icons - native styles are now acknowledged 0.2pre1 May 11, 2002 +++++++++++++++++++++++++ - enhanced internal day search in the Diary object - fixed rounding problems in week view - added basic report functionality, lot more to do... - fixed precision annoyance in cWeight & BMI - added append string to cGeneral::temp2str() - added Equipment Wear icon and functionality (with Pie Chart) - fixed sorting problem in RunEditor/CycleEditor if the number of Splits is more than 9 - fixed the filename in the RunEditor/CycleEditor ui files now it should without any problems ************************************************************** 0.1 April 22, 2002 +++++++++++++++++++++++++ - initial release