[#1586] Release 1.2 (730)

- Changelogs update
- Closes #1586
This commit is contained in:
Honza Rychnovský 2024-09-16 12:51:54 +02:00 committed by GitHub
parent 49adf26cb9
commit f703d9fdab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 17 additions and 0 deletions

View File

@ -6,6 +6,12 @@ and this application adheres to [Semantic Versioning](https://semver.org/spec/v2
## [Unreleased]
## [1.2 (730)] - 2024-09-16
### Changed
- Adopted the latest snapshot Zcash SDK version 2.2.4 that brings improvements in the disposal logic of its
internal `TorClient` component
## [1.2 (729)] - 2024-09-13
### Added

View File

@ -9,6 +9,17 @@ directly impact users rather than highlighting other key architectural updates.*
## [Unreleased]
## [1.2 (730)] - 2024-09-16
### Added
- We added an experimental feature which allows you to buy ZEC with Coinbase Onramp integration - find it in the Advanced Settings.
- No need to keep guessing which server performs best. We added a dynamic server switch, which identifies the best performing servers for you.
- We improved UX for unsent transactions. The SDK now checks whether there are any unsent transactions, and it attempts to resubmit such transactions.
- We also added support for Android 15.
### Changed
- We updated our Settings UI.
## [1.2 (729)] - 2024-09-13
### Added