-
Notifications
You must be signed in to change notification settings - Fork 44
/
Copy pathCHANGES
28 lines (28 loc) · 1.42 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
- master
- Add Creator section in tcx. by Carlroth, issue #22
- cleanup setup.py, shouldn't fail when downloaded from PyPi (once released)
- add dependency on distribution (to ensure pkg_resource is availible)
- add dbus notifications (written by ivankelly)
- added suppport for older USB ANT stick (nRF241AP1 with USB<->Serial)
- fix for failed garmin update when login name != user name
- plugin for email upload to Strava
- 2012-02-25
- setup tools, automated installer
- check version# of config file, and generate warning if
file might not be backward compatible
- config file must exist in ~/.antd
- 2012-02-19
- fix bug where burst transfers may fail do to incorrect sequence
numbers. (0 should only be used for first packet)
- merged branch 'multidevice': multi-device suppport
- old known devices dbm is incompatable, you will need to repair
- some configuration updated, tcx, raw, etc now write to path
which includes device serial number. It is recommended you
use latest configuration file. Update if you've copied it
to ~/.antd.
- pairing is only accepted when not running in daemon mode.
This seems to make sense because otherwise, the background
process would potentially drain battery of unparied devices
which are found in range.
- updated antfs search code, can search for a device with specfic
serial numbers. prerequisites to implementing uploads.