From: Michael Prager Date: Tue, 29 Mar 2011 15:44:38 +0000 (+0200) Subject: updated readme.txt and new version info X-Git-Url: https://code.delx.au/comingnext/commitdiff_plain/314bbbfbd6b059a7d41aca5afa01d0f072324f17 updated readme.txt and new version info --- diff --git a/Readme.txt b/Readme.txt index afcaf8d..3628d03 100644 --- a/Readme.txt +++ b/Readme.txt @@ -261,3 +261,9 @@ Changelog: - fixed calendar indicators not showing in some cases - fixed homescreen widget not updating properly on N8 - added help menu +1.32 () by Michael Prager + - improved performance and battery life (reloading and sorting calendar + data has been reduced) + - fixed spanish translation not working + - added "enableLogging" option which needs to be turned on if you want to + generate debug logs diff --git a/build.pl b/build.pl index f8ac16a..b429a9e 100644 --- a/build.pl +++ b/build.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -my $version = "1.31"; +my $version = "1.32"; use warnings; use strict; diff --git a/comingNext/Info.plist b/comingNext/Info.plist index a9ac0d7..ba63d88 100644 --- a/comingNext/Info.plist +++ b/comingNext/Info.plist @@ -2,9 +2,9 @@ - DisplayName ComingNext 1.31 + DisplayName ComingNext 1.32 Identifier ar.com.cochambre.symbian.wrt.comingnext - Version 1.31 + Version 1.32 MainHTML index.html AllowNetworkAccess MiniViewEnabled diff --git a/comingNext/index.html b/comingNext/index.html index a86602d..79e03a0 100644 --- a/comingNext/index.html +++ b/comingNext/index.html @@ -83,7 +83,7 @@ var config = { // Nothing of interest from here on... //------------------------------------------------------- var panelNum = 0; // use 1 for second panel -var version = "1.31"; +var version = "1.32"; var versionURL = "http://comingnext.sourceforge.net/version.xml"; var calendarService = null; var cacheEntriesHtml = [];