Skip to content

Commit 68024c8

Browse files
committed
Bump build number, update release notes and translations
1 parent d3a9c7d commit 68024c8

File tree

5 files changed

+44
-16
lines changed

5 files changed

+44
-16
lines changed

Authenticator.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -905,7 +905,7 @@
905905
buildSettings = {
906906
CODE_SIGN_ENTITLEMENTS = TokenExtension/TokenExtension.entitlements;
907907
CODE_SIGN_STYLE = Automatic;
908-
CURRENT_PROJECT_VERSION = 193;
908+
CURRENT_PROJECT_VERSION = 204;
909909
DEVELOPMENT_TEAM = LQA3CS5MM7;
910910
INFOPLIST_FILE = TokenExtension/Info.plist;
911911
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
@@ -929,7 +929,7 @@
929929
buildSettings = {
930930
CODE_SIGN_ENTITLEMENTS = TokenExtension/TokenExtension.entitlements;
931931
CODE_SIGN_STYLE = Automatic;
932-
CURRENT_PROJECT_VERSION = 193;
932+
CURRENT_PROJECT_VERSION = 204;
933933
DEVELOPMENT_TEAM = LQA3CS5MM7;
934934
INFOPLIST_FILE = TokenExtension/Info.plist;
935935
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
@@ -1080,7 +1080,7 @@
10801080
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
10811081
CODE_SIGN_ENTITLEMENTS = Authenticator/Authenticator.entitlements;
10821082
CODE_SIGN_STYLE = Automatic;
1083-
CURRENT_PROJECT_VERSION = 193;
1083+
CURRENT_PROJECT_VERSION = 204;
10841084
DEVELOPMENT_TEAM = LQA3CS5MM7;
10851085
HEADER_SEARCH_PATHS = "../Submodules/YubiKit/**";
10861086
INFOPLIST_FILE = Authenticator/Info.plist;
@@ -1111,7 +1111,7 @@
11111111
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
11121112
CODE_SIGN_ENTITLEMENTS = Authenticator/Authenticator.entitlements;
11131113
CODE_SIGN_STYLE = Automatic;
1114-
CURRENT_PROJECT_VERSION = 193;
1114+
CURRENT_PROJECT_VERSION = 204;
11151115
DEVELOPMENT_TEAM = LQA3CS5MM7;
11161116
HEADER_SEARCH_PATHS = "../Submodules/YubiKit/**";
11171117
INFOPLIST_FILE = Authenticator/Info.plist;

Authenticator/Localizable.xcstrings

Lines changed: 33 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1434,8 +1434,8 @@
14341434
},
14351435
"sk" : {
14361436
"stringUnit" : {
1437-
"state" : "new",
1438-
"value" : "Decryption failed"
1437+
"state" : "translated",
1438+
"value" : "Dešifrovanie sa nepodarilo"
14391439
}
14401440
}
14411441
}
@@ -2687,8 +2687,8 @@
26872687
},
26882688
"sk" : {
26892689
"stringUnit" : {
2690-
"state" : "new",
2691-
"value" : "Invalid decryption"
2690+
"state" : "translated",
2691+
"value" : "Neplatné dešifrovanie"
26922692
}
26932693
}
26942694
}
@@ -5748,8 +5748,8 @@
57485748
},
57495749
"sk" : {
57505750
"stringUnit" : {
5751-
"state" : "new",
5752-
"value" : "Successfully decrypted cipher data"
5751+
"state" : "translated",
5752+
"value" : "Šifrované údaje boli úspešne dešifrované"
57535753
}
57545754
}
57555755
}
@@ -5955,7 +5955,33 @@
59555955
}
59565956
},
59575957
"The OATH application is disabled or not supported on this YubiKey." : {
5958-
"comment" : "OATH disabled error message"
5958+
"comment" : "OATH disabled error message",
5959+
"localizations" : {
5960+
"de" : {
5961+
"stringUnit" : {
5962+
"state" : "new",
5963+
"value" : "The OATH application is disabled or not supported on this YubiKey."
5964+
}
5965+
},
5966+
"fr" : {
5967+
"stringUnit" : {
5968+
"state" : "new",
5969+
"value" : "The OATH application is disabled or not supported on this YubiKey."
5970+
}
5971+
},
5972+
"ja" : {
5973+
"stringUnit" : {
5974+
"state" : "new",
5975+
"value" : "The OATH application is disabled or not supported on this YubiKey."
5976+
}
5977+
},
5978+
"sk" : {
5979+
"stringUnit" : {
5980+
"state" : "new",
5981+
"value" : "The OATH application is disabled or not supported on this YubiKey."
5982+
}
5983+
}
5984+
}
59595985
},
59605986
"The passwords do not match" : {
59615987
"comment" : "Configuration set password not matching error alert message",

Authenticator/UI/mul.lproj/Main.xcstrings

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1490,7 +1490,7 @@
14901490
"sk" : {
14911491
"stringUnit" : {
14921492
"state" : "translated",
1493-
"value" : "Skopírovať OTP do schránky"
1493+
"value" : "Kopírovať Yubico OTP do schránky"
14941494
}
14951495
}
14961496
}
@@ -2300,7 +2300,7 @@
23002300
"sk" : {
23012301
"stringUnit" : {
23022302
"state" : "translated",
2303-
"value" : "Automaticky skopírovať OTP do schránky po naskenovaní kľúča YubiKey pomocou funkcie NFC."
2303+
"value" : "Automaticky skopírovať Yubico OTP do schránky, keď bol YubiKey pasívne naskenovaný pomocou funkcie NFC NDEF."
23042304
}
23052305
}
23062306
}

Authenticator/VersionHistory.plist

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
<key>shouldPromptUser</key>
1111
<false/>
1212
<key>changes</key>
13-
<string> Added PIV decryption support to CryptoTokenKit extension, enabling mail clients to decrypt encrypted emails using private keys stored on YubiKey; Improved translations and localized strings.</string>
13+
<string>
14+
This version adds support for retired PIV slots and PIV decryption in the Smart card extension, enabling mail clients to decrypt encrypted emails using private keys stored on YubiKey. We've also added SCP11 support for PIV sessions over NFC on FIPS keys and improved PIV certificate display names. Additionally, we've improved how the app handles YubiKeys with the OATH application disabled and improved the reliability of the Yubico OTP disable feature. This version also includes improved translations and localized strings.
15+
</string>
1416
</dict>
1517
<dict>
1618
<key>version</key>

TokenExtension/Localizable.xcstrings

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
},
5252
"sk" : {
5353
"stringUnit" : {
54-
"state" : "new",
55-
"value" : "Tap here to complete the decryption request using your YubiKey."
54+
"state" : "translated",
55+
"value" : "Ťuknite sem a dokončite žiadosť o dešifrovanie pomocou svojho YubiKey."
5656
}
5757
}
5858
}

0 commit comments

Comments
 (0)