changelog 2.5 KB

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