Skip to content

Commit

Permalink
Release 1.1.0 (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
Radiokot authored Jun 7, 2024
1 parent 5f3201f commit f5ba841
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [Unreleased]
## [1.1.0] - 2024-06-07

### Removed
- Shielding – now it is only possible to unshield your balances
Expand All @@ -19,7 +19,7 @@
### Changed
- Actualized End User License Terms and Privacy Policy URL

## [1.0.0] - 2022-04-24
## [1.0.0] - 2024-04-24

### Added
- Setting up and updating validator pool commission rates
Expand Down Expand Up @@ -60,5 +60,6 @@
- Identity data tab on the account details screen is no longer shown for accounts without revealed attributes
- CIS-2 tokens with corrupted or missing metadata can no longer be added

[Unreleased]: https://github.com/Concordium/cryptox-android/compare/1.0.0...HEAD
[Unreleased]: https://github.com/Concordium/cryptox-android/compare/1.1.0...HEAD
[1.1.0]: https://github.com/Concordium/cryptox-android/compare/1.0.0...1.1.0
[1.0.0]: https://github.com/Concordium/cryptox-android/compare/0.6.1-qa.5...1.0.0
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,13 @@ With CryptoX Wallet, you can:
- Create digital identities and your initial account via an identity provider (IDP)
- Create additional accounts with your digital identities
- Send and receive CCD
- Check your account balances, both public and private
- Transfer CCD between your balances (from public to private and from private to public)
- Check your account balances
- Manage CCD validation and delegation
- Check your CCD release schedule (only for buyers)
- Manage your addresses in the address book for fast and easy transactions
- Export and import backups of your accounts, identities, address book, and keys
- Import both phrase- and file-based wallets
- Manage CIS-2 tokens
- Send, receive and view CIS-2 tokens
- Browse owned NFTs from [Spaceseven](https://spaceseven.com/marketplace)
- Connect to Concordium dApps with WalletConnect

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ android {
def versionMajor = 1
def versionMinor = 1
def versionPatch = 0
def versionMeta = "-qa.3"
def versionCodeIncremental = 1375
def versionMeta = ""
def versionCodeIncremental = 1381

compileSdkVersion 34

Expand Down

0 comments on commit f5ba841

Please sign in to comment.