secant-android-wallet/docs/whatsNew/WHATS_NEW_EN.md

106 lines
4.6 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Changelog
All notable changes to this application will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this application adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
**Please be aware that this changelog primarily focuses on user-related modifications, emphasizing changes that can
directly impact users rather than highlighting other key architectural updates.**
## [Unreleased]
### Changed
- Scan QR screen has been redesigned
- The Receive screen UI has been redesigned
- Send screen redesigned & added a possibility to pick a contact from address book
- Confirmation screen redesigned & added a contact name to the transaction if the contact is in address book
- History item redesigned & added an option to create a contact from unknown address
- Address Book, Create/Update/Delete Contact, Create Contact by QR screens added
### Added
- Address book local and remote storage support
- New QR Code detail screen has been added
## [1.2 (739)] - 2024-09-27
### Changed
- Adopted snapshot Zcash SDK version 2.2.5 which includes a fix for block synchronization issues caused by incorrect check of the block height component.
## [1.2 (735)] - 2024-09-20
### Added:
- All Zashi's error dialogs now have a Report button that prefills the error stack trace in a selected email client.
### Changed:
- The Message input field on the Send screen has been updated to provide a Return key on the software keyboard, and make auto-capitalization at the beginning of every sentence or a new line.
### Fixed:
- We fixed the Send Feedback feature and made it compatible with more e-mail clients.
## [1.2 (731)] - 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
- 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.1.7 (718)] - 2024-09-06
### Added
- We added ZEC/USD currency conversion to Zashi without compromising your IP address.
- You can now view your balances and type in transaction amounts in both USD and ZEC.
### Changed
- We adopted the latest Zcash SDK version 2.2.0, which brings the ZIP 320 TEX addresses support, currency conversion feature that fetches ZEC/USD exchange rate over Tor, and support for restoring the full history from transparent-only wallets.
### Fixed
- We re-enabled app screenshot testing after we moved away from the AppCompat components.
## [1.1.6 (712)] - 2024-09-04
### Added
- We added ZEC/USD currency conversion to Zashi without compromising your IP address.
- You can now view your balances and type in transaction amounts in both USD and ZEC.
### Changed
- We adopted the latest Zcash SDK version 2.2.0, which brings the ZIP 320 TEX addresses support, currency conversion feature that fetches ZEC/USD exchange rate over Tor, and support for restoring the full history from transparent-only wallets.
### Fixed
- We re-enabled app screenshot testing after we moved away from the AppCompat components.
## [1.1.5 (706)] - 2024-08-09
### Changed
- We adopted the latest Zcash SDK version 2.1.3, which significantly improves block synchronization speed.
- We also improved the logic for fetching transparent transactions.
## [1.1.4 (700)] - 2024-07-23
### Added
- We added Whats New information to the About screen.
- We secured copying sensitive information into a device clipboard by masking it from the system visual confirmation.
### Changed
- We added a screen with syncing tips for successful Restore.
- We updated UI of the About screen.
### Fixed
- We fixed QR code scanning speed and reliability.
- We fixed UI on the Feedback screen, so the Send button is not hidden by keyboard anymore.
- We also improved handling of Android configuration changes.