CHANGELOG 1.8 KB

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