changelog 2.6 KB

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