From c1c949b02505cb488d03ed2be4a3a1a94f46dbd0 Mon Sep 17 00:00:00 2001 From: Sam Bosley Date: Wed, 4 Apr 2012 17:05:48 -0700 Subject: [PATCH] Updated upgrade message --- astrid/src/com/todoroo/astrid/service/UpgradeService.java | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/astrid/src/com/todoroo/astrid/service/UpgradeService.java b/astrid/src/com/todoroo/astrid/service/UpgradeService.java index 68a2a4355..2378a6755 100644 --- a/astrid/src/com/todoroo/astrid/service/UpgradeService.java +++ b/astrid/src/com/todoroo/astrid/service/UpgradeService.java @@ -196,10 +196,12 @@ public final class UpgradeService { StringBuilder changeLog = new StringBuilder(); if (from >= V4_0_6 && from < V4_0_6_1) { - newVersionString(changeLog, "4.0.6 (4/03/12)", new String[] { + newVersionString(changeLog, "4.0.6.1 (4/03/12)", new String[] { "Fixed a bug where old tasks could become uncompleted. Sorry to those of you" + - " who were affected by this! To recover, you can try reinstalling and restoring your" + - " tasks from the backup file." + " who were affected by this! To recover, you can import your old tasks" + + " from any backup file created before April 3 by clicking Menu -> Settings ->" + + " Backups -> Manage Backups -> Import Tasks. Backup files from April 3 will start" + + " with 'auto.120403'." }); }