CHANGELOG 1.5 KB

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