|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## [1.62](https://github.com/brave/brave-ios/releases/tag/v1.62) |
| 4 | + |
| 5 | +### Web3 |
| 6 | + |
| 7 | +- Implemented Safe Sign for CoW Swaps. [(#8114)](https://github.com/brave/brave-ios/issues/8114) |
| 8 | +- Added support for fetching unknown tokens from non-mainnet transactions. [(#8529)](https://github.com/brave/brave-ios/issues/8529) |
| 9 | +- Added “Creating Wallet” step to Wallet onboarding. [(#8345)](https://github.com/brave/brave-ios/issues/8345) |
| 10 | +- Added “Accounts” and “Transactions” tab to the asset detail view. [(#8137)](https://github.com/brave/brave-ios/issues/8137) |
| 11 | +- Updated Line chart color to match the new Brave Wallet design on Portfolio and Asset details screen. [(#8136)](https://github.com/brave/brave-ios/issues/8136) |
| 12 | +- Updated account blockies to be square similar to desktop. [(#8375)](https://github.com/brave/brave-ios/issues/8375) |
| 13 | +- Migrated Solana Swaps to use Jupiter Swap API v6. [(#8603)](https://github.com/brave/brave-ios/issues/8603) |
| 14 | +- Fixed the approve screen not showing the confirmation when approve limit is lower than transaction value. [(#8721)](https://github.com/brave/brave-ios/issues/8721) |
| 15 | +- Fixed portfolio filter from opening intermittently when scrolling up and down the portfolio asset list. [(#8709)](https://github.com/brave/brave-ios/issues/8709) |
| 16 | +- Fixed UI issues in Brave Wallet resulting from NFT GIFs failing to load. [(#8560)](https://github.com/brave/brave-ios/issues/8560) |
| 17 | +- Fixed Wallet onboarding flow when initiated on two windows in split view on iPad. [(#8425)](https://github.com/brave/brave-ios/issues/8425) |
| 18 | + |
| 19 | +### General |
| 20 | + |
| 21 | +- Added "Global Privacy Control" toggle under “Brave Shields & Privacy.” [(#8556)](https://github.com/brave/brave-ios/issues/8556) |
| 22 | +- Added “View all version info” to the version context menu under “About” in settings. [(#8705)](https://github.com/brave/brave-ios/issues/8705) |
| 23 | +- Added auto-upgrading for mixed content that contains media using a content blocker. [(#8664)](https://github.com/brave/brave-ios/issues/8664) |
| 24 | +- Added authentication when disabling “Browser Lock” from settings. [(#8608)](https://github.com/brave/brave-ios/issues/8608) |
| 25 | +- Added option in “Search” settings to disable bookmarks and history suggestions. [(#2336)](https://github.com/brave/brave-ios/issues/2336) |
| 26 | +- Updated SSL Certificate display logic to be more in line with Chromium. [(#8703)](https://github.com/brave/brave-ios/issues/8703) |
| 27 | +- Updated Tracking Protection Stats script to prevent Denial of Service (DoS). [(#8562)](https://github.com/brave/brave-ios/issues/8562) |
| 28 | +- Updated Privacy Hub on NTP to show dialog confirmation when using hide action. [(#8493)](https://github.com/brave/brave-ios/issues/8493) |
| 29 | +- Fixed tabs from being lost when launching Brave in certain cases. [(#8694)](https://github.com/brave/brave-ios/issues/8694) |
| 30 | +- Fixed background tab navigation exploit as reported on HackerOne by nishimunea. [(#8606)](https://github.com/brave/brave-ios/issues/8606) |
| 31 | +- Fixed “Security Certificate” to be shown in menu in certain cases when no certificate is found. [(#8688)](https://github.com/brave/brave-ios/issues/8688) |
| 32 | +- Fixed URLs not loading if already loaded in a tab using another browsing mode. [(#8665)](https://github.com/brave/brave-ios/issues/8665) |
| 33 | +- Fixed hyperlinks from not redirecting when value for target is “_blank”. [(#8661)](https://github.com/brave/brave-ios/issues/8661) |
| 34 | +- Fixed SSL status on interstitial pages to show correctly for offline and HTTP pages. [(#8650)](https://github.com/brave/brave-ios/issues/8650) |
| 35 | +- Fixed insecure state being displayed intermittently when loading URLs in certain cases. [(#8635)](https://github.com/brave/brave-ios/issues/8635) |
| 36 | +- Fixed a crash when loading invalid URLs using “Open In New Tab” via long-press. [(#8647)](https://github.com/brave/brave-ios/issues/8647) |
| 37 | +- Fixed “noscript” HTML tags from being rendered properly when JavaScript is disabled. [(#8585)](https://github.com/brave/brave-ios/issues/8585) |
| 38 | +- Fixed being able to bypass Screen Time by opening a new tab from a locked tab. [(#8579)](https://github.com/brave/brave-ios/issues/8579) |
| 39 | +- Fixed closed tabs not being restored using "CMD + Shift + T" command when connected to hardware keyboard. [(#8552)](https://github.com/brave/brave-ios/issues/8552) |
| 40 | +- Fixed VPN icon not being resized correctly in main menu for current accessibility font size. [(#8497)](https://github.com/brave/brave-ios/issues/8497) |
| 41 | +- Fixed cursor being misplaced for a selected URL when that URL doesn’t fit the screen. [(#8374)](https://github.com/brave/brave-ios/issues/8374) |
| 42 | +- Fixed Brave Rewards (BAT) icon from being grayed out after enabling rewards. [(#8371)](https://github.com/brave/brave-ios/issues/8371) |
| 43 | +- Fixed issue with adding pass/ticket to iOS Wallet. [(#8057)](https://github.com/brave/brave-ios/issues/8057) |
| 44 | +- Fixed Playlist from playing next video when using picture-in-picture mode. [(#8151)](https://github.com/brave/brave-ios/issues/8151) |
| 45 | +- Fixed “Managing your Playlist data” dialog being presented for saving Shared Playlists even when “Auto-Save for Offline” is off in settings. [(#8012)](https://github.com/brave/brave-ios/issues/8012) |
| 46 | +- Fixed videos intermittently being paused when opening in Playlist. [(#7485)](https://github.com/brave/brave-ios/issues/7485) |
| 47 | +- Fixed play/pause button state not being updated correctly when reopening Brave. [(#7459)](https://github.com/brave/brave-ios/issues/7459) |
| 48 | +- Fixed an issue with videos not being auto-downloaded in Playlist. [(#8614)](https://github.com/brave/brave-ios/issues/8614) |
| 49 | + |
3 | 50 | ## [1.61.1](https://github.com/brave/brave-ios/releases/tag/v1.61.1)
|
4 | 51 |
|
5 | 52 | - Fixed Brave Ad notification click event not being triggered. ([#8619](https://github.com/brave/brave-ios/issues/8619))
|
|
0 commit comments