1
0

CHANGELOG 972 B

1234567891011121314151617181920212223242526272829
  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. * Changed --lsvids to print the download status
  8. * Made the youtube-dl output shown to the user depend on the defined output level
  9. * Now uses youtube API version 2
  10. * Fixed situation when all videos fail and the output would have suggested there were no videos to be downloaded
  11. * Fixed a bug that lead to a duplicate subscription when a playlist was added
  12. * Fixed error message printed when youtube-dl fails
  13. * Improved output behaviour so strings will be properly encoded
  14. 0.2
  15. ----
  16. * Added catchup option
  17. * Added option to print license information
  18. * Added option to print version number
  19. * Added a simple installer script
  20. * Changed coding style to better conform to PEP-8
  21. * Updated module usage: Use urllib2 instead of urllib and subprocess instead of os.system
  22. * Many Bugfixes
  23. 0.1
  24. ----
  25. * Initial release