From 378b61d7e5b6ccd03ae30818bb60168729b13352 Mon Sep 17 00:00:00 2001 From: Kamil Jozwiak Date: Thu, 31 Jan 2019 14:24:23 -0500 Subject: [PATCH] Release notes for 0.59.x Fix #3173 --- CHANGELOG.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9cf2937e473..19c89d406a2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,42 @@ # Changelog +## [0.59.33](https://github.com/brave/brave-browser/releases/tag/v0.59.33) + + - Added Sync. ([#3180](https://github.com/brave/brave-browser/issues/3180)) + - Added ability to claim BAT grants using the reward panel. ([#1783](https://github.com/brave/brave-browser/issues/1783)) + - Added support for custom tip amounts for publishers. ([#2645](https://github.com/brave/brave-browser/issues/2645)) + - Added ability to enable and disable WebTorrent via Brave settings. ([#897](https://github.com/brave/brave-browser/issues/897)) + - Added request confirmation before opening external applications. ([#542](https://github.com/brave/brave-browser/issues/542)) + - Added dark theme support for Developer Tools. ([#784](https://github.com/brave/brave-browser/issues/784)) + - Improved the Brave welcome experience. ([#1847](https://github.com/brave/brave-browser/issues/1847)) + - Enabled viz service display compositor. ([#3105](https://github.com/brave/brave-browser/issues/3105)) + - Reduced user fingerprint by always returning constant values for navigator.mimeTypes and navigator.plugins. ([#1549](https://github.com/brave/brave-browser/issues/1549)) + - Replaced several icons under Brave Rewards with new icons. ([#1825](https://github.com/brave/brave-browser/issues/1825)) + - Fixed auto-contribution table being corrupted when changing "Minimum page time before logging a visit" via Brave Rewards settings. ([#3134](https://github.com/brave/brave-browser/issues/3134)) + - Fixed publishers being removed from the auto-contribution table when "Minimum page time before logging a visit" is changed and Brave is upgraded or restarted. ([#3162](https://github.com/brave/brave-browser/issues/3162)) + - Fixed reward panel not always displaying Welcome screen on first click which caused issues creating wallets. ([#2962](https://github.com/brave/brave-browser/issues/2962)) + - Fixed several instances of incorrect crypto addresses being displayed in Brave Rewards. ([#2172](https://github.com/brave/brave-browser/issues/2172)) + - Fixed weight for each publisher within auto-contribution not being calculated correctly. ([#3163](https://github.com/brave/brave-browser/issues/3163)) + - Fixed Widevine notifications not appearing under YouTube and Amazon Prime when viewing premium content and Widevine is not installed. ([#1985](https://github.com/brave/brave-browser/issues/1985)) + - Fixed PDFs being opened in Brave even though "Download PDF files instead of automatically opening them in Brave" has been enabled in Brave settings. ([#1531](https://github.com/brave/brave-browser/issues/1531)) + - Fixed disabling auto-contribution also disabled YouTube tipping. ([#2084](https://github.com/brave/brave-browser/issues/2084)) + - Fixed notifications under Brave panel not being dismissible in certain instances. ([#2883](https://github.com/brave/brave-browser/issues/2883)) + - Fixed several instances of rewards panel not displaying YouTube publishers due to different URLs. ([#2820](https://github.com/brave/brave-browser/issues/2820)) + - Fixed pending contributions to unverified publishers not being dynamically updated under Brave Rewards. ([#2890](https://github.com/brave/brave-browser/issues/2890)) + - Fixed Brave Rewards summary sometimes displaying incorrect tip amounts. ([#2332](https://github.com/brave/brave-browser/issues/2332)) + - Fixed non-verified publishers not being displayed in Brave panel when unchecking "Allow contributions to non-verified sites" in Brave Rewards settings. ([#2653](https://github.com/brave/brave-browser/issues/2653)) + - Fixed "Next Contribution Date" under Brave Rewards displaying incorrect dates in some instances. ([#2206](https://github.com/brave/brave-browser/issues/2206)) + - Fixed non-verified sites being added into auto-contribution table when "Allow contributions to non-verified sites" has been disabled. ([#2111](https://github.com/brave/brave-browser/issues/2111)) + - Fixed "Send My Tip" button under Brave panel not displaying cursor. ([#2744](https://github.com/brave/brave-browser/issues/2744)) + - Fixed specific headers for promotional campaigns not being used when Brave first starts up. ([#3143](https://github.com/brave/brave-browser/issues/3143)) + - Fixed not being able to make Brave the default browser under Linux. ([#1274](https://github.com/brave/brave-browser/issues/1274)) + - Fixed favicon not appearing on several custom brave:// pages. ([#1466](https://github.com/brave/brave-browser/issues/1466)) + - Fixed Brave Shields blocking images when device language is set to Japanese. ([#2482](https://github.com/brave/brave-browser/issues/2482)) + - Fixed several strings under the hamburger menu not being translated. ([#2831](https://github.com/brave/brave-browser/issues/2831)) + - Fixed several icons under the toolbar that appeared too thick when not using retina screens. ([#2327](https://github.com/brave/brave-browser/issues/2327)) + - Upgraded Tor to 0.3.4.9. ([#1974](https://github.com/brave/brave-browser/issues/1974)) + - Upgraded Chromium to 72.0.3626.81. ([#3146](https://github.com/brave/brave-browser/issues/3146)) + ## [0.58.21](https://github.com/brave/brave-browser/releases/tag/v0.58.21) - Added new contribution flow for unverified publishers. ([#2836](https://github.com/brave/brave-browser/issues/2836))