Skip to content

Commit 2ddccfe

Browse files
committed
release: v1.6.2 — bug fixes, 166 tests, full QA coverage
Fixes: - Vault "Unauthorized sender" — extension pages in tabs now trusted - Safari profiles not showing — tabs.create instead of window.open Tests: - 154 unit tests across 15 files (259ms) - 12 E2E integration tests in Chrome (8.6s) - Every message kind covered - TEST-MAP.md documents all coverage All 166 tests pass.
1 parent 3ab09bd commit 2ddccfe

22 files changed

Lines changed: 137 additions & 60998 deletions

dev/apple/NostrKey.xcodeproj/project.pbxproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,7 @@
809809
"@executable_path/Frameworks",
810810
"@executable_path/../../Frameworks",
811811
);
812-
MARKETING_VERSION = 1.6.1;
812+
MARKETING_VERSION = 1.6.2;
813813
OTHER_LDFLAGS = (
814814
"-framework",
815815
SafariServices,
@@ -840,7 +840,7 @@
840840
"@executable_path/Frameworks",
841841
"@executable_path/../../Frameworks",
842842
);
843-
MARKETING_VERSION = 1.6.1;
843+
MARKETING_VERSION = 1.6.2;
844844
OTHER_LDFLAGS = (
845845
"-framework",
846846
SafariServices,
@@ -881,7 +881,7 @@
881881
"$(inherited)",
882882
"@executable_path/Frameworks",
883883
);
884-
MARKETING_VERSION = 1.6.1;
884+
MARKETING_VERSION = 1.6.2;
885885
OTHER_LDFLAGS = (
886886
"-framework",
887887
SafariServices,
@@ -925,7 +925,7 @@
925925
"$(inherited)",
926926
"@executable_path/Frameworks",
927927
);
928-
MARKETING_VERSION = 1.6.1;
928+
MARKETING_VERSION = 1.6.2;
929929
OTHER_LDFLAGS = (
930930
"-framework",
931931
SafariServices,
@@ -965,7 +965,7 @@
965965
"@executable_path/../../../../Frameworks",
966966
);
967967
MACOSX_DEPLOYMENT_TARGET = 11.0;
968-
MARKETING_VERSION = 1.6.1;
968+
MARKETING_VERSION = 1.6.2;
969969
OTHER_LDFLAGS = (
970970
"-framework",
971971
SafariServices,
@@ -999,7 +999,7 @@
999999
"@executable_path/../../../../Frameworks",
10001000
);
10011001
MACOSX_DEPLOYMENT_TARGET = 11.0;
1002-
MARKETING_VERSION = 1.6.1;
1002+
MARKETING_VERSION = 1.6.2;
10031003
OTHER_LDFLAGS = (
10041004
"-framework",
10051005
SafariServices,
@@ -1047,7 +1047,7 @@
10471047
"@executable_path/../Frameworks",
10481048
);
10491049
MACOSX_DEPLOYMENT_TARGET = 13.5;
1050-
MARKETING_VERSION = 1.6.1;
1050+
MARKETING_VERSION = 1.6.2;
10511051
OTHER_LDFLAGS = (
10521052
"-framework",
10531053
SafariServices,
@@ -1096,7 +1096,7 @@
10961096
"@executable_path/../Frameworks",
10971097
);
10981098
MACOSX_DEPLOYMENT_TARGET = 13.5;
1099-
MARKETING_VERSION = 1.6.1;
1099+
MARKETING_VERSION = 1.6.2;
11001100
OTHER_LDFLAGS = (
11011101
"-framework",
11021102
SafariServices,

distros/nostrkey-chrome-v1.6.2.zip

480 KB
Binary file not shown.
414 KB
Binary file not shown.

0 commit comments

Comments
 (0)