Bumping to 1.3.0
authorEd Page <eopage@byu.net>
Tue, 15 Mar 2011 23:37:23 +0000 (18:37 -0500)
committerEd Page <eopage@byu.net>
Tue, 19 Apr 2011 23:49:33 +0000 (18:49 -0500)
src/constants.py
support/builddeb.py

index 2b571e7..76d11b4 100644 (file)
@@ -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__)
index 8500d2f..5d91fed 100755 (executable)
@@ -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()