- New version update (#924)
- Remove unAccepted URI schemes
Omar Hatem committed
May 11, 2023 at 22:55 UTC
a0117096a820d5170f3356212020d5ddfd5a92fd
9 files changed
+25
-54
assets/text/Monerocom_Release_Notes.txt
+3
-1
@@ -1 +1,3 @@
1
-Fix Restore from QR code
\ No newline at end of file
1
+Reliability fixes for PIN login, transaction appearance, keyboard inputs, and QR codes
2
+Show amount received by each Monero account in account overview
3
+Other bugfixes
\ No newline at end of file
assets/text/Release_Notes.txt
+3
-4
@@ -1,4 +1,3 @@
1
-Fix for QR codes
2
-Fix for creating sub-addresses
3
-Fix Add/Edit nodes
4
-Fix issues with text/amount fields
\ No newline at end of file
1
+Reliability fixes for PIN login, transaction appearance, keyboard inputs, and QR codes
2
+Show amount received by each Monero account in account overview
3
+Other bugfixes
\ No newline at end of file
ios/Podfile.lock
+4
-4
@@ -113,7 +113,7 @@ PODS:
113
- OrderedSet (~> 5.0)
114
- flutter_mailer (0.0.1):
115
- Flutter
116
- - flutter_secure_storage (3.3.1):
116
+ - flutter_secure_storage (6.0.0):
117
- Flutter
118
- in_app_review (0.2.0):
119
- Flutter
@@ -264,19 +264,19 @@ SPEC CHECKSUMS:
264
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
265
flutter_inappwebview: bfd58618f49dc62f2676de690fc6dcda1d6c3721
266
flutter_mailer: 2ef5a67087bc8c6c4cefd04a178bf1ae2c94cd83
267
- flutter_secure_storage: 7953c38a04c3fdbb00571bcd87d8e3b5ceb9daec
267
+ flutter_secure_storage: 23fc622d89d073675f2eaa109381aefbcf5a49be
268
in_app_review: 318597b3a06c22bb46dc454d56828c85f444f99d
269
local_auth_ios: c6cf091ded637a88f24f86a8875d8b0f526e2605
270
MTBBarcodeScanner: f453b33c4b7dfe545d8c6484ed744d55671788cb
271
OrderedSet: aaeb196f7fef5a9edf55d89760da9176ad40b93c
272
package_info: 873975fc26034f0b863a300ad47e7f1ac6c7ec62
273
- path_provider_foundation: c68054786f1b4f3343858c1e1d0caaded73f0be9
273
+ path_provider_foundation: eaf5b3e458fc0e5fbb9940fb09980e853fe058b8
274
permission_handler_apple: 44366e37eaf29454a1e7b1b7d736c2cceaeb17ce
275
platform_device_id: 81b3e2993881f87d0c82ef151dc274df4869aef5
276
Reachability: 33e18b67625424e47b6cde6d202dce689ad7af96
277
SDWebImage: fd7e1a22f00303e058058278639bf6196ee431fe
278
share_plus: 056a1e8ac890df3e33cb503afffaf1e9b4fbae68
279
- shared_preferences_foundation: 986fc17f3d3251412d18b0265f9c64113a8c2472
279
+ shared_preferences_foundation: e2dae3258e06f44cc55f49d42024fd8dd03c590c
280
SwiftProtobuf: afced68785854575756db965e9da52bbf3dc45e7
281
SwiftyGif: 93a1cc87bf3a51916001cf8f3d63835fb64c819f
282
uni_links: d97da20c7701486ba192624d99bffaaffcfc298a
ios/Runner/InfoBase.plist
-30
@@ -52,16 +52,6 @@
52
<string>bitcoin-wallet</string>
53
</array>
54
</dict>
55
- <dict>
56
- <key>CFBundleTypeRole</key>
57
- <string>Editor</string>
58
- <key>CFBundleURLName</key>
59
- <string>bitcoin_wallet</string>
60
- <key>CFBundleURLSchemes</key>
61
- <array>
62
- <string>bitcoin_wallet</string>
63
- </array>
64
- </dict>
55
<dict>
56
<key>CFBundleTypeRole</key>
57
<string>Editor</string>
@@ -82,16 +72,6 @@
72
<string>monero-wallet</string>
73
</array>
74
</dict>
85
- <dict>
86
- <key>CFBundleTypeRole</key>
87
- <string>Editor</string>
88
- <key>CFBundleURLName</key>
89
- <string>monero_wallet</string>
90
- <key>CFBundleURLSchemes</key>
91
- <array>
92
- <string>monero_wallet</string>
93
- </array>
94
- </dict>
75
<dict>
76
<key>CFBundleTypeRole</key>
77
<string>Editor</string>
@@ -112,16 +92,6 @@
92
<string>litecoin-wallet</string>
93
</array>
94
</dict>
115
- <dict>
116
- <key>CFBundleTypeRole</key>
117
- <string>Viewer</string>
118
- <key>CFBundleURLName</key>
119
- <string>litecoin_wallet</string>
120
- <key>CFBundleURLSchemes</key>
121
- <array>
122
- <string>litecoin_wallet</string>
123
- </array>
124
- </dict>
95
</array>
96
<key>CFBundleVersion</key>
97
<string>$(CURRENT_PROJECT_VERSION)</string>
macos/Flutter/GeneratedPluginRegistrant.swift
+1
-1
@@ -25,7 +25,7 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
25
CwMoneroPlugin.register(with: registry.registrar(forPlugin: "CwMoneroPlugin"))
26
DeviceInfoPlusMacosPlugin.register(with: registry.registrar(forPlugin: "DeviceInfoPlusMacosPlugin"))
27
DevicelocalePlugin.register(with: registry.registrar(forPlugin: "DevicelocalePlugin"))
28
- FlutterSecureStorageMacosPlugin.register(with: registry.registrar(forPlugin: "FlutterSecureStorageMacosPlugin"))
28
+ FlutterSecureStoragePlugin.register(with: registry.registrar(forPlugin: "FlutterSecureStoragePlugin"))
29
InAppReviewPlugin.register(with: registry.registrar(forPlugin: "InAppReviewPlugin"))
30
FLTPackageInfoPlugin.register(with: registry.registrar(forPlugin: "FLTPackageInfoPlugin"))
31
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
macos/Podfile.lock
+4
-4
@@ -23,7 +23,7 @@ PODS:
23
- FlutterMacOS
24
- devicelocale (0.0.1):
25
- FlutterMacOS
26
- - flutter_secure_storage_macos (3.3.1):
26
+ - flutter_secure_storage_macos (6.1.1):
27
- FlutterMacOS
28
- FlutterMacOS (1.0.0)
29
- in_app_review (0.2.0):
@@ -106,16 +106,16 @@ SPEC CHECKSUMS:
106
cw_monero: ec03de55a19c4a2b174ea687e0f4202edc716fa4
107
device_info_plus: 5401765fde0b8d062a2f8eb65510fb17e77cf07f
108
devicelocale: 9f0f36ac651cabae2c33f32dcff4f32b61c38225
109
- flutter_secure_storage_macos: 6ceee8fbc7f484553ad17f79361b556259df89aa
109
+ flutter_secure_storage_macos: d56e2d218c1130b262bef8b4a7d64f88d7f9c9ea
110
FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
111
in_app_review: a850789fad746e89bce03d4aeee8078b45a53fd0
112
package_info: 6eba2fd8d3371dda2d85c8db6fe97488f24b74b2
113
- path_provider_foundation: c68054786f1b4f3343858c1e1d0caaded73f0be9
113
+ path_provider_foundation: eaf5b3e458fc0e5fbb9940fb09980e853fe058b8
114
platform_device_id: 3e414428f45df149bbbfb623e2c0ca27c545b763
115
platform_device_id_macos: f763bb55f088be804d61b96eb4710b8ab6598e94
116
Reachability: 33e18b67625424e47b6cde6d202dce689ad7af96
117
share_plus_macos: 853ee48e7dce06b633998ca0735d482dd671ade4
118
- shared_preferences_foundation: 986fc17f3d3251412d18b0265f9c64113a8c2472
118
+ shared_preferences_foundation: e2dae3258e06f44cc55f49d42024fd8dd03c590c
119
url_launcher_macos: 5335912b679c073563f29d89d33d10d459f95451
120
wakelock_macos: bc3f2a9bd8d2e6c89fee1e1822e7ddac3bd004a9
121
scripts/android/app_env.sh
+4
-4
@@ -14,14 +14,14 @@ TYPES=($MONERO_COM $CAKEWALLET $HAVEN)
14
APP_ANDROID_TYPE=$1
15
16
MONERO_COM_NAME="Monero.com"
17
-MONERO_COM_VERSION="1.3.5"
18
-MONERO_COM_BUILD_NUMBER=48
17
+MONERO_COM_VERSION="1.3.6"
18
+MONERO_COM_BUILD_NUMBER=49
19
MONERO_COM_BUNDLE_ID="com.monero.app"
20
MONERO_COM_PACKAGE="com.monero.app"
21
22
CAKEWALLET_NAME="Cake Wallet"
23
-CAKEWALLET_VERSION="4.6.4"
24
-CAKEWALLET_BUILD_NUMBER=158
23
+CAKEWALLET_VERSION="4.6.5"
24
+CAKEWALLET_BUILD_NUMBER=159
25
CAKEWALLET_BUNDLE_ID="com.cakewallet.cake_wallet"
26
CAKEWALLET_PACKAGE="com.cakewallet.cake_wallet"
27
scripts/ios/app_env.sh
+4
-4
@@ -13,13 +13,13 @@ TYPES=($MONERO_COM $CAKEWALLET $HAVEN)
13
APP_IOS_TYPE=$1
14
15
MONERO_COM_NAME="Monero.com"
16
-MONERO_COM_VERSION="1.3.5"
17
-MONERO_COM_BUILD_NUMBER=46
16
+MONERO_COM_VERSION="1.3.6"
17
+MONERO_COM_BUILD_NUMBER=47
18
MONERO_COM_BUNDLE_ID="com.cakewallet.monero"
19
20
CAKEWALLET_NAME="Cake Wallet"
21
-CAKEWALLET_VERSION="4.6.4"
22
-CAKEWALLET_BUILD_NUMBER=153
21
+CAKEWALLET_VERSION="4.6.5"
22
+CAKEWALLET_BUILD_NUMBER=154
23
CAKEWALLET_BUNDLE_ID="com.fotolockr.cakewallet"
24
25
HAVEN_NAME="Haven"
scripts/macos/app_env.sh
+2
-2
@@ -15,8 +15,8 @@ if [ -n "$1" ]; then
15
fi
16
17
CAKEWALLET_NAME="Cake Wallet"
18
-CAKEWALLET_VERSION="1.0.3"
19
-CAKEWALLET_BUILD_NUMBER=20
18
+CAKEWALLET_VERSION="1.0.4"
19
+CAKEWALLET_BUILD_NUMBER=22
20
CAKEWALLET_BUNDLE_ID="com.fotolockr.cakewallet"
21
22
if ! [[ " ${TYPES[*]} " =~ " ${APP_MACOS_TYPE} " ]]; then