changeset 348:073bf8616a0a 0.9.1

update document for 0.9.1 release
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Mon, 05 Apr 2010 00:02:04 +0900
parents 33d2551727ba
children 6c8cae68a84e
files README
diffstat 1 files changed, 8 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/README	Mon Dec 14 20:14:31 2009 +0900
+++ b/README	Mon Apr 05 00:02:04 2010 +0900
@@ -1,4 +1,4 @@
-pidgin-twitter-0.9.0
+pidgin-twitter-0.9.1
 
 
 1. What is this?
@@ -18,7 +18,7 @@
 
 Twitter specific
     * get/post Twitter statuses via API
-    * reply/favorite/retweet functionalities
+    * reply/favorite/retweet/quote tweet functionalities
     * translate #<search tag> to link to the search query
     * escape pseudo commands like "w"
     * suppress oops message
@@ -357,6 +357,12 @@
 - Added reply, favorite and retweet functionality in twitter service.
 - Added support for non-ascii hash tags.
 
+0.9.1 (April 5 2010)
+- Added support for retweet(RT) and quote tweet(QT).
+- Each QT post includes "in_reply_to" field.
+- Each reply message contains embedded "in reply to" link to original
+  post.
+
 
 6. Acknowledgments