CHANGELOG 1.4 KB

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