Skip to content

Commit 0fbf4f2

Browse files
committed
version: increase to 5.1.0
Signed-off-by: Luca Vaccaro <me@lvaccaro.com>
1 parent 0271827 commit 0fbf4f2

File tree

2 files changed

+23
-21
lines changed

2 files changed

+23
-21
lines changed

CHANGELOG.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,23 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

6-
## [Unreleased]
6+
## [5.1.0] - 2025-10-14
77

88
### Added
9-
- Export unsigned PSBT and import signed PSBT in watch-only wallets
9+
- Export and import PSBT from files in watch-only wallets
1010

1111
### Changed
12-
- Hide sensitive info in screenshots
13-
- Application settings screen redesign
14-
- Improve descriptors import UX
15-
- Watch-only: improved face ID login
12+
- Uniform behaviour for preventing screenshots of sensitive info
13+
- App settings screen redesign
14+
- Streamlined watch-only wallets import flow with automatic detection
15+
- Quicker access to watch-only wallets with faceID when selected from the wallets list
16+
- Improved actions to rename and remove wallets in the list with swipe left gesture
17+
- Consolidate app settings and about screen under a single menu
1618

1719
### Fixed
18-
- Sign messages with Jade
19-
- Improve ephemeral wallet with a bip39 passphrase login
20+
- Fixed sign message with Jade for address proof of ownership
21+
- Fixes for ephemeral wallets login with bip39 passphrases
22+
- Fix crash on pull down gesture to refresh in Home View
2023

2124
## [5.0.9] - 2025-09-08
2225

