summaryrefslogtreecommitdiff
path: root/protocols/Twitter/docs/changelog.html
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2012-10-13 18:34:25 +0000
committerKirill Volinsky <mataes2007@gmail.com>2012-10-13 18:34:25 +0000
commit1a9f50fcbc79413ccc669349b682aa6a6ebb398b (patch)
treea7673155e97d56f5714a5f9cb3e74f941e961346 /protocols/Twitter/docs/changelog.html
parent5aa2a6fdad72feeff99041bfdf17fd607a45033a (diff)
Twitter: folders restructurization
git-svn-id: http://svn.miranda-ng.org/main/trunk@1909 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Twitter/docs/changelog.html')
-rw-r--r--protocols/Twitter/docs/changelog.html15
1 files changed, 12 insertions, 3 deletions
diff --git a/protocols/Twitter/docs/changelog.html b/protocols/Twitter/docs/changelog.html
index 6da6b1d409..44a157bd7a 100644
--- a/protocols/Twitter/docs/changelog.html
+++ b/protocols/Twitter/docs/changelog.html
@@ -3,10 +3,19 @@
<title>Miranda Twitter Changelog!</title>
</head>
<body>
+ <h2>0.0.9.7</h2>
+ - Major options cleanup<br>
+ - Default group now has a GUI in the options/accounts<br>
+ - stopped twitter from going offline so much (needs 3 network fails in a row before it will go offline)<br>
+ - open source! code is super messy. please feel free to post if you have any questions. the open source code will not compile with the official OAUTH keys!<br>
+ - added code to stop tweets becoming messages. you will need to add a "tweetToMsg" variable as type BYTE to the db, and set to 0 if you want tweets to NOT become messages.<br>
+ - fixed single % signs from disappearing in the group chat, and also stopped "%" becoming "%%" if you typed it into the group chat input area to tweet.<br>
+ - fixed long native retweets from being truncated<br>
+ - code cleanup, minor fixes<br>
<h2>0.0.9.6</h2>
- - Updater now working
- - Basic "auto" group support. If you want to have twitter contacts auto added to a group, before you connect to twitter (but after you create the account in miranda) create a "DefaultGroup" string key in the database and make the value the group you want twitter contacts to be automatically added to. This won't copy existing contacts to the group, just newly added ones.
- - Other minor fixes
+ - Updater now working<br>
+ - Basic "auto" group support. If you want to have twitter contacts auto added to a group, before you connect to twitter (but after you create the account in miranda) create a "DefaultGroup" string key in the database and make the value the group you want twitter contacts to be automatically added to. This won't copy existing contacts to the group, just newly added ones.<br>
+ - Other minor fixes<br>
<h2>0.0.9.5</h2>
- Retweets will now appear in the timeline!<br>
- Fixed group chat highlighting when YOU make a tweet<br>