- Add support for hidden release candidate builds (#77)
- total_seconds is not an attribute on timedelta in Python 2.6 (#73)
- Revert to no retries by default (#65)
- Add a percentage completion counter (#48)
- Remove default=None from OptionParser options (#43)
- Added full command line options to README (#44)
- Added version number to docstring and --help output (#34)
- Implement automatic retries for locating the binary (#58)
- Implemented a download timeout (#50)
- Automatically retry on failure (#39)
- Improve handling of exceptions when temporary file does not exist (#51)
- Don't download stub installer for tinderbox builds (#41)
- Support basic authentication (#36)
- Support downloading from an arbitrary URL (#35)
- Don't download stub installer by default (#31)
- Move build-id to option group (#28)
- Put --build-id option into Daily Build option group, where it appears to belong (#25)
- Ignore the build/ and dist/ directories created by setup.py (#24)
- Add support for downloading b2g builds (#23)
- Download of builds via build-id fails if more than one subfolder is present for that day (#19)
- Use last, not 1st .txt file in latest- dirs. Fixes issue #14.
- Initial version