From: Michael Prager Date: Mon, 11 Oct 2010 01:10:31 +0000 (+0200) Subject: updated skin fetcher to v1.3 X-Git-Url: https://code.delx.au/comingnext/commitdiff_plain/4b327048d10ee8a454478580870512643c6ff5c8 updated skin fetcher to v1.3 --- diff --git a/ComingNext_SkinFetcher_v1.2.sisx b/ComingNext_SkinFetcher_v1.2.sisx deleted file mode 100644 index 63bc7aa..0000000 Binary files a/ComingNext_SkinFetcher_v1.2.sisx and /dev/null differ diff --git a/ComingNext_SkinFetcher_v1.3.sisx b/ComingNext_SkinFetcher_v1.3.sisx new file mode 100644 index 0000000..d5f2c11 Binary files /dev/null and b/ComingNext_SkinFetcher_v1.3.sisx differ diff --git a/Readme.txt b/Readme.txt index b4e45b4..210e2ad 100644 --- a/Readme.txt +++ b/Readme.txt @@ -205,10 +205,13 @@ Changelog: - includes Skin Fetcher 1.2 which now also supports 3 panels 1.27 (2010-03-21) by Michael Prager - fixed ToDo events without due date to cause error -1.28 () by Michael Prager +1.28 (2010-10-11) by Michael Prager - compatible with N8 and any other device with multi-calendar support - added persistent settings. Settings will no longer be lost when updating the widget. Also, all widgets now use the same settings, you no longer have to modify the settings in each widget individually. - added russian translation (thanks to tokeda) - updated portuguese-brazilian (thanks to Flavio Nathan) + - new app icon + - updated "ComingNext Skin Fetcher" tool to version v1.3 (supports all 6 + panel positions) diff --git a/build.pl b/build.pl index e3b3506..9cb7288 100644 --- a/build.pl +++ b/build.pl @@ -51,7 +51,7 @@ $zip->addFile("comingNextB.wgz"); $zip->addFile("comingNextC.wgz"); $zip->addFile("Readme.txt"); $zip->addFile("License.txt"); -$zip->addFile("ComingNext_SkinFetcher_v1.2.sisx"); +$zip->addFile("ComingNext_SkinFetcher_v1.3.sisx"); $zip->writeToFileNamed("comingNext_v$version.zip"); #########################################