Skip to content

Commit

Permalink
v3.0.34
Browse files Browse the repository at this point in the history
  • Loading branch information
mytonwalletorg committed Nov 12, 2024
1 parent aefd361 commit 202c22b
Show file tree
Hide file tree
Showing 73 changed files with 821 additions and 483 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ brew install pkg-config cairo pango libpng jpeg giflib librsvg

### NPM Local Setup
```sh
mv .env.example .env
cp .env.example .env

npm ci
```
Expand Down
2 changes: 2 additions & 0 deletions capacitor.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ const config: CapacitorConfig = {
includePlugins: [
'@capacitor-mlkit/barcode-scanning',
'@capacitor/app',
'@capacitor/filesystem',
'@capacitor/clipboard',
'@capacitor/share',
'@capacitor/haptics',
'@capacitor/status-bar',
'@capgo/capacitor-native-biometric',
Expand Down
1 change: 1 addition & 0 deletions changelogs/3.0.34.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bug fixes and performance improvements
2 changes: 2 additions & 0 deletions mobile/android/app/capacitor.build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ apply from: "../capacitor-cordova-android-plugins/cordova.variables.gradle"
dependencies {
implementation project(':capacitor-mlkit-barcode-scanning')
implementation project(':capacitor-app')
implementation project(':capacitor-filesystem')
implementation project(':capacitor-clipboard')
implementation project(':capacitor-share')
implementation project(':capacitor-haptics')
implementation project(':capgo-capacitor-native-biometric')
implementation project(':capgo-native-audio')
Expand Down
6 changes: 6 additions & 0 deletions mobile/android/capacitor.settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,15 @@ project(':capacitor-mlkit-barcode-scanning').projectDir = new File('../../node_m
include ':capacitor-app'
project(':capacitor-app').projectDir = new File('../../node_modules/@capacitor/app/android')

include ':capacitor-filesystem'
project(':capacitor-filesystem').projectDir = new File('../../node_modules/@capacitor/filesystem/android')

include ':capacitor-clipboard'
project(':capacitor-clipboard').projectDir = new File('../../node_modules/@capacitor/clipboard/android')

include ':capacitor-share'
project(':capacitor-share').projectDir = new File('../../node_modules/@capacitor/share/android')

include ':capacitor-haptics'
project(':capacitor-haptics').projectDir = new File('../../node_modules/@capacitor/haptics/android')

Expand Down
2 changes: 2 additions & 0 deletions mobile/ios/App/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ def capacitor_pods
pod 'CapacitorApp', :path => '../../../node_modules/@capacitor/app'
pod 'CapacitorAppLauncher', :path => '../../../node_modules/@capacitor/app-launcher'
pod 'CapacitorClipboard', :path => '../../../node_modules/@capacitor/clipboard'
pod 'CapacitorFilesystem', :path => '../../../node_modules/@capacitor/filesystem'
pod 'CapacitorHaptics', :path => '../../../node_modules/@capacitor/haptics'
pod 'CapacitorShare', :path => '../../../node_modules/@capacitor/share'
pod 'CapgoCapacitorNativeBiometric', :path => '../../../node_modules/@capgo/capacitor-native-biometric'
pod 'CapgoNativeAudio', :path => '../../../node_modules/@capgo/native-audio'
pod 'MauricewegnerCapacitorNavigationBar', :path => '../../../node_modules/@mauricewegner/capacitor-navigation-bar'
Expand Down
14 changes: 13 additions & 1 deletion mobile/ios/App/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ PODS:
- CapacitorClipboard (6.0.1):
- Capacitor
- CapacitorCordova (6.1.2)
- CapacitorFilesystem (6.0.1):
- Capacitor
- CapacitorHaptics (6.0.1):
- Capacitor
- CapacitorMlkitBarcodeScanning (6.2.0):
Expand All @@ -20,6 +22,8 @@ PODS:
- CapacitorSecureStoragePlugin (0.10.0):
- Capacitor
- SwiftKeychainWrapper
- CapacitorShare (6.0.2):
- Capacitor
- CapgoCapacitorNativeBiometric (0.0.1):
- Capacitor
- CapgoNativeAudio (6.4.21):
Expand Down Expand Up @@ -104,11 +108,13 @@ DEPENDENCIES:
- "CapacitorAppLauncher (from `../../../node_modules/@capacitor/app-launcher`)"
- "CapacitorClipboard (from `../../../node_modules/@capacitor/clipboard`)"
- "CapacitorCordova (from `../../../node_modules/@capacitor/ios`)"
- "CapacitorFilesystem (from `../../../node_modules/@capacitor/filesystem`)"
- "CapacitorHaptics (from `../../../node_modules/@capacitor/haptics`)"
- "CapacitorMlkitBarcodeScanning (from `../../../node_modules/@capacitor-mlkit/barcode-scanning`)"
- CapacitorNativeSettings (from `../../../node_modules/capacitor-native-settings`)
- CapacitorPluginSafeArea (from `../../../node_modules/capacitor-plugin-safe-area`)
- CapacitorSecureStoragePlugin (from `../../../node_modules/capacitor-secure-storage-plugin`)
- "CapacitorShare (from `../../../node_modules/@capacitor/share`)"
- "CapgoCapacitorNativeBiometric (from `../../../node_modules/@capgo/capacitor-native-biometric`)"
- "CapgoNativeAudio (from `../../../node_modules/@capgo/native-audio`)"
- CordovaPlugins (from `../capacitor-cordova-ios-plugins`)
Expand Down Expand Up @@ -146,6 +152,8 @@ EXTERNAL SOURCES:
:path: "../../../node_modules/@capacitor/clipboard"
CapacitorCordova:
:path: "../../../node_modules/@capacitor/ios"
CapacitorFilesystem:
:path: "../../../node_modules/@capacitor/filesystem"
CapacitorHaptics:
:path: "../../../node_modules/@capacitor/haptics"
CapacitorMlkitBarcodeScanning:
Expand All @@ -156,6 +164,8 @@ EXTERNAL SOURCES:
:path: "../../../node_modules/capacitor-plugin-safe-area"
CapacitorSecureStoragePlugin:
:path: "../../../node_modules/capacitor-secure-storage-plugin"
CapacitorShare:
:path: "../../../node_modules/@capacitor/share"
CapgoCapacitorNativeBiometric:
:path: "../../../node_modules/@capgo/capacitor-native-biometric"
CapgoNativeAudio:
Expand Down Expand Up @@ -187,11 +197,13 @@ SPEC CHECKSUMS:
CapacitorAppLauncher: 9ac785e8d3936388249212b6e16cb32225960c5f
CapacitorClipboard: 756cd7e83e8d5d19b0c74f40b57517c287bd5fe2
CapacitorCordova: f48c89f96c319101cd2f0ce8a2b7449b5fb8b3dd
CapacitorFilesystem: 37fb3aa5c945b4539ab11c74a5c57925a302bf24
CapacitorHaptics: fe689ade56ef20ec9b041a753c6da70c5d8ec9a9
CapacitorMlkitBarcodeScanning: 178fb57424ec688b6a2fceee506ecc1ea00d1c8d
CapacitorNativeSettings: 1ce5585ff07b161616cd0a795702637316677af2
CapacitorPluginSafeArea: e1eca7f70974f0e270d96f70cd0a5f51523164b1
CapacitorSecureStoragePlugin: ced6025438fbbdbfb9fffec4398e748572fc147b
CapacitorShare: 591ae4693d85686ceb590db8e8b44aa014ec6490
CapgoCapacitorNativeBiometric: 44b0bb31118f6ed5171087a77a856a80a0cfa250
CapgoNativeAudio: f3cb18f75acfaec7c429e1ff9dc06e05c6605627
CordovaPlugins: b26881c27739f4c46bac6baf422f660500cd5561
Expand All @@ -215,6 +227,6 @@ SPEC CHECKSUMS:
SinaKhMtwCapacitorStatusBar: e3fa73038e8dbac071751e1942eab65fc6c39a5f
SwiftKeychainWrapper: 807ba1d63c33a7d0613288512399cd1eda1e470c

PODFILE CHECKSUM: 783aef605ceeac40dc316144a44e591e6373c25a
PODFILE CHECKSUM: 1bbc72e2fbfb2ae871c9a96aef2548830c3c0d6c

COCOAPODS: 1.15.2
24 changes: 22 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mytonwallet",
"version": "3.0.33",
"version": "3.0.34",
"description": "The most feature-rich web wallet and browser extension for TON – with support of multi-accounts, tokens (jettons), NFT, TON DNS, TON Sites, TON Proxy, and TON Magic.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -185,8 +185,10 @@
"@capacitor/app-launcher": "6.0.2",
"@capacitor/clipboard": "6.0.1",
"@capacitor/core": "6.1.2",
"@capacitor/filesystem": "6.0.1",
"@capacitor/haptics": "6.0.1",
"@capacitor/ios": "6.1.2",
"@capacitor/share": "6.0.2",
"@capgo/capacitor-native-biometric": "github:mytonwallet-org/capacitor-native-biometric#956d06d1ab78a839f1293921d0bff449edf4ef4d",
"@capgo/native-audio": "6.4.21",
"@ledgerhq/hw-transport-webhid": "6.29.4",
Expand Down
2 changes: 1 addition & 1 deletion public/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.33
3.0.34
1 change: 0 additions & 1 deletion src/api/chains/ton/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ export {
fetchAccountTransactionSlice,
fetchTokenTransactionSlice,
submitTransfer,
waitPendingTransfer,
checkMultiTransactionDraft,
submitMultiTransfer,
getAllTransactionSlice,
Expand Down
Loading

0 comments on commit 202c22b

Please sign in to comment.