From c7199dfeebe20b6ed665afcbfa3619fda39d7229 Mon Sep 17 00:00:00 2001 From: Robert James Gabriel Date: Tue, 28 Nov 2023 20:45:15 -0600 Subject: [PATCH 1/3] Update updates.json --- src/_data/updates.json | 61 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 60 insertions(+), 1 deletion(-) diff --git a/src/_data/updates.json b/src/_data/updates.json index 21bad35429..97d4513a7a 100644 --- a/src/_data/updates.json +++ b/src/_data/updates.json @@ -1,6 +1,65 @@ { "new": [ - +{ + "version": "116.0.0", + "date": "Upcoming Release Date", // Please replace with the actual release date + "changes": [ + { + "title": "PowerPoint Support for Online", + "description": "We've added support for PowerPoint online, enhancing your productivity." + }, + { + "title": "Dyslexia Features in Their Own Cards", + "description": "Dyslexia features now have dedicated cards for improved accessibility." + }, + { + "title": "UI Tweaks for a Cleaner Look", + "description": "We've made UI tweaks to provide a cleaner and more intuitive experience." + }, + { + "title": "Summarize Mode Integrated", + "description": "The Summarize mode is now seamlessly integrated into the app for your convenience." + }, + { + "title": "Paragraph Features in Their Own Card", + "description": "Paragraph-related features now have their dedicated card for easy access." + }, + { + "title": "Enhanced Volume Booster", + "description": "Our volume booster is now available and works with both videos and audio." + }, + { + "title": "Automatic PDF Opening in Google Classroom", + "description": "Google Classroom now allows automatic opening of PDFs for a smoother workflow." + }, + { + "title": "Touch Support for Sliders", + "description": "Sliders across the app now fully support touch interactions." + }, + { + "title": "Improved Accessibility for Sliders", + "description": "Sliders now have better text and translations, enhancing their accessibility." + }, + { + "title": "Bug Fix: Text-to-Speech Player", + "description": "We've fixed a bug where the Text-to-Speech player would occasionally not stop or work on iOS and Chrome." + } + ], + "upcoming": [ + { + "title": "Coming Soon: Google Docs and Slides Add-on", + "description": "Stay tuned for our upcoming release where the Google Docs and Slides addon will be bundled and available for use." + }, + { + "title": "Coming Soon: Helperbird for Android", + "description": "We're excited to announce that Helperbird will soon be available for Android users, expanding our reach to a wider audience." + }, + { + "title": "Coming Soon: Helperbird for Firefox on Android", + "description": "Get ready for the Helperbird experience on Firefox for Android. Coming soon to enhance your browsing on mobile devices." + } + ] +}, { "version": "105.0.1", "date": "Upcoming Release Date", From 37ade057fc0b52d03748b929d16b9ed8f46fac36 Mon Sep 17 00:00:00 2001 From: Robert James Gabriel Date: Tue, 28 Nov 2023 21:00:07 -0600 Subject: [PATCH 2/3] Update updates.json --- src/_data/updates.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_data/updates.json b/src/_data/updates.json index 97d4513a7a..1eb61f9a21 100644 --- a/src/_data/updates.json +++ b/src/_data/updates.json @@ -2,7 +2,7 @@ "new": [ { "version": "116.0.0", - "date": "Upcoming Release Date", // Please replace with the actual release date + "date": "Upcoming Release Date November 29th", "changes": [ { "title": "PowerPoint Support for Online", From ce5566ff6e4e300cbb731c915d6c2b95f48ece7f Mon Sep 17 00:00:00 2001 From: Robert James Gabriel Date: Tue, 28 Nov 2023 21:09:13 -0600 Subject: [PATCH 3/3] Update updates.json --- src/_data/updates.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/_data/updates.json b/src/_data/updates.json index 1eb61f9a21..e1dfc0ba35 100644 --- a/src/_data/updates.json +++ b/src/_data/updates.json @@ -43,6 +43,10 @@ { "title": "Bug Fix: Text-to-Speech Player", "description": "We've fixed a bug where the Text-to-Speech player would occasionally not stop or work on iOS and Chrome." + }, + { + "title": "Enhanced PII Removal for Immersive Reader", + "description": "We've improved our PII (Personally Identifiable Information) removal function. We now remove sensitive information locally, adding an extra layer of protection for Immersive Reader users." } ], "upcoming": [