changeset 292:5e4e9b6637b4

update README
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Fri, 03 Apr 2009 22:39:35 +0900
parents 87dcbb5be76a
children f360d673cc35
files README
diffstat 1 files changed, 14 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/README	Fri Apr 03 03:06:39 2009 +0900
+++ b/README	Fri Apr 03 22:39:35 2009 +0900
@@ -1,4 +1,4 @@
-pidgin-twitter-0.8.2
+pidgin-twitter-0.8.3
 
 
 1. What is this?
@@ -10,8 +10,8 @@
 Features:
 General
     * display user icon (size configurable)
-    * translate sender's name and @<username> to link to the user's
-      home
+    * translate sender's name or @<username> to a link to the user's
+      page
     * play sounds for specific senders/recipients
     * show letter counter on the format toolbar
     * filter messages from specified users
@@ -28,12 +28,13 @@
 identi.ca specific
     * translate #<tag> to link to the tag
     * eliminate annoying echo backed messages
+    * translate !<group name> to link to the group
 
 
 2. Dependency
 
-This plugin requires Pidgin 2.4.0 or newer, glib-2.14.0 or newer and
-libxml-2.6.27 or newer.
+This plugin requires Pidgin 2.4.0 or newer, glib-2.16.0 or newer,
+gtk+-2.12.0 or newer and libxml-2.6.27 or newer.
 
 
 3. How to build
@@ -307,6 +308,14 @@
 - Adapted for laconica 0.6.4 in identi.ca service.
 - Fixed the recipient format for jisko.
 
+0.8.3 (April 4 2009)
+- Number of messages to retrieve in twitter API access is now
+  configurable.
+- Adapted to twitter's icon URL change.
+- Changed the way of escaping outgoing message. More characters will
+  be sent as raw.
+- Added group support for identi.ca.
+
 
 6. Acknowledgments