CHANGELOG 1.4 KB

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