CHANGELOG 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. youtube-upload (0.7.4) stable; urgency=low
  2. * issue131: New options --nocomments, --noratings, --recorded
  3. * issue136: Issue with split_video_for_youtube.sh
  4. * add keywords to option update-metadata
  5. -- <pyarnau@gmail.com> Mon, 06 May 2013 14:20:04 +0200
  6. youtube-upload (0.7.3) stable; urgency=low
  7. * issue101: don't fail when no description is provided
  8. * issue107: add options --hide-progressbar
  9. -- <pyarnau@gmail.com> Mon, 06 May 2013 14:20:04 +0200
  10. youtube-upload (0.7.2) stable; urgency=low
  11. * Change --email option help message.
  12. * Allow escaped chars in description
  13. * Add -update-metadata (basic support: title/description)
  14. -- <pyarnau@gmail.com> Wed, 31 May 2012 18:58:44 +0200
  15. youtube-upload (0.7.1) stable; urgency=low
  16. * Format checks on video URL and playlists.
  17. * Add option --unlisted (issue60).
  18. * Fix progressbar on finish.
  19. -- <pyarnau@gmail.com> Wed, 1 May 2012 18:58:44 +0200
  20. youtube-upload (0.7) stable; urgency=low
  21. * Prompt password when not specified in command line.
  22. * Meaningful error codes.
  23. * Update to progressbar v2.3.
  24. -- <pyarnau@gmail.com> Thu, 11 Aug 2011 09:54:47 +0200
  25. youtube-upload (0.6.2) unstable; urgency=low
  26. * Add option to create playlist
  27. * Add pycurl + progression bar
  28. -- <pyarnau@gmail.com> Sat, 23 Apr 2011 20:06:34 +0200
  29. youtube-upload (0.6.1) unstable; urgency=low
  30. * fix issue with required options
  31. -- <pyarnau@gmail.com> Fri, 25 Mar 2011 21:01:29 +0100
  32. youtube-upload (0.6) unstable; urgency=low
  33. * Remove ffmpeg spliting from Python script (orthogonal task)
  34. * Move all arguments to options except video paths.
  35. * Bash script to split videos: split_video_for_youtube.sh
  36. -- <pyarnau@gmail.com> Thu, 10 Mar 2011 18:50:45 +0100
  37. youtube-upload (0.5) unstable; urgency=low
  38. * Update to new Youtube limits (15mins, 2Gb)
  39. * Add curl options to bash script
  40. * Fix encoding for debug (issue10)
  41. * Fix location bug (issue11)
  42. * Fix keywords splitting (issue13)
  43. * Add --wait-processed option (issue19)
  44. -- <pyarnau@gmail.com> Wed, 29 Sep 2010 11:31:18 +0200
  45. youtube-upload (0.4) unstable; urgency=low
  46. * issue7: fix for gdata 2.0.10
  47. * issue9: password can be passed through <stdin>
  48. * Add --location option
  49. * Add --private option
  50. * Add --playlist-uri option
  51. * Add Bash example: Upload a video using curl
  52. -- <pyarnau@gmail.com> Tue, 29 Jun 2010 19:45:40 +0200
  53. youtube-upload (0.3) unstable; urgency=low
  54. * Keep quality of original video on slipt.
  55. -- <pyarnau@gmail.com> Sat, 17 Apr 2010 16:01:58 +0200
  56. youtube-upload (0.2) unstable; urgency=low
  57. * Refactor video split
  58. * Create split file only when necessary
  59. * Add setup.py
  60. -- <pyarnau@gmail.com> Tue, 16 Mar 2010 22:56:21 +0100
  61. youtube-upload (0.1) unstable; urgency=high
  62. * Detect deprecated categories.
  63. * Validate meta-data before uploading the video.
  64. * Split files in chunks (youtube limits to 10') using ffmpeg.
  65. -- <pyarnau@gmail.com> Tue, 08 Dec 2009 19:49:02 +0100
  66. youtube-upload (0.0.1) unstable; urgency=high
  67. * First release.
  68. -- Arnau Sanchez <pyarnau@gmail.com> Sat, 24 Jan 2009 12:17:21 +0200