Bump to 0.1.0-1 and adding a list of features
authorEd Page <eopage@byu.net>
Fri, 25 Dec 2009 13:58:39 +0000 (07:58 -0600)
committerEd Page <eopage@byu.net>
Fri, 25 Dec 2009 13:58:39 +0000 (07:58 -0600)
src/constants.py
support/builddeb.py

index 2b55ef8..6af34f7 100644 (file)
@@ -3,7 +3,7 @@ import os
 __pretty_app_name__ = "Telepathy-TheOneRing"
 __app_name__ = "telepathy-theonering"
 __version__ = "0.1.0"
-__build__ = 0
+__build__ = 1
 __app_magic__ = 0xdeadbeef
 _data_path_ = os.path.join(os.path.expanduser("~"), ".telepathy-theonering")
 _user_settings_ = "%s/settings.ini" % _data_path_
index f84d072..57a88a5 100755 (executable)
@@ -13,6 +13,15 @@ import constants
 
 __appname__ = constants.__app_name__
 __description__ = """Google Voice Communication Plugin
+Features:
+.
+* Send Texts and Receive both Texts and Voicemail through your chat window
+.
+* Save battery life by setting your status to "Away"
+.
+* Block incoming calls by switching your status to "Hidden"
+.
+* Access to all of your Google Voice contacts
 .
 Homepage: http://theonering.garage.maemo.org
 """