You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

changelog.rst 3.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. Changelog
  2. =========
  3. Version 0.9.5
  4. -------------
  5. *Release date: 2013/06/04*
  6. * new: switch ``--md5`` to request MD5 hashes; they are now turned off by default,
  7. resulting in a **significant performance improvement** (af745c8581de)
  8. * new: switch ``--exclude-pattern-ci`` for case-insensitive regular expressions
  9. (1c68ad21c72f)
  10. * fixed: On Windows, the ``--exclude-pattern`` switch has not been case-sensitive
  11. (f5c00b9eccbc)
  12. * fixed docs: installation instructions for py3bencode using ``setup.py`` (276a82e1cbc3)
  13. Version 0.9.4
  14. -------------
  15. *Release date: 2013/02/26*
  16. * new: documentation is now part of the repository, based on Sphinx (dd3d74f5cc26 and following)
  17. * fixed: UDP tracker announce urls (c639e2f8408a + 69afadea92e4)
  18. * fixed: piece count calculation (8450c6470d7f)
  19. * fixed: inconsistent number of blank lines after summary (30f870d55c56)
  20. Version 0.9.3
  21. -------------
  22. *Release date: 2010/12/13*
  23. * ! fixed: tracker abbreviations for openbittorrent fixed. **new default abbreviations:
  24. openbt and publicbt** for openbittorrent and publicbittorrent. Note that both of them
  25. do no more offer a http announce URL (they are pure UDP trackers now).
  26. * fixed: did not prompt the user when overwriting an existing torrent using the
  27. -o <output directory> switch
  28. * fixed: version number was still 0.9 (now 0.9.3, of course), so it did not
  29. identify itself correctly, e.g. when issueing "--version".
  30. Version 0.9.2
  31. -------------
  32. *Release date: 2010/11/09*
  33. * fixed: the private switch (--private / -P) did not have any effect (reported by steven)
  34. * fixed: wrong email address (now ...+dev@gmail.com instead of dev+...@gmail.com)
  35. Version 0.9.1
  36. -------------
  37. *Release date: 2010/10/17*
  38. * !!! fixed: torrents for single files could not be created (reported by JWA)
  39. Version 0.9
  40. -----------
  41. *Release date: 2010/08/19*
  42. * !!! fixed: creating torrents with multiple trackers did not work. the announce-list
  43. has been created in a wrong way by version 0.8.
  44. * added: possibility to create tracker abbreviations. by default there is 'obt'
  45. for OBT((Open BitTorrent - an open tracker project))'s announce urls
  46. * added: print summary after writing the torrent file
  47. * added: skipping symlinks that point to files or directories that have already
  48. been processed (or are still being processed)
  49. * added: -v / --verbose option (reports skipped & processed files)
  50. * added: -q / --quiet option (at the moment this option only removes the summary
  51. in the end)
  52. * added: you may now use --exclude-pattern to exclude files/folders based on
  53. regular expressions
  54. * changed: applied `Python Style Guide (PEP 8) <http://www.python.org/dev/peps/pep-0008/>`_
  55. * changed: using ``#!/usr/bin/env python3`` instead of ``#!/usr/bin/python3``
  56. * changed: removed the huge get_size function, there was a better way to go
  57. * fixed: removing duplicate trackers now
  58. * fixed: empty comment now disables comment field (didn't work before)
  59. Version 0.8
  60. -----------
  61. *Release date: 2010/08/10.*
  62. Initial release.