From 7b6c640cc0e2e49637061d0662d0ae577b144cff Mon Sep 17 00:00:00 2001 From: Andrea Kobrlova <109794238+true-jared@users.noreply.github.com> Date: Thu, 13 Jun 2024 12:21:22 +0200 Subject: [PATCH] Updated whatsNew [1.1.2].json Updated changelog for release version 1.1.2. --- secant/Resources/WhatsNew/whatsNew.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/secant/Resources/WhatsNew/whatsNew.json b/secant/Resources/WhatsNew/whatsNew.json index a07039b5..9ceeadb9 100644 --- a/secant/Resources/WhatsNew/whatsNew.json +++ b/secant/Resources/WhatsNew/whatsNew.json @@ -1,5 +1,28 @@ { "releases": [ + { + "version": "1.1.2", + "date": "06-13-2024", + "timestamp": 1718279999, + "sections": [ + { + "title": "Added:", + "bulletpoints": [ + "We added a screen with syncing tips for successful Restore.", + "We added a logic which prevents iPhone from sleeping while restoring and plugged-in.", + "We made Zashi smarter. When it experiences connection issues or server performance issues, it displays a modal routing you to switch a server.", + "We also added a Disconnected label for such situations, so you know what's happening." + ] + }, + { + "title": "Fixed:", + "bulletpoints": [ + "We optimized Zashi's startup pipeline and significantly improved performance. Zashi now features faster cold and warm starts, and the transaction history is populated almost instantly.", + "Transaction messages are now checked for duplicity and removed if duplicates are found." + ] + } + ] + }, { "version": "1.1.1", "date": "05-22-2024",