From: Ed Page Date: Tue, 15 Mar 2011 23:37:23 +0000 (-0500) Subject: Bumping to 1.3.0 X-Git-Url: http://git.maemo.org/git/?p=gc-dialer;a=commitdiff_plain;h=40a51e554682fccd39120a6b38707943b7cd72fc Bumping to 1.3.0 --- diff --git a/src/constants.py b/src/constants.py index 2b571e7..76d11b4 100644 --- a/src/constants.py +++ b/src/constants.py @@ -2,7 +2,7 @@ import os __pretty_app_name__ = "DialCentral" __app_name__ = "dialcentral" -__version__ = "1.2.33" +__version__ = "1.3.0" __build__ = 0 __app_magic__ = 0xdeadbeef _data_path_ = os.path.join(os.path.expanduser("~"), ".%s" % __app_name__) diff --git a/support/builddeb.py b/support/builddeb.py index 8500d2f..5d91fed 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -30,7 +30,22 @@ __email__ = "eopage@byu.net" __version__ = constants.__version__ __build__ = constants.__build__ __changelog__ = """ -* Couldn't update SMS conversations in SMS window, fixed +* In-application alert system for new messages +* Auto-update of voicemail on missed calls +* Ability to only refresh SMS or Voicemail for faster refreshes +* Ability to refresh only parts of call history for faster refreshes +* Voicemail audio download and playback +* Account refresh for when connection has expired +* Improved look of refresh buttons (Maemo 4.1) +* Improved rotation settings +* Auto-scroll SMS window for the user when on-screen-keyboard pops up (Maemo 4.1) +* Added support for QtMobility Contacts (Note: there seems to be a bug in libraries I depend on when run as root) +* Improving the settings dialog +* Fixing message ordering +* Limited log size due to longer release cycles +* Some minor optimizations +* Reduced network timeout, connections while transition networks wouldn't immediately die but timeout which took too long +* Fixed text encoding issue for CSV contacts """.strip()