changelog 3.0 KB

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