Bump to 1.1.1
authorEd Page <eopage@byu.net>
Thu, 18 Feb 2010 13:56:20 +0000 (07:56 -0600)
committerEd Page <eopage@byu.net>
Thu, 18 Feb 2010 13:56:20 +0000 (07:56 -0600)
src/constants.py
support/builddeb.py
www/dialcentral.deb

index 391a52c..d03253d 100644 (file)
@@ -2,8 +2,8 @@ import os
 
 __pretty_app_name__ = "DialCentral"
 __app_name__ = "dialcentral"
 
 __pretty_app_name__ = "DialCentral"
 __app_name__ = "dialcentral"
-__version__ = "1.1.0"
-__build__ = 8
+__version__ = "1.1.1"
+__build__ = 0
 __app_magic__ = 0xdeadbeef
 _data_path_ = os.path.join(os.path.expanduser("~"), ".dialcentral")
 _user_settings_ = "%s/settings.ini" % _data_path_
 __app_magic__ = 0xdeadbeef
 _data_path_ = os.path.join(os.path.expanduser("~"), ".dialcentral")
 _user_settings_ = "%s/settings.ini" % _data_path_
index 1cc6a7a..5d90661 100755 (executable)
@@ -30,6 +30,12 @@ __email__ = "eopage@byu.net"
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
+1.1.1
+* Added icons to the SMS window buttons
+* When selecting a number in the history tab, the call history is now shown in the SMS window
+* Bugfix: "Letters Left:" is now "Letters:"
+* Bugfix: When looking for alt numbers, there were issues
+
 1.1.0
 * Support for "+" in numbers, including on Dialpad by holding "0".  I'm hoping this makes both international and Gizmo users happier
 * Added support for multi-part SMS messages (just like the GV site)
 1.1.0
 * Support for "+" in numbers, including on Dialpad by holding "0".  I'm hoping this makes both international and Gizmo users happier
 * Added support for multi-part SMS messages (just like the GV site)
index 6ddab83..ac20b53 100644 (file)
Binary files a/www/dialcentral.deb and b/www/dialcentral.deb differ