PageRenderTime 47ms CodeModel.GetById 13ms RepoModel.GetById 0ms app.codeStats 0ms

/changelog

http://googlecl.googlecode.com/
#! | 155 lines | 133 code | 22 blank | 0 comment | 0 complexity | 12b3fd6639f982f6d387ae8d5abab1b4 MD5 | raw file
  1. version 0.9.14
  2. r550 through 621
  3. Bugfixes:
  4. * Fixed bug in command line parsing, added message if Discovery can't be used.
  5. * Remove bogus attempt to delete credentials that broke discovery with google-api-python-client-1.0beta4.
  6. * Fixes gdata bug introduced in 2.0.15 by using the constant string referred to in all gdata versions after 2.0.4 in place of the changing variable names.
  7. * Fixes problem with uploading docs. Added resumable uploader support. Docs can now be uploaded with gdata versions 2.0.10, 2.0.12, 2.0.13 and 2.0.14. Some files (.txt, for example) can still be uploaded with versions 2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4, but not all file types. Better error messages for users trying to upload to Google Docs with unsupported gdata versions.
  8. * Fixes docs uploads for 2.0.15 and 2.0.16. This has been tested and works for gdata 2.0.0 through 2.0.4 as well as 2.0.12 through 2.0.16.
  9. * Thanks to jim.lawton for pointing out the rename of DocList to ResourceFeed. `google docs list` now works for me on python gdata 2.0.12-2.0.17.
  10. * Thanks Mitya57 for pointing out this bug in downloading non-translated filetypes with python gdata 2.0.15 and later.
  11. * Fixed bug in command line parsing, added message if Discovery can't be used.
  12. * Fixed interactive bug
  13. * Fixed bug with getting more than 500 blog posts.
  14. * Fixed a problem with --date parameter for creating a new calendar entry
  15. * Fixed bug with multiple empty lines when getting blogger document.
  16. Enhancements:
  17. * Added Discovery support.
  18. * Made the authorization message a little tidier and more clear.
  19. * Adding the gdata downloader and installer scripts.
  20. * Docs list, edit, upload, get all work for me now with python gdata 2.0.12 through 2.0.17.
  21. * Added info on ImportError caused by missing gdata library.
  22. * Added Discovery support
  23. * Documentation update.
  24. version 0.9.13
  25. Bugfixes
  26. * default_encoding config option allows user to specify a default encoding other than ASCII (was a bug for some uses, namely cron jobs).
  27. * Appropriate intermediate directories are created during authentication token storage.
  28. * Catch previously uncaught exception when webbrowser does not find a default or specified browser.
  29. * Deletion of recurring calendar events does not cause AttributeError.
  30. * Deletion of recurring calendar events with --yes flag only deletes all events if --date is not specified.
  31. * File extensions for Picasa are case insensitive.
  32. version 0.9.12
  33. Enhancements
  34. * Added support for Google Finance (thanks, bartosh!)
  35. * Improved flexibility of --date option.
  36. * Allow specification of date for added calendar events.
  37. * Added --access option for Picasa, Blogger, and YouTube creation tasks.
  38. * Improved and expanded list fields for youtube, picasa, and blogger.
  39. * Added --photo option to specify names of photos in Picasa to operate on.
  40. * Added --yes option to automatically delete files, instead of asking for confirmation.
  41. * impatient_editors config file option can stop programs like openoffice.org from exiting immediately during docs edit command.
  42. * Take input from stdin (allow piping to GoogleCL).
  43. Bugfixes
  44. * --editor option for Docs can take flags and options.
  45. * max_retries and retry_delay configuration options help combat some server errors.
  46. * Enable downloading drawings.
  47. * Don't save user account to config file as a default if authentication failed.
  48. version 0.9.11
  49. Enhancements
  50. * Added --src and --dest options to allow specifying data sources and download destinations respectively.
  51. * Enabled fully positional command line arguments (e.g. "google docs get my_doc .")
  52. * Add command line arguments to --title option to form list of titles to delete/list/download
  53. * Added list fields for picasa list (see README.new-usage). Thanks ferranb!
  54. Bugfixes
  55. * (more certainly) enabled unicode support
  56. * Create missing intermediate folders when saving config file and/or data files.
  57. * Uploads to Docs correctly parse filenames with multiple '.' characters.
  58. * Verbosity of output settable in interactive mode.
  59. version 0.9.10
  60. Enhancements
  61. * Follow XDG Base Directory Specification.
  62. * Refactored to include library support of v2 and v3 of the gdata protocol.
  63. * Allowed --no-convert option to upload arbitrary file types to Docs for Apps Premier users (?)
  64. * Enabled downloads of arbitrary file types from Docs.
  65. * Added many more list fields (e.g. birthday, company, relation) for Contacts service.
  66. Bugfixes
  67. * youtube list works without --owner flag again.
  68. * Picasa uploads are case-insensitive for file extensions.
  69. * (Probably) enabled unicode support.
  70. version 0.9.9
  71. Enhancements
  72. * Enabled video upload and download for Picasa.
  73. * Added reminders for Calendar via --reminder option.
  74. * Added --owner option to specify other accounts to interact with (e.g. Picasa collaborative albums, listing videos from other YouTube accounts).
  75. * Added list styles for contacts.
  76. * Allow docs edit task to create folders.
  77. * Included workaround for downloading new-version documents.
  78. * Added debug, verbose, and quiet flag options.
  79. * Added configuration file option decode_utf_8 to automatically decode downloaded Google Docs.
  80. Bugfixes
  81. * YouTube tasks can retrieve more than 50 results from queries.
  82. * Googlemail domains can authenticate properly.
  83. version 0.9.8
  84. Enhancements
  85. * Authorization for Apps users occurs properly.
  86. * Docs upload can upload directories (Thanks, bartosh!)
  87. * setuptools support added for setup.py. (Thanks, dcolish!)
  88. * Calendar service supports multiple calendar operations.
  89. * More results are returned by queries, and control over number of results given to user with config file options.
  90. * Added --format as optional option to docs upload and download.
  91. * Added --folder as optional option to docs edit.
  92. * Behavior of --date option for calendar service improved.
  93. * Docs service can now download / edit spreadsheets. (Thanks, bartosh!)
  94. * Exceptions raised in interactive shell do not end shell session (Thanks, ferranb!)
  95. Bugfixes
  96. * Catches when user grants access with an account other than the one specified.
  97. * Uploads to folders in docs supported.
  98. * Gdata dependency added to setup.py.
  99. * Asking for help on a non-existant service cleanly and helpfully exits. (Thanks, ferranb!)
  100. * Errors encountered while uploading to Picasa are printed correctly rather than crashing. (Thanks, bartosh!)
  101. * Uploading files to Docs without extensions obeys --format or assumes an extension.
  102. * Uploading multiple files to Docs will name each file after its filename, rather than the first filename encountered.
  103. * Dependency on gdata is versioned to >= 1.2.4
  104. version 0.9.7
  105. Enhancements:
  106. * Command history added to interactive mode (Thanks, aripollak!)
  107. * Make "--date 2010-06-19" specify a single day instead of a range starting on that date.
  108. * Add *-groups tasks to contacts service, start to move away from --title.
  109. (thanks, ericvw!)
  110. Bugfixes:
  111. * Browser launch for authentication more reliable.
  112. version 0.9.5
  113. Bugfixes:
  114. * YouTube list task does not raise RequestError complaining about max-results.
  115. version 0.9.4
  116. Enhancements:
  117. * Docs "edit" task will create a document if user specifies a non-existent document.
  118. * Added --draft flag so that Blogger "post" task can post drafts.
  119. * Blogger tasks no longer force user to fill out --blog option.
  120. Bugfixes:
  121. * Getting events no longer omits or includes events in or out of the given date range, respectively.
  122. * DeprecationWarning no longer appears during docs upload for users with more recent python gdata libraries.
  123. version 0.9.2
  124. Enhancements:
  125. * Fixes to Debian packaging.
  126. version 0.9.1
  127. Enhancements:
  128. * Posting photos to an ambiguous album title prompts user to select album, rather than failing.
  129. Bugfixes:
  130. * Tasks with no required options do not raise TypeError exceptions.
  131. * Uploading photos does not raise TypeError exceptions.
  132. version 0.9
  133. * Initial release.