From: Michael Prager Date: Sun, 11 Oct 2009 11:47:34 +0000 (+0200) Subject: updated version information X-Git-Url: https://code.delx.au/comingnext/commitdiff_plain/52e5b631d62ddba5108bf30c03efd2b942d4fcc6 updated version information --- diff --git a/Readme.txt b/Readme.txt index 1eb8d35..a69b8a5 100644 --- a/Readme.txt +++ b/Readme.txt @@ -161,4 +161,10 @@ Changelog: - Add a new feature to only display the time for events happening today and only the date for events beyond today (showCombinedDateTime) - Add a new feature to disable showing the location of appointments - (showLocation) \ No newline at end of file + (showLocation) +1.21 (2009-10-11) by Oxidative + - support daylight saving time (DST). This is based on the modifications + from Manfred Hanselmann (thanks for that!) + - added option "enableDaylightSaving" to disable DST. In case you are in a + timezone that has no DST, you should use this option + - some code cleanup (by Paul Moore) diff --git a/build.bat b/build.bat index 289eab8..9f073b1 100644 --- a/build.bat +++ b/build.bat @@ -1,6 +1,6 @@ @echo off -set VERSION=1.20 +set VERSION=1.21 del *.wgz del *.zip diff --git a/comingNext/Info.plist b/comingNext/Info.plist index 33921c7..9f4f893 100644 --- a/comingNext/Info.plist +++ b/comingNext/Info.plist @@ -2,9 +2,9 @@ - DisplayName Coming Next 1.20 + DisplayName Coming Next 1.21 Identifier ar.com.cochambre.symbian.wrt.comingnext - Version 1.20 + Version 1.21 MainHTML index.html AllowNetworkAccess MiniViewEnabled diff --git a/comingNextB/Info.plist b/comingNextB/Info.plist index 0706ad0..51f724f 100644 --- a/comingNextB/Info.plist +++ b/comingNextB/Info.plist @@ -2,9 +2,9 @@ - DisplayName Coming Next B 1.20 + DisplayName Coming Next B 1.21 Identifier ar.com.cochambre.symbian.wrt.comingnextb - Version 1.20 + Version 1.21 MainHTML index.html AllowNetworkAccess MiniViewEnabled