Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Desktop] Release notes for 1.33.x Release #20092

Merged
merged 1 commit into from
Dec 14, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions CHANGELOG_DESKTOP.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Changelog

## [1.33.106](https://github.com/brave/brave-browser/releases/tag/v1.33.106)

- Added the ability to sign typed data (eth_signTypedData_v3 and eth_signTypedData_v4). ([#18659](https://github.com/brave/brave-browser/issues/18659))
- Added default currency and default cryptocurrency settings in brave://settings/wallet. ([#19234](https://github.com/brave/brave-browser/issues/19234))
- Added menu options to edit and remove networks under brave://settings/wallet/networks. ([#19004](https://github.com/brave/brave-browser/issues/19004))
- Added rewards settings section under brave://settings/rewards. ([#18158](https://github.com/brave/brave-browser/issues/18158))
- Added ability to update background images on the New Tab Page via component updates. ([#19129](https://github.com/brave/brave-browser/issues/19129))
- Added a post uninstall survey on Windows. ([#18063](https://github.com/brave/brave-browser/issues/18063))
- Added the ability to enable FileSystemAccess API via brave://flags/#file-system-access-api. ([#18979](https://github.com/brave/brave-browser/issues/18979))
- [Security] Stripped referrer and origin in cross-origin requests from ".onion" origin as reported on HackerOne by kkarfalcon. ([#18071](https://github.com/brave/brave-browser/issues/18071))
- [Security] Disabled CNAME uncloaking when a proxy extension with a SOCKS5 fallback is enabled as reported on HackerOne by neeythann. ([#19070](https://github.com/brave/brave-browser/issues/19070))
- Implemented time-limited sync QR codes. ([#19550](https://github.com/brave/brave-browser/issues/19550))
- Updated UI for the Brave Rewards widget on the New Tab Page. ([#17483](https://github.com/brave/brave-browser/issues/17483))
- Updated certain error messages for Brave Rewards to display as modals under brave://rewards. ([#16652](https://github.com/brave/brave-browser/issues/16652))
- Updated the default widget list under New Tab Page. ([#19708](https://github.com/brave/brave-browser/issues/19708))
- Updated Brave to use "etc/brave/policies" on Linux. ([#19052](https://github.com/brave/brave-browser/issues/19052))
- Removed known user tracking parameters "wbraid" and "gbraid" from certain URLs. ([#18758](https://github.com/brave/brave-browser/issues/18758))
- Fixed rounding issues for send and swap values. ([#19855](https://github.com/brave/brave-browser/issues/19855))
- Fixed values to show N/A instead of 0 if balances cannot be obtained. ([#19404](https://github.com/brave/brave-browser/issues/19404))
- Fixed full fiat balance not being displayed with ERC721 tokens. ([#19725](https://github.com/brave/brave-browser/issues/19725))
- Fixed being able to remove the active network under brave://settings/wallet/networks. ([#19678](https://github.com/brave/brave-browser/issues/19678))
- Fixed the connect hardware screen not working for Trezor devices. ([#19495](https://github.com/brave/brave-browser/issues/19495))
- Fixed double click on "Confirm/Sign" buttons for Trezor transactions closing the wallet panel. ([#19490](https://github.com/brave/brave-browser/issues/19490))
- Fixed token balances not being displayed when USD balance cannot be shown. ([#19407](https://github.com/brave/brave-browser/issues/19407))
- Fixed clicking "Solve" on adaptive CAPTCHA not working in certain cases. ([#18858](https://github.com/brave/brave-browser/issues/18858))
- Fixed the inability to access the IPFS settings link on certain window sizes. ([#19221](https://github.com/brave/brave-browser/issues/19221))
- Fixed not being able to go back on IPFS pages when automatic DNSLink redirection is enabled. ([#16557](https://github.com/brave/brave-browser/issues/16557))
- Upgraded Chromium to 96.0.4664.110. ([#20077](https://github.com/brave/brave-browser/issues/20077)) ([Changelog for 96.0.4664.110](https://chromium.googlesource.com/chromium/src/+log/96.0.4664.93..96.0.4664.110?pretty=fuller&n=1000))

## [1.32.115](https://github.com/brave/brave-browser/releases/tag/v1.32.115)

- Added support for decimal chain ID when adding custom networks. ([#19583](https://github.com/brave/brave-browser/issues/19583))
Expand Down