See the pytrainer roadmap for more information http://sourceforge.net/apps/trac/pytrainer/roadmap

- PyTrainer changes for 1.7.2:

    * Lap DB table created and code changed to populate and use the table [507] [508] [509]
    * Moved some global variables to class variables in main.py [513]
    * Google Earth plugin modified to work with new plugin architecture [515]
    * Waypoint editor modified to use handle_title_changed() call back instead of SOAP calls (thanks to David Fraser) and a few bugs fixed [516] [524] [543]
    * Firefox removed as a dependency [518]
    * Shebang tidied to be compatible with all python versions [520]
    * Extension code refactored to run extensions as internal classes [527]
    * Webservice / SOAP code removed [527] [531]
    * Incomplete webpublish extension removed from svn [528]
    * Upload to Openstreetmap extension added [536], [540]
    * pytrainer startup script modified to work with different install locations [532] [533]
    * Misc fixes and patches to pytrainer (thanks to David Fraser) [524] [530] [535]
    * Add support for with command for python versions <2.6 [541]
    * Removed bug that caused errors for activities with no GPX file [542]
    * Localisation updates [539]
    * New tab in preferences displays and allows changes to be made to pytrainer startup options [544] [545] [546]
    * Move individual screens into separate glade files [547]
    * Full screen map view reinstated [548]
    * Removed DB field order bug [549]
    * Removed fake error when importing entries [550]
    * Minor fixes to graph display options [551]
    * Minor cosmetic changes [552] [553] [554]
    * Added check for early detection of empty local configuration file [555]
    * EXPERIMENTAL Unified Import GUI modifications (disabled by default, enabled on startup with --testimport) [526]
          o file import supports multiple files at once [510] [511]
          o option to have file import window automatically start with a file selection dialog [519]
          o activities can be edited before import [514] [517] [521] [522] [534] [537] [538]
          o kml file import support [523] [525]
          o plugins tab added - provides alternative way of viewing and running import plugins [512]
          o device import NOT functional 

- PyTrainer changes for 1.7.1:

    * New import plugin - Garmintools - svn [430], [431], [436], [452], [453], [459], [460], [461], [463], [464], [486], [487], [488]
          o both file (dump file) and device import implemented
          o smart import from device to cater for different start times compared to GPSBabel (to reduce duplicated activities) 
    * Move to Google maps API version 3 - svn [477]
    * Add lap functionality - svn [433], [447], [448], [451], [454], [455]
          o display individual laps under activity on treeview
          o visually display lap duration on record graphs (user selectable)
          o display lap markers on route map 
    * Improve check functionality - svn [437], [438], [439], [475], [478], [479], [480], [482]
          o Can be initiated by command line option --check
          o Will be initiated if DB version in code is newer than user's DB version
          o DB migration checks refactored and improved 
    * Timezone support - svn [434], [440], [442], [483]
          o DB updated with new field date_time_local
          o field populated on import (or when DB check is run)
          o field used in preference to UTC if present for display 
    * Cadence / RPM support and graph added (tcx v2 file import only) - svn [432]
    * Improved install process and remove unneeded files - svn [445], [446], [462], [467], [472], [473]
    * Bug fix to TCX v2 to cater for multiple activities per file - svn [435]
    * Bug fix for calorie calculation - svn [441], [474]
    * Bug fix for migration/new install error bug #2924209 - svn [456]
    * Bug fix for GPX import without elevation data - svn [490]
    * Bug fix to prevent adding empty entries - svn [496], [498], [499]
    * Updated localizations (es, fr) - svn [494], [495], [497]
    * Separate some GUI elements into separate files to ease development - svn [443], [457], [465]
    * EXPERIMENTAL Unified Import GUI begun (for testing/feedback only) - svn [458], [466], [468], [469], [470], [471], [476], [481], [489]
          o disabled by default
          o enabled on startup with --testimport
          o file import functional
          o device import NOT functional 

- PyTrainer changes for 1.7.0:

Updated Spanish translation (svn rev 420,423,424)
Updated French translation (svn rev 421)
Migration to lxml for better performance (svn rev 412,413,414)
Start of rework for Google Map rendering - experimental!, test with --gmaps3 at startup (svn 411,415)
Modified on_sportlist_changed event to improve performance (svn rev 409)
Fix for minor bug in translation scripts (svn rev 402)
Fix for bug #2811470 - clickable link for further details on MET (links to wikipedia) (svn rev 391)
Fix for bug #2089342 auto refresh after import, edit and delete of records (svn rev 390,425)
Refactoring database and config file sanity checks (triggered with --check at startup) (svn rev 389,392,396,401)
Added weekly view (svn rev 388,393,394,395,398,403-410,426)
Fix for multiple graphs view (svn rev 386,387)
Better error handling preventing pytrainer to crash (svn rev 364,369)
Support for plugin validation (triggered with --valid at startup)(svn rev 361,363,371)
Import TCXv2 files (svn rev 351,355,356)
Improving import from TCXv1 format (svn rev 354,371,375,376)
Several improvements in plugins handling (svn rev 350,353,360,378,422)
Import GPX files (svn rev 349)

- PyTrainer tasks for 1.6.0.9:

