From 0060f7527404a945f24d3c2c7a4a983ae3609def Mon Sep 17 00:00:00 2001 From: Kamil Jozwiak Date: Fri, 22 Feb 2019 00:29:56 -0500 Subject: [PATCH] Release notes for 0.60.x Fix #3448 --- CHANGELOG.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e725b381c89e0..02d9353a2836b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,42 @@ # Changelog +## [0.60.45](https://github.com/brave/brave-browser/releases/tag/v0.60.45) + + - Added ability to tip Twitch publishers. ([#1814](https://github.com/brave/brave-browser/issues/1814)) + - Added backup wallet notification under reward panel that notifies users who have not backed up their wallet. ([#1164](https://github.com/brave/brave-browser/issues/1164)) + - Added notification under reward panel that appears three days before contribution if wallet has insufficient BAT. ([#1479](https://github.com/brave/brave-browser/issues/1479)) + - Added recurring date within the tip table under Brave Rewards. ([#1834](https://github.com/brave/brave-browser/issues/1834)) + - Cleaned up default search engines settings. ([#3316](https://github.com/brave/brave-browser/issues/3316)) + - Changed rewards publisher list being fetched every 48 hours to 24 hours. ([#3171](https://github.com/brave/brave-browser/issues/3171)) + - Updated new tab page background images and refined design. ([#2504](https://github.com/brave/brave-browser/issues/2504)) + - Updated icons under new tab page. ([#1593](https://github.com/brave/brave-browser/issues/1593)) + - Fixed summary under rewards panel being cleared when restarting Brave. ([#3055](https://github.com/brave/brave-browser/issues/3055)) + - Fixed insufficient funds notification being displayed when wallet has more than enough BAT. ([#3212](https://github.com/brave/brave-browser/issues/3212)) + - Fixed being able to tip even though Brave Rewards is disabled. ([#2214](https://github.com/brave/brave-browser/issues/2214)) + - Fixed auto-contribution table not working if "Minimum page time before logging visit" is set to one minute. ([#3320](https://github.com/brave/brave-browser/issues/3320)) + - Fixed HTTPS Everywhere not working correctly on some websites. ([#1535](https://github.com/brave/brave-browser/issues/1535)) + - Fixed public content settings not being inherited by private window. ([#1373](https://github.com/brave/brave-browser/issues/1373)) + - Fixed sizing of several action icons that appear in the URL bar. ([#2295](https://github.com/brave/brave-browser/issues/2295)) + - Fixed tipping option in certain cases not being displayed under rewards panel. ([#2089](https://github.com/brave/brave-browser/issues/2089)) + - Fixed Twitch icons under rewards panel not being displayed in certain cases. ([#1521](https://github.com/brave/brave-browser/issues/1521)) + - Fixed whitespace at the beginning or end of the recovery key prevents successful wallet recovery. ([#2665](https://github.com/brave/brave-browser/issues/2665)) + - Fixed being able to tip YouTube publishers in certain cases even though "Allow contributions to videos" is disabled. ([#2463](https://github.com/brave/brave-browser/issues/2463)) + - Fixed URL and icons under reward panel mismatching in some cases. ([#2073](https://github.com/brave/brave-browser/issues/2073)) + - Fixed "add funds" link not working under rewards panel when wallet has insufficient BAT for tip. ([#2628](https://github.com/brave/brave-browser/issues/2628)) + - Fixed not being able to authenticate (2FA with Google prompt) with Gmail. ([#1356](https://github.com/brave/brave-browser/issues/1356)) + - Fixed publisher "Thank you" banner displaying incorrect letter after tipping. ([#2718](https://github.com/brave/brave-browser/issues/2718)) + - Fixed publisher "Thank you" banner showing generic favicon instead of custom publisher image. ([#2668](https://github.com/brave/brave-browser/issues/2668)) + - Fixed deleted publishers not always being restored when using "Restore All" under auto-contribution table. ([#2551](https://github.com/brave/brave-browser/issues/2551)) + - Fixed notification under the rewards panel being displayed when rewards is disabled. ([#2957](https://github.com/brave/brave-browser/issues/2957)) + - Fixed crash reporting under Windows 7. ([#1188](https://github.com/brave/brave-browser/issues/1188)) + - Fixed crash reporting under Linux. ([#1251](https://github.com/brave/brave-browser/issues/1251)) + - Fixed WebTorrent becoming unresponsive when resizing window. ([#3034](https://github.com/brave/brave-browser/issues/3034)) + - Fixed auto-play issues on rainwa.com and cheddar.com. ([#2522](https://github.com/brave/brave-browser/issues/2522)) + - Fixed videos not working under sportsnet.ca. ([#2843](https://github.com/brave/brave-browser/issues/2843)) + - Fixed stats on new tab page overlapping when resizing window. ([#341](https://github.com/brave/brave-browser/issues/341)) + - Fixed display issues when hovering over icons on new tab page. ([#494](https://github.com/brave/brave-browser/issues/494)) + - Upgraded Chromium to 72.0.3626.109. ([#3358](https://github.com/brave/brave-browser/issues/3358)) + ## [0.59.35](https://github.com/brave/brave-browser/releases/tag/v0.59.35) - Fixed issue with sync library. ([#3207](https://github.com/brave/brave-browser/issues/3207))