From: epage Date: Wed, 14 Oct 2009 02:51:43 +0000 (+0000) Subject: Version bump X-Git-Url: http://git.maemo.org/git/?p=gc-dialer;a=commitdiff_plain;h=e160e655950050750747e5fcc1957ba685ff8a7c Version bump git-svn-id: file:///svnroot/gc-dialer/trunk@528 c39d3808-3fe2-4d86-a59f-b7f623ee9f21 --- diff --git a/src/constants.py b/src/constants.py index d2214b1..286d9fa 100644 --- a/src/constants.py +++ b/src/constants.py @@ -3,7 +3,7 @@ import os __pretty_app_name__ = "DialCentral" __app_name__ = "dialcentral" __version__ = "1.0.7" -__build__ = 9 +__build__ = 10 __app_magic__ = 0xdeadbeef _data_path_ = os.path.join(os.path.expanduser("~"), ".dialcentral") _user_settings_ = "%s/settings.ini" % _data_path_ diff --git a/support/builddeb.py b/support/builddeb.py index b2f6800..8b4929b 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -32,6 +32,8 @@ __changelog__ = """ * UI Tweak: Trying to consolidate dialogs by combining phone selection and SMS entry * UI Tweak: Removed "Select" button from SMS Dialog * UI Tweak: Increased the size of the SMS dialog +* UI Tweak: Disable "Dial" when a text has started to be entered +* UI Tweak: Move the sms history scroll bars around the whole sms conversation, giving more room to see with * Bug Fix: Expanded the types of the Enter key that are supported for going to full screen * Bug Fix: Random people were reporting login issues * Bug Fix: Hardened against issues with grabbing possible callback numbers