Skip to content

Commit 920520e

Browse files
committed
release: bump version to v0.58.1
1 parent a63fcec commit 920520e

3 files changed

Lines changed: 70 additions & 2 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ android {
6363
compileSdk compile_sdk_version
6464
minSdkVersion min_sdk_version
6565
targetSdkVersion compile_sdk_version
66-
versionCode 248
67-
versionName "0.58.0"
66+
versionCode 249
67+
versionName "0.58.1"
6868
buildConfigField "String", "GIT_HASH", "\"${getGitVersionSuffix()}\""
6969
buildConfigField "String", "BITCOIN_KIT_VERSION", "\"${libs.versions.piratecash.bitcoin.get()}\""
7070
buildConfigField "String", "ETHEREUM_KIT_VERSION", "\"${libs.versions.piratecash.ethereum.get()}\""

changelog_en.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
## 🚀 Version 0.58.1 Update
2+
_Release date: July 25, 2026_
3+
4+
### ✨ Improvements
5+
6+
- **Added support for encrypted P2P connections with BIP324 v2**
7+
Supported for `PirateCash`, `Cosanta`, `Dash`, and `Bitcoin`.
8+
9+
- **Added Unstoppable DEX integration**
10+
11+
- **Added in-app updates**
12+
13+
- **Added support for configuring wallet creation date / Restore Height for Zcash and Monero**
14+
These parameters can now be adjusted after wallet initialization as well.
15+
16+
- **Added WalletConnect connection status display**
17+
18+
- **Wallets with active Premium are now highlighted in a separate `Premium Active` section**
19+
20+
- **Improved hiding of the available fee balance when sending tokens**
21+
22+
- **Added automatic scrolling to the transaction search field on the asset page**
23+
24+
### 🐛 Fixes
25+
26+
- **Swap transactions no longer appear under the `Received` and `Sent` tabs**
27+
28+
- **Fixed a PayCore issue during first wallet registration**
29+
30+
- **Fixed a Tangem issue on the first BEP-20 send attempt**
31+
Android no longer opens the card's `NDEF URL` instead of starting NFC signing.
32+
33+
- **Fixed the swap provider types info modal overlapping the system header**
34+
135
## 🚀 Version 0.58.0 Update
236
_Release date: July 22, 2026_
337

changelog_ru.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
## 🚀 Обновление версии 0.58.1
2+
_Дата релиза: 25 июля 2026_
3+
4+
### ✨ Улучшения
5+
6+
- **Добавлена поддержка зашифрованных P2P-соединений с BIP324 v2**
7+
Поддержка доступна для `PirateCash`, `Cosanta`, `Dash` и `Bitcoin`.
8+
9+
- **Добавлена интеграция Unstoppable DEX**
10+
11+
- **Добавлено обновление приложения изнутри**
12+
13+
- **Добавлена поддержка настройки даты создания кошелька / Restore Height для Zcash и Monero**
14+
Эти параметры теперь можно настроить и после инициализации кошелька.
15+
16+
- **Добавлено отображение информации о соединении WalletConnect**
17+
18+
- **Кошельки с активным Premium теперь выделяются в отдельный блок `Premium Active`**
19+
20+
- **Улучшено скрытие доступного баланса для комиссии при отправке токенов**
21+
22+
- **Добавлен автоматический доскролл к полю поиска транзакций на странице ассета**
23+
24+
### 🐛 Исправления
25+
26+
- **Транзакции типа «Обмен» больше не отображаются на вкладках `Получено` и `Отправлено`**
27+
28+
- **Исправлена проблема PayCore при регистрации первого кошелька**
29+
30+
- **Исправлена ошибка Tangem при первой отправке BEP-20**
31+
Android больше не открывает `NDEF URL` карты вместо запуска NFC-подписи.
32+
33+
- **Исправлено наложение модального окна с информацией о типах провайдеров обмена на системный хедер**
34+
135
## 🚀 Обновление версии 0.58.0
236
_Дата релиза: 22 июля 2026_
337

0 commit comments

Comments
 (0)