CHANGELOG 1.2 KB

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