blob: 6da6b1d409a2752d26b54ad3cfb638b831cbc3df (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
<html>
<head>
<title>Miranda Twitter Changelog!</title>
</head>
<body>
<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
<h2>0.0.9.5</h2>
- Retweets will now appear in the timeline!<br>
- Fixed group chat highlighting when YOU make a tweet<br>
- Stopped self contact joining the clist<br>
<h2>0.0.9.4</h2>
- Fixed duplicate contacts<br>
<h2>0.0.9.3</h2>
- Fixed connection problems<br>
- Hopefully fixed unicode problems, please let me know!<br>
- Cleaned up some code, got rid of the password input field as this isn't required with OAuth. If you're security conscious feel free to delete the password field from the database. i'll add some code to do this automatically next time.<br>
<h2>0.0.9.2</h2>
- DMs now actually work.<br>
- your username should appear in the chat window now.. thx Thief<br>
<h2>0.0.9.1</h2>
- Tweeting (and posting DMs?) now works (thanks Borkra!)<br>
- Removed dependencies on WinInet, so this now an actual Release build. yay<br>
- seem to have broken proxy support.. which is weird. working on it.<br>
<h2>0.0.9.0</h2>
- OAuth used for authorisation now<br>
- I have broken many things, and desecrated Dentist's once beautiful code. i think at one point i added a "2" to a variable name because i couldn't think of a better name. So sorry :(<br>
</body>
</html>
|