Mercurial > pidgin-twitter
comparison README @ 317:3cef49158bad 0.8.5
update README
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Sun, 30 Aug 2009 02:44:31 +0900 |
parents | 13b268d9d034 |
children | ba5ac8d6c5bb |
comparison
equal
deleted
inserted
replaced
316:ac151370a698 | 317:3cef49158bad |
---|---|
1 pidgin-twitter-0.8.4 | 1 pidgin-twitter-0.8.5 |
2 | 2 |
3 | 3 |
4 1. What is this? | 4 1. What is this? |
5 | 5 |
6 pidgin-twitter is a Pidgin plugin to help posting and reading micro | 6 pidgin-twitter is a Pidgin plugin to help posting and reading micro |
7 blogs such as Twitter. Currently, pidgin-twitter supports Twitter, | 7 blogs such as Twitter. Currently, pidgin-twitter supports Twitter, |
8 Wassr, identi.ca and jisko. | 8 Wassr, identi.ca, jisko and friendfeed. |
9 | 9 |
10 Features: | 10 Features: |
11 General | 11 General |
12 * display user icon (size configurable) | 12 * display user icon (size configurable) |
13 * translate sender's name or @<username> to a link to the user's | 13 * translate sender's name or @<username> to a link to the user's |
17 * filter messages from specified users | 17 * filter messages from specified users |
18 | 18 |
19 Twitter specific | 19 Twitter specific |
20 * get/post Twitter statuses via API | 20 * get/post Twitter statuses via API |
21 * escape pseudo commands like "w" | 21 * escape pseudo commands like "w" |
22 * suppress oops message return | 22 * suppress oops message |
23 # translate #<search tag> to link to the search query | |
23 | 24 |
24 Wassr specific | 25 Wassr specific |
25 * translate #<channel name> to link to the channel | 26 * translate #<channel name> to link to the channel |
26 * eliminate annoying post completion messages | 27 * eliminate annoying post completion messages |
27 | 28 |
326 0.8.4 (June 13 2009) | 327 0.8.4 (June 13 2009) |
327 - Fix for a bug that status id exceeds int32 limit. | 328 - Fix for a bug that status id exceeds int32 limit. |
328 - Now a search tag like #foo in twitter generates a search link. | 329 - Now a search tag like #foo in twitter generates a search link. |
329 - Added preliminary support for friendfeed. | 330 - Added preliminary support for friendfeed. |
330 | 331 |
332 0.8.5 (August 30 2009) | |
333 - Fix for icon retrieval in jisko and wassr. | |
334 - Robust image type detection for icons. | |
335 - Added workaround for earlier pidgin's hexadecimal numeric expression | |
336 bug. | |
337 | |
331 | 338 |
332 6. Acknowledgments | 339 6. Acknowledgments |
333 | 340 |
334 In the beginning of development, I (yazuuchi) got a number of valuable | 341 In the beginning of development, I (yazuuchi) got a number of valuable |
335 feedbacks from nosuke (@konosuke) and mojin (@mojin). | 342 feedbacks from nosuke (@konosuke) and mojin (@mojin). |