CHANGELOG 2.2 KB

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