From deb0a8a4704a0a22b98145883c86bcb3aefa301a Mon Sep 17 00:00:00 2001 From: srirambv Date: Sat, 5 Sep 2020 03:00:14 +0100 Subject: [PATCH 1/3] Add Release Notes for Android 1.13.x Release --- CHANGELOG_ANDROID.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG_ANDROID.md b/CHANGELOG_ANDROID.md index d05957e8e22c..8fbdbbec677c 100644 --- a/CHANGELOG_ANDROID.md +++ b/CHANGELOG_ANDROID.md @@ -1,5 +1,20 @@ # Changelog +## [1.13.85](https://github.com/brave/brave-browser/releases/tag/v1.13.85) + + - Implemented cross-platform promotion modal. ([#10571](https://github.com/brave/brave-browser/issues/10571)) + - Implemented "Refresh Status" button on rewards panel to check for publisher status. ([#10005](https://github.com/brave/brave-browser/issues/10005)) + - Implemented version 2 of onboarding. ([#9555](https://github.com/brave/brave-browser/issues/9555)) + - Implemented fingerprint farbling for Plugins. ([#9435](https://github.com/brave/brave-browser/issues/9435)) + - Implemented new wallet API for Brave Rewards. ([#8428](https://github.com/brave/brave-browser/issues/8428)) + - Disabled ability to retrieve rewards logs via brave://rewards-internals and removed existing logs. ([#11260](https://github.com/brave/brave-browser/issues/11260)) + - Fixed issue where ad conversions would fail when a site uses pushState. ([#11012](https://github.com/brave/brave-browser/issues/11012)) + - Fixed crash issue when opening search settings. ([#10773](https://github.com/brave/brave-browser/issues/10773)) + - Fixed an issue with opening downloaded PDF files. ([#11420](https://github.com/brave/brave-browser/issues/11420) + - Fixed sending links from Android to Desktop when sync is enabled. ([#11077](https://github.com/brave/brave-browser/issues/11077) + - [Security] Reduce logging as reported on HackerOne by hihouhou. ([#11456](https://github.com/brave/brave-browser/issues/11456)) + - Upgraded Chromium to 85.0.4183.83. ([#11401](https://github.com/brave/brave-browser/issues/11401)) + ## [1.12.113](https://github.com/brave/brave-browser/releases/tag/v1.12.113) - Added Sync v2. ([#10203](https://github.com/brave/brave-browser/issues/10203)) From 5289468eb8678af807176272ab5a062c67285756 Mon Sep 17 00:00:00 2001 From: srirambv Date: Wed, 9 Sep 2020 06:39:58 +0100 Subject: [PATCH 2/3] Fix reviews --- CHANGELOG_ANDROID.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG_ANDROID.md b/CHANGELOG_ANDROID.md index 8fbdbbec677c..0bbf45802563 100644 --- a/CHANGELOG_ANDROID.md +++ b/CHANGELOG_ANDROID.md @@ -3,16 +3,16 @@ ## [1.13.85](https://github.com/brave/brave-browser/releases/tag/v1.13.85) - Implemented cross-platform promotion modal. ([#10571](https://github.com/brave/brave-browser/issues/10571)) - - Implemented "Refresh Status" button on rewards panel to check for publisher status. ([#10005](https://github.com/brave/brave-browser/issues/10005)) - - Implemented version 2 of onboarding. ([#9555](https://github.com/brave/brave-browser/issues/9555)) + - Implemented "Refresh Status" button on rewards panel to check publisher status. ([#10005](https://github.com/brave/brave-browser/issues/10005)) + - Implemented new version of onboarding. ([#9555](https://github.com/brave/brave-browser/issues/9555)) - Implemented fingerprint farbling for Plugins. ([#9435](https://github.com/brave/brave-browser/issues/9435)) - Implemented new wallet API for Brave Rewards. ([#8428](https://github.com/brave/brave-browser/issues/8428)) + - [Security] Reduce logging as reported on HackerOne by hihouhou. ([#11456](https://github.com/brave/brave-browser/issues/11456)) - Disabled ability to retrieve rewards logs via brave://rewards-internals and removed existing logs. ([#11260](https://github.com/brave/brave-browser/issues/11260)) - Fixed issue where ad conversions would fail when a site uses pushState. ([#11012](https://github.com/brave/brave-browser/issues/11012)) - Fixed crash issue when opening search settings. ([#10773](https://github.com/brave/brave-browser/issues/10773)) - - Fixed an issue with opening downloaded PDF files. ([#11420](https://github.com/brave/brave-browser/issues/11420) - - Fixed sending links from Android to Desktop when sync is enabled. ([#11077](https://github.com/brave/brave-browser/issues/11077) - - [Security] Reduce logging as reported on HackerOne by hihouhou. ([#11456](https://github.com/brave/brave-browser/issues/11456)) + - Fixed not being able to open downloaded PDF and APK files. ([#11420](https://github.com/brave/brave-browser/issues/11420) + - Fixed not being able to send links from Android to Desktop when sync is enabled. ([#11077](https://github.com/brave/brave-browser/issues/11077) - Upgraded Chromium to 85.0.4183.83. ([#11401](https://github.com/brave/brave-browser/issues/11401)) ## [1.12.113](https://github.com/brave/brave-browser/releases/tag/v1.12.113) From 6b916aa1186891ee7b787a7699752492f2df2dfa Mon Sep 17 00:00:00 2001 From: srirambv Date: Thu, 10 Sep 2020 17:40:07 +0100 Subject: [PATCH 3/3] Remove #10773 --- CHANGELOG_ANDROID.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG_ANDROID.md b/CHANGELOG_ANDROID.md index 0bbf45802563..985f9eb91cc8 100644 --- a/CHANGELOG_ANDROID.md +++ b/CHANGELOG_ANDROID.md @@ -10,7 +10,6 @@ - [Security] Reduce logging as reported on HackerOne by hihouhou. ([#11456](https://github.com/brave/brave-browser/issues/11456)) - Disabled ability to retrieve rewards logs via brave://rewards-internals and removed existing logs. ([#11260](https://github.com/brave/brave-browser/issues/11260)) - Fixed issue where ad conversions would fail when a site uses pushState. ([#11012](https://github.com/brave/brave-browser/issues/11012)) - - Fixed crash issue when opening search settings. ([#10773](https://github.com/brave/brave-browser/issues/10773)) - Fixed not being able to open downloaded PDF and APK files. ([#11420](https://github.com/brave/brave-browser/issues/11420) - Fixed not being able to send links from Android to Desktop when sync is enabled. ([#11077](https://github.com/brave/brave-browser/issues/11077) - Upgraded Chromium to 85.0.4183.83. ([#11401](https://github.com/brave/brave-browser/issues/11401))