File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11
11
- Fix bug where unsigned transactions were not showing up in the transaction list
12
12
- Fixed bug where NFC signed txn import was showing an error even tho it was successful
13
13
- Fixed bug where NFC scanning would lock the app
14
+ - Fix where imported name was reset to the default name
15
+
16
+ ### Changes
17
+
18
+ - Don't show cover when using NFC
14
19
15
20
## [ 0.2.1] - 2025-03-07
16
21
Original file line number Diff line number Diff line change 303
303
CODE_SIGN_ENTITLEMENTS = Cove/Cove.entitlements;
304
304
CODE_SIGN_IDENTITY = "Apple Development";
305
305
CODE_SIGN_STYLE = Automatic;
306
- CURRENT_PROJECT_VERSION = 7 ;
306
+ CURRENT_PROJECT_VERSION = 8 ;
307
307
DEVELOPMENT_ASSET_PATHS = "\"Cove/Preview Content\"";
308
308
DEVELOPMENT_TEAM = Q8UP8C53Y8;
309
309
ENABLE_PREVIEWS = YES;
350
350
CODE_SIGN_ENTITLEMENTS = Cove/Cove.entitlements;
351
351
CODE_SIGN_IDENTITY = "Apple Development";
352
352
CODE_SIGN_STYLE = Automatic;
353
- CURRENT_PROJECT_VERSION = 7 ;
353
+ CURRENT_PROJECT_VERSION = 8 ;
354
354
DEVELOPMENT_ASSET_PATHS = "\"Cove/Preview Content\"";
355
355
DEVELOPMENT_TEAM = Q8UP8C53Y8;
356
356
ENABLE_PREVIEWS = YES;
You can’t perform that action at this time.
0 commit comments