CHANGELOG 1.6 KB

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