CHANGELOG 1.9 KB

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