Added dynamic loading and unloading of plugin menu items (svn rev 344)
Removal of decommissioned plugin (garmin301) and addition of new ones (garmingpx). Update of project data (version and url) (svn rev 343)
Adding calories support suggested by JB (svn rev 342)
Maximum is misspelled Maximun, see http://bugs.debian.org/537723 (svn 341)
Fixed some hardcoded stuff that prevents pytrainer to copy entries to ~/.pytrainer/gpx (thanks to JB) (svn 340)
Major improvements in graphs (thanks to Fiz) (svn revs 339, 336, 332, 331)
Updated german translation - bug ID: 2811507 (thanks to Noèl) (svn revs 338, 333)
Minor project and license information updated (svn revs 337, 335, 334, 329)

- PyTrainer tasks for 1.6.0.8:

Rotating log file support added (rev 322, http://sourceforge.net/tracker/?func=detail&aid=2717142&group_id=213157&atid=1024595)
Translations reviewed and added script to facilitate them (rev 319-321,323)
Several improvements to Wordpress extension (rev 315,317,326)
Changed potential problems when dealing with date objects using MySQL as DB (rev 311-314)
Removing redundant calls improving graphical performance (rev 310, linked to http://sourceforge.net/tracker/?func=detail&aid=2717135&group_id=213157&atid=1024592, not yet fully fixed)
Optimizing xml files parsing when retrieving data from them (rev 309)

- PyTrainer tasks for 1.6.0.7:

Removing pytrainer gui minimal window size (svn rev 304)
Ordered shutdown of logging stuff (svn rev 303)
HR and elevation graphs included when exporting to wordpress (svn rev 302)
Removal of maps directory due to license issue: https://sourceforge.net/mailarchive/message.php?msg_name=1237752714.4330.15.camel%40thinker.domain.lan (svn rev 300) 
Removal of opensuse_mozpytrainer.sh launch script as it is included in (renamed) pytrainer.sh. Deleted README.txt file to avoid confusion (svn rev 298)
Updated INSTALL file with current package versions (svn rev 297)
Fixed Google Maps integration (svn rev 296)
Updated garmin-hr config file with correct usb port value (svn rev 294)
Fixed bug where track record was supposed to be updated in database. Type cast was missing (svn rev 293)
Bug #2100647 - Quick entry doesn't work if no gpx file - Fixed (svn rev. 287)
FR #2126411 - Package python-sqlite2 not needed anymore: http://www.python.org/doc/2.5.2/lib/module-sqlite3.html (svn rev. 286)

- PyTrainer tasks for 1.6.0.6:

Close button in "About" dialog now works. Migrating from Glade to GTKBuilder
Fixed some properties in pytrainer.desktop (ID#2126616)
Added COPYING file with GPLv2 (ID#2126413)
Removal of garmin301 plugin
Fixed some issues with MySql tables creation (email from Jonas Liljenfeldt)

- PyTrainer tasks for 1.6.0.5:

mozpytrainer launch script with log level support -> DONE (24.08.2008)
MET and extra weight values swapped when adding a new sport -> DONE (22.08.2008)
PyTrainer crashes when adding an activity which sport is not yet in DB -> DONE (31.08.2008) 
Should be enough to check timestamps when adding new activities -> DONE (31.08.2008)
Correct initialization of pace and maxpace values -> DONE (31.08.2008)

- PyTrainer tasks for 1.6.0.4:

Added support for date_time_utc field when importing new tracks via file upload
pytrainer/profile.py: fixed logging issue when removing sport from database

- PyTrainer tasks for 1.6.0.3:

Complete review of migration scripts. Special attention to ~/.pytrainer/conf.xml file -> DONE (31.07.2008)
Number output always with two figures to avoid confusion -> DONE (02.08.2008)

- PyTrainer tasks for 1.6.0.2:

Check paces in DB (maxspeed<->maxpace | average<->pace) -> DONE (19.07.2008)
Error when updating records because of new date_time_utc field in DB -> FIXED (20.07.2008)

- PyTrainer tasks for 1.6.0.1:

Adjust migration scripts
	Sports saved in ddbb (new column in table sports) -> id_sports in table sports (nothing to do)
	Date_time saved for each record (new column in table records) -> main.addDateTimeUTC (DONE - 13.07.2008)
		ALTER TABLE records ADD date_time_utc varchar2(20);
		update records set date_time_utc="2008-07-11T10:21:31Z" where id_record='158';
		-> automate process reading gpx files at the beginning

Hardcoded sport whem importing
	record.shortFromLocal (retrieves sport from local files) -> retrieve from DB (shortFromLocalDB) DONE - 13.07.2008
	record.summaryFromGPX (retrieves what will be saved in DB) DONE (12.07.2008)

- Future releases

Loading of changed preferences seems weird
Incorrect timezone when importing tracks -> check gpx._getValues
garmintools integration (laps and calories support, real sport and complete history retrieved from gps device, overall performance improvement)
Logging improvements
XML output with cElementTree
Tracks regularization
Review visual output

Added from Pierre's email:

- Equipment management :
Ability to store a list of equipment (running shoes, ...) and associate it (or not) with records. It is to follow how many km have been done with some shoes for example.

- Graph improvement:
Many things here... Curve smoothing option. Ability to zoom in and out. Select a portion of track and extract some simple statistics information (avg speed, hr, max hr, Total Ascent, ...)

