public
Description: A Clutter-based Twitter client
Homepage: http://live.gnome.org/Tweet
Clone URL: git://github.com/ebassi/tweet.git
Release 0.2.0
Emmanuele Bassi (author)
Wed Jun 18 03:36:15 -0700 2008
commit  d378c2bb0452e358bc5afaad18d4cf9c7e105034
tree    d988ea47f5e1fa87b17d1992a07e876a91c53e19
parent  e0751fa23b177c5c0e1e7f902eca515e01ee4cd9
0
...
1
 
 
 
 
 
 
...
 
1
2
3
4
5
6
0
@@ -1 +1,6 @@
0
-[none]
0
+Tweet 0.2.0 - "Finally Woken"
0
+===============================================================================
0
+* Initial release of Tweet
0
+* Support for the friends timeline, user's timeline, favorites and replies
0
+* Allow to reply and mark a status as a favorite
0
+* Send status
...
1
2
 
3
4
5
...
1
 
2
3
4
5
0
@@ -1,5 +1,5 @@
0
 m4_define([tweet_major_version], [0])
0
-m4_define([tweet_minor_version], [1])
0
+m4_define([tweet_minor_version], [2])
0
 m4_define([tweet_micro_version], [0])
0
 
0
 m4_define([tweet_version],

Comments

    No one has commented yet.