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.41.x Release #24014

Merged
merged 1 commit into from
Jul 12, 2022
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
34 changes: 34 additions & 0 deletions CHANGELOG_DESKTOP.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# Changelog

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

- Added Solana Dapp support for Brave Wallet. ([#23520](https://github.com/brave/brave-browser/issues/23520))
Copy link
Collaborator

@rebron rebron Jul 12, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor nit. Should be DApp

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We've been using Dapp since the beginning as per https://raw.githubusercontent.com/brave/brave-browser/master/CHANGELOG_DESKTOP.md. If that's the case, we'll need to change all instances of Dapp -> DApp.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

as discussed, will change in a follow up 👍🏻

- Added Solana support for importing accounts and creating transactions from Ledger with Brave Wallet. ([#23061](https://github.com/brave/brave-browser/issues/23061))
- Added Brave Wallet notifications for successful or failed transactions. ([#19885](https://github.com/brave/brave-browser/issues/19885))
- Added the ability to hide networks from displaying in Brave Wallet under brave://settings/wallet/networks. ([#23208](https://github.com/brave/brave-browser/issues/23208))
- Added the ability to edit known networks for Brave Wallet. ([#23207](https://github.com/brave/brave-browser/issues/23207))
- Added the ability to change custom RPC URLs for known networks. ([#20517](https://github.com/brave/brave-browser/issues/20517))
- Added direct routes to specific Brave Wallet onboarding pages. ([#22589](https://github.com/brave/brave-browser/issues/22589))
- Added direct routes to specific account management modals in Brave Wallet. ([#22588](https://github.com/brave/brave-browser/issues/22588))
- Added "Force Paste" option to right click context menu. ([#22567](https://github.com/brave/brave-browser/issues/22567))
- [Security] Fixed Developer Tools console leak in Tor window as reported on HackerOne by bugm0nkey. ([#23579](https://github.com/brave/brave-browser/issues/23579))
- [Security] Implemented HSTS partitioning. ([#18830](https://github.com/brave/brave-browser/issues/18830))
- Implemented time-limited sync code words. ([#22242](https://github.com/brave/brave-browser/issues/22242))
- Improved privacy by preventing pages from passing identifiers through "window.name". ([#5910](https://github.com/brave/brave-browser/issues/5910))
- Improved general performance by removing unused Brave Shields blocking data for closed tabs. ([#23559](https://github.com/brave/brave-browser/issues/23559))
- Updated Brave Wallet to show asset information while loading balances. ([#23436](https://github.com/brave/brave-browser/issues/23436))
- Updated the UI to include clickable "Learn more" links on certain Brave Wallet account modals. ([#23531](https://github.com/brave/brave-browser/issues/23531))
- Updated Brave Wallet UI to preserve whitespace in the signature message text. ([#22699](https://github.com/brave/brave-browser/issues/22699))
- Updated text from "web 3" to "web3" across various Brave Wallet pages. ([#23328](https://github.com/brave/brave-browser/issues/23328))
- Updated Brave Wallet right click context menu text. ([#23033](https://github.com/brave/brave-browser/issues/23033))
- Updated UI for when Brave Rewards balance cannot be fetched. ([#20991](https://github.com/brave/brave-browser/issues/20991))
- Updated Omaha installer version for Windows to v1.3.36.131. ([#23047](https://github.com/brave/brave-browser/issues/23047))
- Updated the size of hover indication and clickable area for the new tab button. ([#22902](https://github.com/brave/brave-browser/issues/22902))
- Moved brave://adblock to brave://settings/shields. ([#8838](https://github.com/brave/brave-browser/issues/8838))
- Fixed localhost being incorrectly set for both Ethereum and Solana for Brave Wallet. ([#22959](https://github.com/brave/brave-browser/issues/22959))
- Fixed inability to complete Moonbeam transactions with Brave Wallet. ([#23529](https://github.com/brave/brave-browser/issues/23529))
- Fixed Brave Shields being disabled by default in certain cases. ([#23214](https://github.com/brave/brave-browser/issues/23214))
- Fixed various UI/UX issues with Brave Shields. ([#22546](https://github.com/brave/brave-browser/issues/22546))
- Fixed incorrect hover shape for folders on the bookmarks bar. ([#23667](https://github.com/brave/brave-browser/issues/23667))
- Fixed the edit top site dialog displaying in the background of the New Tab Page. ([#23685](https://github.com/brave/brave-browser/issues/23685))
- Fixed blogspot.com URLs not being debounced. ([#22894](https://github.com/brave/brave-browser/issues/22894))
- Fixed incorrect color for "Show Sponsored Images" toggle when disabled. ([#22645](https://github.com/brave/brave-browser/issues/22645))

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

- Upgraded Chromium to 103.0.5060.114. ([#23860](https://github.com/brave/brave-browser/issues/23860)) ([Changelog for 103.0.5060.114](https://chromium.googlesource.com/chromium/src/+log/103.0.5060.66..103.0.5060.114?pretty=fuller&n=1000))
Expand Down