Skip to content

Commit d4c0c1d

Browse files
chore: build 190
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 6ade2f7 commit d4c0c1d

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

Bitkit.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,7 @@
679679
ASSETCATALOG_COMPILER_WIDGET_BACKGROUND_COLOR_NAME = WidgetBackground;
680680
CODE_SIGN_ENTITLEMENTS = BitkitWidgetExtension.entitlements;
681681
CODE_SIGN_STYLE = Automatic;
682-
CURRENT_PROJECT_VERSION = 189;
682+
CURRENT_PROJECT_VERSION = 190;
683683
DEVELOPMENT_TEAM = KYH47R284B;
684684
GENERATE_INFOPLIST_FILE = YES;
685685
INFOPLIST_FILE = BitkitWidget/Info.plist;
@@ -712,7 +712,7 @@
712712
ASSETCATALOG_COMPILER_WIDGET_BACKGROUND_COLOR_NAME = WidgetBackground;
713713
CODE_SIGN_ENTITLEMENTS = BitkitWidgetExtension.entitlements;
714714
CODE_SIGN_STYLE = Automatic;
715-
CURRENT_PROJECT_VERSION = 189;
715+
CURRENT_PROJECT_VERSION = 190;
716716
DEVELOPMENT_TEAM = KYH47R284B;
717717
GENERATE_INFOPLIST_FILE = YES;
718718
INFOPLIST_FILE = BitkitWidget/Info.plist;
@@ -744,7 +744,7 @@
744744
buildSettings = {
745745
CODE_SIGN_ENTITLEMENTS = BitkitNotification/BitkitNotification.entitlements;
746746
CODE_SIGN_STYLE = Automatic;
747-
CURRENT_PROJECT_VERSION = 189;
747+
CURRENT_PROJECT_VERSION = 190;
748748
DEVELOPMENT_TEAM = KYH47R284B;
749749
GENERATE_INFOPLIST_FILE = YES;
750750
INFOPLIST_FILE = BitkitNotification/Info.plist;
@@ -776,7 +776,7 @@
776776
buildSettings = {
777777
CODE_SIGN_ENTITLEMENTS = BitkitNotification/BitkitNotification.entitlements;
778778
CODE_SIGN_STYLE = Automatic;
779-
CURRENT_PROJECT_VERSION = 189;
779+
CURRENT_PROJECT_VERSION = 190;
780780
DEVELOPMENT_TEAM = KYH47R284B;
781781
GENERATE_INFOPLIST_FILE = YES;
782782
INFOPLIST_FILE = BitkitNotification/Info.plist;
@@ -926,7 +926,7 @@
926926
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
927927
CODE_SIGN_ENTITLEMENTS = Bitkit/Bitkit.entitlements;
928928
CODE_SIGN_STYLE = Automatic;
929-
CURRENT_PROJECT_VERSION = 189;
929+
CURRENT_PROJECT_VERSION = 190;
930930
DEVELOPMENT_ASSET_PATHS = "\"Bitkit/Preview Content\"";
931931
DEVELOPMENT_TEAM = KYH47R284B;
932932
ENABLE_HARDENED_RUNTIME = YES;
@@ -975,7 +975,7 @@
975975
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
976976
CODE_SIGN_ENTITLEMENTS = Bitkit/Bitkit.entitlements;
977977
CODE_SIGN_STYLE = Automatic;
978-
CURRENT_PROJECT_VERSION = 189;
978+
CURRENT_PROJECT_VERSION = 190;
979979
DEVELOPMENT_ASSET_PATHS = "\"Bitkit/Preview Content\"";
980980
DEVELOPMENT_TEAM = KYH47R284B;
981981
ENABLE_HARDENED_RUNTIME = YES;

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3232
- Use middle-ellipsis truncation for addresses on the receive screen #517
3333

3434
### Fixed
35+
- LNURL withdraw and other prefixed LNURL QR codes scan correctly on iOS. #581
36+
- You can now tap to copy the channel ID, channel point, node ID, order ID, and transaction ID from a Lightning connection's details. #578
3537
- In widget edit mode, the settings button is now disabled only for the suggestions widget, and opening settings for widgets without options goes straight to the preview. #579
3638
- Replaced the third-party Zip dependency with a native ZipService built on NSFileCoordinator for log archive creation. #526
3739
- Fixed on-chain sends so dust change can no longer turn a partial payment into a max-balance send. #536

changelog.d/next/578.fixed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/next/580.fixed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)