CHANGELOG 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. 0.6.1
  2. ---
  3. * Also catch smtplib.SMTPServerDisconnected if smtp server does close the connection
  4. * Print downloaded videos if sending the email fails
  5. 0.6
  6. ---
  7. * Set dependency to python >= 2.6 in debian/control
  8. * Fixed package internal import for python 3.x
  9. * Locales are now build in debian/rules when creating the package
  10. * Changed debian/control and debian/rules to be more lintian clean
  11. * Added a complete man page, making the package finally lintian clean
  12. 0.5
  13. ----
  14. * Switched to distutils setup.py as installation method
  15. * Added scripts to build a Debian package
  16. 0.4
  17. ----
  18. * Added title checking to filter unrelated results from subscriptions with search strings
  19. * Python 3 is now also supported
  20. * Fixed localization so stov doesn't default to German any more
  21. * SIGINT and SIGTERM are now catched and are correctly processed internally
  22. 0.3
  23. ----
  24. * Added smtp authentication
  25. * Added notify option
  26. * Added "verbose" and "quiet" output modes
  27. * Added switch to clean the database of old video entries
  28. * Added maxfails option and mark videos as permanently failed when that value is reached
  29. * Added basic interactive configuration (doesn't check if your input makes sense at all!)
  30. * Added German translation for most parts
  31. * Implemented MAXVIDEOS configuration option to limit the number of videos retrieved from the youtube API
  32. * Changed --lsvids to print the download status
  33. * Made the youtube-dl output shown to the user depend on the defined output level
  34. * Now uses youtube API version 2
  35. * Fixed situation when all videos fail and the output would have suggested there were no videos to be downloaded
  36. * Fixed a bug that lead to a duplicate subscription when a playlist was added
  37. * Fixed error message printed when youtube-dl fails
  38. * Improved output behaviour so strings will be properly encoded
  39. 0.2
  40. ----
  41. * Added catchup option
  42. * Added option to print license information
  43. * Added option to print version number
  44. * Added a simple installer script
  45. * Changed coding style to better conform to PEP-8
  46. * Updated module usage: Use urllib2 instead of urllib and subprocess instead of os.system
  47. * Many Bugfixes
  48. 0.1
  49. ----
  50. * Initial release