-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGES.xml
More file actions
62 lines (62 loc) · 1.99 KB
/
CHANGES.xml
File metadata and controls
62 lines (62 loc) · 1.99 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<changelog project="xTweet" url="https://github.com/asylumfunk/xbmc-xtweet">
<release date="2009/07/17">
<version>
<major>1</major>
<minor>4</minor>
</version>
<changes>
<change type="add">Following and Followers lists</change>
<change type="add">@mention a user</change>
<change type="add">View timeline for a user</change>
<change type="edit">Updated the suffix attached to auto-tweets</change>
</changes>
</release>
<release date="2009/07/09">
<version>
<major>1</major>
<minor>3</minor>
</version>
<changes>
<change type="add">Direct Message Inbox</change>
<change type="add">Direct Messages Sent</change>
<change type="add">Direct Message Reply</change>
<change type="add">German translation, thanks to pt-1</string>
<change type="fix">issue blowing up the "tweet about this song or video" option</change>
</changes>
</release>
<release date="2009/07/02">
<version>
<major>1</major>
<minor>2</minor>
</version>
<changes>
<change type="add">option to view friends timeline</change>
<change type="add">ability to @reply to tweets</change>
</changes>
</release>
<release date="2009/06/25">
<version>
<major>1</major>
<minor>1</minor>
</version>
<changes>
<change type="add">sending direct messages</change>
<change type="edit">new project logo thanks to www.noper.ro</change>
<change type="edit">internal: cleaned up some of the menu code</change>
</changes>
</release>
<release date="2009/06/23">
<version>
<major>1</major>
<minor>0</minor>
</version>
<changes>
<change type="add">Created the project itself</change>
<change type="add">i18n capabilities, but only English translated for now</change>
<change type="add">Ability to add/edit username/password</change>
<change type="add">Ability to update status</change>
<change type="add">Ability to tweet automatically based on currently playing media</change>
<change type="add">About dialog</change>
</changes>
</release>
</changelog>