Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Add Release Notes for iOS Release 1.52 #7905

Merged
merged 4 commits into from
Oct 3, 2023
Merged
Changes from 1 commit
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
44 changes: 44 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,50 @@
# Changelog


kjozwiak marked this conversation as resolved.
Show resolved Hide resolved
## [1.52](https://github.com/brave/brave-ios/releases/tag/v1.52)

### Web3

- Added support for transactions from all networks on activity tab. ([#7233](https://github.com/brave/brave-ios/issues/7233))
Uni-verse marked this conversation as resolved.
Show resolved Hide resolved
- Added support for Solana v0 VersionedTransactions. ([#7211](https://github.com/brave/brave-ios/issues/7211))
Uni-verse marked this conversation as resolved.
Show resolved Hide resolved
- Implemented NFT auto discovery in Wallet. ([#7370](https://github.com/brave/brave-ios/issues/7370))
Uni-verse marked this conversation as resolved.
Show resolved Hide resolved
- Implemented selected network per origin. ([#7225](https://github.com/brave/brave-ios/issues/7225))
Uni-verse marked this conversation as resolved.
Show resolved Hide resolved
- Updated dApp requests to display network chain name. ([#7296](https://github.com/brave/brave-ios/issues/7296))
Uni-verse marked this conversation as resolved.
Show resolved Hide resolved
- Updated pending transactions to show for all networks for a token. ([#7295](https://github.com/brave/brave-ios/issues/7295))
- Updated sorting to show most recent wallet pending transactions first. ([#7572](https://github.com/brave/brave-ios/issues/7572))
Uni-verse marked this conversation as resolved.
Show resolved Hide resolved
Uni-verse marked this conversation as resolved.
Show resolved Hide resolved
- Fixed a crash when migrating from a legacy wallet. ([#7464](https://github.com/brave/brave-ios/issues/7464))
- Fixed an account change event not emitting correctly. ([#7463](https://github.com/brave/brave-ios/issues/7463))
- Fixed transaction links not opening correct chain ID URL. ([#7455](https://github.com/brave/brave-ios/issues/7455))
Uni-verse marked this conversation as resolved.
Show resolved Hide resolved
- Fixed loading indicator not being removed during asset auto discovery. ([#7433](https://github.com/brave/brave-ios/issues/7433))

### General

- Added top page color sampling for status bar overlay view color. ([#7479](https://github.com/brave/brave-ios/issues/7479))
- Added biometrics and passcode authentication for Sync settings. ([#7436](https://github.com/brave/brave-ios/issues/7436))
- Updated copy for Safe Browsing setting. ([#7430](https://github.com/brave/brave-ios/issues/7430))
- Updated Playlist URL bar icons and menus. ([#7422](https://github.com/brave/brave-ios/issues/7422))
- Updated copy text in Playlist. ([#7353](https://github.com/brave/brave-ios/issues/7353))
- Updated Playlist to use Async-Await. ([#7349](https://github.com/brave/brave-ios/issues/7349))
- Updated SSL Certificate Validation to match all other browsers. ([#5543](https://github.com/brave/brave-ios/issues/5543))
Uni-verse marked this conversation as resolved.
Show resolved Hide resolved
- Enabled monogram favicons to keep background color between app launches. ([#7396](https://github.com/brave/brave-ios/issues/7396))
- Fixed VPN profile from failing to initialize after purchase. ([#7413](https://github.com/brave/brave-ios/issues/7413))
- Fixed issues with cosmetic filters during slow page loads. ([#7612](https://github.com/brave/brave-ios/issues/7612))
- Fixed Find In Page Bar from dismissing when touched in top-bar mode. ([#7610](https://github.com/brave/brave-ios/issues/7610))
Uni-verse marked this conversation as resolved.
Show resolved Hide resolved
- Fixed a crash when closing tabs. ([#7548](https://github.com/brave/brave-ios/issues/7548))
Uni-verse marked this conversation as resolved.
Show resolved Hide resolved
- Fixed various issues with CarPlay. ([#7541](https://github.com/brave/brave-ios/issues/7541))
- Fixed https://youtube.com from adding audio files to playlist videos. ([#7537](https://github.com/brave/brave-ios/issues/7537))
- Fixed tabs not being restored after closing private tab or toggling tab view. ([#7517](https://github.com/brave/brave-ios/issues/7517))
- Fixed RewardsScript not running in Desktop mode on iPhone. ([#7512](https://github.com/brave/brave-ios/issues/7512))
Uni-verse marked this conversation as resolved.
Show resolved Hide resolved
- Fixed preroll ads being shown as black screen when disabling “Ads Blocking” in Shields. ([#7501](https://github.com/brave/brave-ios/issues/7501))
- Fixed Sync Chain deletion authentication problems. ([#7493](https://github.com/brave/brave-ios/issues/7493))
Uni-verse marked this conversation as resolved.
Show resolved Hide resolved
- Fixed issue with background color for “Logins & Passwords” in dark mode. ([#7481](https://github.com/brave/brave-ios/issues/7481))
- Fixed issue with Tabs Bar being hidden after using QR code scanner. ([#7476](https://github.com/brave/brave-ios/issues/7476))
- Fixed playlist lock-screen pausing issues. ([#7466](https://github.com/brave/brave-ios/issues/7466))
Uni-verse marked this conversation as resolved.
Show resolved Hide resolved
- Fixed infinite loading spinner next to toggle switch when enabling VPN. ([#7448](https://github.com/brave/brave-ios/issues/7448))
- Fixed cosmetic filters being injected into content editable bodies. ([#7626](https://github.com/brave/brave-ios/issues/7626))
- Fixed hour format for the Open Tabs Session Time. ([#7410](https://github.com/brave/brave-ios/issues/7410))
- Fixed calendar invitation from not being added to iOS Calendar. ([#7386](https://github.com/brave/brave-ios/issues/7386))
Uni-verse marked this conversation as resolved.
Show resolved Hide resolved

## [1.51.2](https://github.com/brave/brave-ios/releases/tag/v1.51.2)

- Fixed ads event reporting for sponsored images on New Tab Page. ([#7566](https://github.com/brave/brave-ios/issues/7566))
Expand Down