Skip to content

Commit ba0b3ea

Browse files
domegabrilvaccaro
authored andcommitted
version: increase to 5.1.2
1 parent 1c3f943 commit ba0b3ea

File tree

2 files changed

+19
-10
lines changed

2 files changed

+19
-10
lines changed

CHANGELOG.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,22 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

66
## [Unreleased]
7-
8-
### Added
9-
- Added create account functionality in settings tab
107

8+
## [5.1.2] - 2025-11-12
9+
1110
### Changed
12-
- Wallet Security Tab: changed illustrations
1311
- Improved backup flow instructions
12+
- Update security icons and copy
13+
- Disable receive onchain for lightning node
14+
- Improve error messages for lightning in receive
15+
- Allow copy of lightning node diagnostic data in node info view
16+
17+
### Fixed
18+
- Fix layout for send textfield when multiline input is pasted
19+
- Fix firmware update dialog layout
20+
- Fix sweep for lightning node onchain funds
21+
- Transaction status label in tx details for unconfirmed transactions
22+
- Removed invalid unicode characters from korean translations
1423

1524
## [5.1.1] - 2025-10-15
1625

gaios.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6002,7 +6002,7 @@
60026002
"$(inherited)",
60036003
"@executable_path/Frameworks",
60046004
);
6005-
MARKETING_VERSION = 5.1.1;
6005+
MARKETING_VERSION = 5.1.2;
60066006
OTHER_LDFLAGS = (
60076007
"$(inherited)",
60086008
"-lc++",
@@ -6048,7 +6048,7 @@
60486048
"$(inherited)",
60496049
"@executable_path/Frameworks",
60506050
);
6051-
MARKETING_VERSION = 5.1.1;
6051+
MARKETING_VERSION = 5.1.2;
60526052
OTHER_LDFLAGS = (
60536053
"$(inherited)",
60546054
"-lc++",
@@ -6179,7 +6179,7 @@
61796179
"@executable_path/../../Frameworks",
61806180
);
61816181
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
6182-
MARKETING_VERSION = 5.1.1;
6182+
MARKETING_VERSION = 5.1.2;
61836183
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
61846184
MTL_FAST_MATH = YES;
61856185
PRODUCT_BUNDLE_IDENTIFIER = io.blockstream.greendev.NotificationService;
@@ -6221,7 +6221,7 @@
62216221
"@executable_path/../../Frameworks",
62226222
);
62236223
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
6224-
MARKETING_VERSION = 5.1.1;
6224+
MARKETING_VERSION = 5.1.2;
62256225
MTL_FAST_MATH = YES;
62266226
PRODUCT_BUNDLE_IDENTIFIER = io.blockstream.green.NotificationService;
62276227
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -6261,7 +6261,7 @@
62616261
"@executable_path/../../Frameworks",
62626262
);
62636263
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
6264-
MARKETING_VERSION = 5.1.1;
6264+
MARKETING_VERSION = 5.1.2;
62656265
MTL_FAST_MATH = YES;
62666266
PRODUCT_BUNDLE_IDENTIFIER = io.blockstream.greendev.NotificationService;
62676267
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -7147,7 +7147,7 @@
71477147
"$(inherited)",
71487148
"@executable_path/Frameworks",
71497149
);
7150-
MARKETING_VERSION = 5.1.1;
7150+
MARKETING_VERSION = 5.1.2;
71517151
MTL_ENABLE_DEBUG_INFO = YES;
71527152
OTHER_LDFLAGS = (
71537153
"$(inherited)",

0 commit comments

Comments
 (0)