gaios.xcodeproj/project.pbxproj

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5300,7 +5300,6 @@
53005300
3457F4BD2924090400EF33B5 /* AssetExpandableSelectViewController.swift in Sources */,
53015301
346EB2722BE8BB290043139F /* AddressDisplay.swift in Sources */,
53025302
812DBDC2297261F1002992D6 /* WatchOnlySettingsCell.swift in Sources */,
5303-
345FC46829ED4D83009FCF43 /* WOTypeCell.swift in Sources */,
53045303
34F9081C2E8D4C8900D82934 /* WalletListPrefs.swift in Sources */,
53055304
34560B7A29B9D590007E916F /* JadeWaitViewModel.swift in Sources */,
53065305
34580EB126FCB78D00D3BEFC /* UITableView.swift in Sources */,
@@ -5988,7 +5987,7 @@
59885987
CODE_SIGN_ENTITLEMENTS = gaios/gaiosDebug.entitlements;
59895988
CODE_SIGN_IDENTITY = "Apple Development";
59905989
CODE_SIGN_STYLE = Automatic;
5991-
CURRENT_PROJECT_VERSION = 1;
5990+
CURRENT_PROJECT_VERSION = 0;
59925991
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
59935992
DEVELOPMENT_TEAM = D9W37S9468;
59945993
ENABLE_BITCODE = NO;
@@ -6003,7 +6002,7 @@
60036002
"$(inherited)",
60046003
"@executable_path/Frameworks",
60056004
);
6006-
MARKETING_VERSION = 5.0.9;
6005+
MARKETING_VERSION = 5.1.0;
60076006
OTHER_LDFLAGS = (
60086007
"$(inherited)",
60096008
"-lc++",
@@ -6035,7 +6034,7 @@
60356034
CODE_SIGN_ENTITLEMENTS = gaios/gaiosRelease.entitlements;
60366035
CODE_SIGN_IDENTITY = "Apple Distribution: Blockstream Corporation (D9W37S9468)";
60376036
CODE_SIGN_STYLE = Manual;
6038-
CURRENT_PROJECT_VERSION = 1;
6037+
CURRENT_PROJECT_VERSION = 0;
60396038
DEVELOPMENT_TEAM = D9W37S9468;
60406039
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = D9W37S9468;
60416040
ENABLE_BITCODE = NO;
@@ -6048,7 +6047,7 @@
60486047
"$(inherited)",
60496048
"@executable_path/Frameworks",
60506049
);
6051-
MARKETING_VERSION = 5.0.9;
6050+
MARKETING_VERSION = 5.1.0;
60526051
OTHER_LDFLAGS = (
60536052
"$(inherited)",
60546053
"-lc++",
@@ -6163,7 +6162,7 @@
61636162
CODE_SIGN_ENTITLEMENTS = NotificationService/NotificationServiceDebug.entitlements;
61646163
CODE_SIGN_IDENTITY = "Apple Development";
61656164
CODE_SIGN_STYLE = Automatic;
6166-
CURRENT_PROJECT_VERSION = 1;
6165+
CURRENT_PROJECT_VERSION = 0;
61676166
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
61686167
DEVELOPMENT_TEAM = D9W37S9468;
61696168
GCC_C_LANGUAGE_STANDARD = gnu17;
@@ -6178,7 +6177,7 @@
61786177
"@executable_path/../../Frameworks",
61796178
);
61806179
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
6181-
MARKETING_VERSION = 5.0.9;
6180+
MARKETING_VERSION = 5.1.0;
61826181
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
61836182
MTL_FAST_MATH = YES;
61846183
PRODUCT_BUNDLE_IDENTIFIER = io.blockstream.greendev.NotificationService;
@@ -6203,7 +6202,7 @@
62036202
CODE_SIGN_IDENTITY = "Apple Distribution: Blockstream Corporation (D9W37S9468)";
62046203
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Distribution: Blockstream Corporation (D9W37S9468)";
62056204
CODE_SIGN_STYLE = Manual;
6206-
CURRENT_PROJECT_VERSION = 1;
6205+
CURRENT_PROJECT_VERSION = 0;
62076206
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
62086207
DEVELOPMENT_TEAM = D9W37S9468;
62096208
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = D9W37S9468;
@@ -6219,7 +6218,7 @@
62196218
"@executable_path/../../Frameworks",
62206219
);
62216220
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
6222-
MARKETING_VERSION = 5.0.9;
6221+
MARKETING_VERSION = 5.1.0;
62236222
MTL_FAST_MATH = YES;
62246223
PRODUCT_BUNDLE_IDENTIFIER = io.blockstream.green.NotificationService;
62256224
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -6242,7 +6241,7 @@
62426241
CODE_SIGN_IDENTITY = "Apple Distribution: Blockstream Corporation (D9W37S9468)";
62436242
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Distribution: Blockstream Corporation (D9W37S9468)";
62446243
CODE_SIGN_STYLE = Manual;
6245-
CURRENT_PROJECT_VERSION = 1;
6244+
CURRENT_PROJECT_VERSION = 0;
62466245
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
62476246
DEVELOPMENT_TEAM = D9W37S9468;
62486247
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = D9W37S9468;
@@ -6258,7 +6257,7 @@
62586257
"@executable_path/../../Frameworks",
62596258
);
62606259
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
6261-
MARKETING_VERSION = 5.0.9;
6260+
MARKETING_VERSION = 5.1.0;
62626261
MTL_FAST_MATH = YES;
62636262
PRODUCT_BUNDLE_IDENTIFIER = io.blockstream.greendev.NotificationService;
62646263
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -7113,7 +7112,7 @@
71137112
CODE_SIGN_ENTITLEMENTS = gaios/gaiosStaging.entitlements;
71147113
CODE_SIGN_IDENTITY = "Apple Distribution: Blockstream Corporation (D9W37S9468)";
71157114
CODE_SIGN_STYLE = Manual;
7116-
CURRENT_PROJECT_VERSION = 1;
7115+
CURRENT_PROJECT_VERSION = 0;
71177116
DEVELOPMENT_TEAM = D9W37S9468;
71187117
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = D9W37S9468;
71197118
ENABLE_BITCODE = NO;
@@ -7128,7 +7127,7 @@
71287127
"$(inherited)",
71297128
"@executable_path/Frameworks",
71307129
);
7131-
MARKETING_VERSION = 5.0.9;
7130+
MARKETING_VERSION = 5.1.0;
71327131
MTL_ENABLE_DEBUG_INFO = YES;
71337132
OTHER_LDFLAGS = (
71347133
"$(inherited)",

0 commit comments

Comments
 (0)