1
0

changelog 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. stov (0.5-1) stable; urgency=low
  2. * Switched to distutils setup.py as installation method
  3. * Added scripts to build a Debian package
  4. -- Helmut Pozimski <helmut@pozimski.eu> Sun, 14 Apr 2013 13:22:33 +0200
  5. stov (0.4-1) stable; urgency=low
  6. * Added title checking to filter unrelated results from subscriptions with search strings
  7. * Python 3 is now also supported
  8. * Fixed localization so stov doesn't default to German any more
  9. * SIGINT and SIGTERM are now catched and are correctly processed internally
  10. -- Helmut Pozimski <helmut@pozimski.eu> Sun, 14 Apr 2013 13:22:33 +0200
  11. stov (0.3-1) stable; urgency=low
  12. * Added smtp authentication
  13. * Added notify option
  14. * Added "verbose" and "quiet" output modes
  15. * Added switch to clean the database of old video entries
  16. * Added maxfails option and mark videos as permanently failed when that value is reached
  17. * Added basic interactive configuration (doesn't check if your input makes sense at all!)
  18. * Added German translation for most parts
  19. * Implemented MAXVIDEOS configuration option to limit the number of videos retrieved from the youtube API
  20. * Changed --lsvids to print the download status
  21. * Made the youtube-dl output shown to the user depend on the defined output level
  22. * Now uses youtube API version 2
  23. * Fixed situation when all videos fail and the output would have suggested there were no videos to be downloaded
  24. * Fixed a bug that lead to a duplicate subscription when a playlist was added
  25. * Fixed error message printed when youtube-dl fails
  26. * Improved output behaviour so strings will be properly encoded
  27. -- Helmut Pozimski <helmut@pozimski.eu> Sun, 14 Apr 2013 13:22:33 +0200
  28. stov (0.2-1) stable; urgency=low
  29. * Added catchup option
  30. * Added option to print license information
  31. * Added option to print version number
  32. * Added a simple installer script
  33. * Changed coding style to better conform to PEP-8
  34. * Updated module usage: Use urllib2 instead of urllib and subprocess instead of os.system
  35. * Many Bugfixes
  36. -- Helmut Pozimski <helmut@pozimski.eu> Sun, 14 Apr 2013 13:22:33 +0200
  37. stov (0.1-1) stable; urgency=low
  38. * Initial release
  39. -- Helmut Pozimski <helmut@pozimski.eu> Sun, 14 Apr 2013 13:22:33 +0200