-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Release Notes for iOS Release 1.63.183 #37307
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You'll need to update the spacing of each point so its matching Desktop
& Android
. There's also a missing space between the title of Web3
and the list. It should look something as the following:
## [1.63.183](https://github.com/brave/brave-browser/releases/tag/v1.63.183)
### Web3
- Implemented v2 UI for "Account" details in Brave Wallet. ([#8663](https://github.com/brave/brave-ios/issues/8663))
- Implemented v2 UI for “Accounts” tab in Brave Wallet. ([#8600](https://github.com/brave/brave-ios/issues/8600))
- Fixed transaction status not updating automatically in "Transaction Details" page. ([#36468](https://github.com/brave/brave-browser/issues/36468))
### General
- Added Brave Leo - AI for questions and answers leveraging page context. ([#36585](https://github.com/brave/brave-browser/issues/36585))
- Added “Copy Clean Link” to the share menu. ([#8070](https://github.com/brave/brave-ios/issues/8070))
- Added interstitial pages when blocking pages (top-level domain blocking). ([#8096](https://github.com/brave/brave-ios/issues/8096))
- Added “Open in Brave” to iOS Share Sheet menu. ([#8516](https://github.com/brave/brave-ios/issues/8516))
- Added opening scanned URLs in a new tab when selecting “Scan QR Code” from the Home Screen context menu. ([#8594](https://github.com/brave/brave-ios/issues/8594))
- Removed the limit on the number of filter lists that can be selected at once in “Content Filtering” page. ([#8656](https://github.com/brave/brave-ios/issues/8656))
- Updated Webcompat report to use the site URL instead of using “internal://local”. ([#8667](https://github.com/brave/brave-ios/issues/8667))
- Fixed an issue with muting/unmuting when Brave Talk is minimized. ([#8717](https://github.com/brave/brave-ios/issues/8717))
- Fixed an issue with the search suggestions button not updating when pressed in the search field. ([#8630](https://github.com/brave/brave-ios/issues/8630))
Easiest way to check is make sure you're iOS
notes align re: spacing with both https://raw.githubusercontent.com/brave/brave-browser/master/CHANGELOG_DESKTOP.md & https://raw.githubusercontent.com/brave/brave-browser/master/CHANGELOG_ANDROID.md.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
++ for Web3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM other than just removing those two spaces after Web3
.
Resolves #36937
Submitter Checklist:
QA/Yes
orQA/No
;release-notes/include
orrelease-notes/exclude
;OS/...
) to the associated issuenpm run test -- brave_browser_tests
,npm run test -- brave_unit_tests
,npm run lint
,npm run gn_check
,npm run tslint
git rebase master
(if needed)Reviewer Checklist:
gn
After-merge Checklist:
changes has landed on
Test Plan:
N/A