changelog 2.5 KB

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