CHANGELOG 3.1 KB

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