From ceb75ebdeaa06e07167df1fd5b4248b49fe7f8cf Mon Sep 17 00:00:00 2001 From: akashtl Date: Tue, 5 May 2020 16:26:55 +0800 Subject: [PATCH] native app v0.3.8 release notes added --- lib/releaseNotes/releaseNotesDesktop.json | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/lib/releaseNotes/releaseNotesDesktop.json b/lib/releaseNotes/releaseNotesDesktop.json index 5f1937422..997b91ab0 100644 --- a/lib/releaseNotes/releaseNotesDesktop.json +++ b/lib/releaseNotes/releaseNotesDesktop.json @@ -1,11 +1,16 @@ { "0.3.8": { "content": [ - "Updated update popup window with guideline and release notes", - "Fixed issues on PDF viewer (Close button and fullscreen)", - "Fixed issue on Check for update", - "Fixed Google login issue", - "Handles application crash on force reload" + "Updated login page design.", + "Added download guideline in upgrading app process.", + "Added release notes in upgrade popup.", + "Fixed issues on PDF viewer (close button and fullscreen)", + "Fixed issue on Check for Update after reload application.", + "Removed check for update window, Only popup will appear for upgrade option.", + "Added confirmation popup before starting upgrade.", + "Handled application crash on force reload.", + "Fixed Google Login issue.", + "Improvements in upgrading application." ] }, "0.3.7": { -- GitLab