CHANGELOG 1.9 KB

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