-
Notifications
You must be signed in to change notification settings - Fork 440
Fix:#2054: Add Changelog Release Notes for 1.14 #2060
Conversation
CHANGELOG.md
Outdated
- Added time out details for incorrect pin-code lockout. ([#443](https://github.com/brave/brave-ios/issues/443)) | ||
- Switching to "Private Browsing Only" closes normal tabs and delete sessions. ([#580](https://github.com/brave/brave-ios/issues/580)) | ||
- Fixed rewards button from showing up when disabled in settings. ([#1954](https://github.com/brave/brave-ios/issues/1954)) | ||
- Fixed browser crash when attempting to clear private data on iPad-OS 13.2. ([#1951](https://github.com/brave/brave-ios/issues/1951)) |
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.
I don't think iPad-OS
is the correct way if describing iOS. Should use something along the lines of the following:
- Fixed browser crash when clearing private data on iPad running iOS 13.2. (#1951)
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.
Apple calls it iPadOS (https://www.apple.com/ca/ipados/). Will remove the extra -
- Added download preview option. ([#1467](https://github.com/brave/brave-ios/issues/1467)) | ||
- Added user confirmation when external links try to switch apps. ([#551](https://github.com/brave/brave-ios/issues/551)) | ||
- Added time out details for incorrect pin-code lockout. ([#443](https://github.com/brave/brave-ios/issues/443)) | ||
- Switching to "Private Browsing Only" closes normal tabs and delete sessions. ([#580](https://github.com/brave/brave-ios/issues/580)) |
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.
nit: maybe adding deletes current sessions
? Example:
- Switching to "Private Browsing Only" closes normal tabs and deletes current sessions. (#580)
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.
Adding current would make it sound only recent one and not all sessions hence kept it as delete session
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.
Went through changes, LGTM 👍
Summary of Changes
Fixes #2054
Submitter Checklist:
NSLocalizableString()
Test Plan:
N/A
Screenshots:
Reviewer Checklist:
QA/(Yes|No)
release-notes/(include|exclude)
bug
/enhancement