Skip to content

Commit af102f9

Browse files
committed
added release notes
1 parent eae6dff commit af102f9

File tree

4 files changed

+21
-9
lines changed

4 files changed

+21
-9
lines changed

Profile Manifest/com.twocanoes.xcreds.plist

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<key>pfm_app_url</key>
66
<string>https://github.com/twocanoes/xcreds</string>
77
<key>pfm_description</key>
8-
<string>XCreds 4.0 (6261) OAuth Settings</string>
8+
<string>XCreds 4.0 (6274) OAuth Settings</string>
99
<key>pfm_documentation_url</key>
1010
<string>https://twocanoes.com/knowledge-base/xcreds-admin-guide/#preferences</string>
1111
<key>pfm_domain</key>
@@ -191,7 +191,7 @@ A profile can consist of payloads with different version numbers. For example, c
191191
</dict>
192192
<dict>
193193
<key>pfm_description</key>
194-
<string>List of users that are allowed to log in. An empty array or undefined array means any user can log in as long their cloud credentials are valid. The preference allowUsersClaim must be defined to a claim in the idToken that identifiers identifies the users. For example, if the allowUsersClaim is set to upn and the allowedUsersArray is set to an array that contains [email protected] and the upn of a logging in user is [email protected], they would be allowed to log in. [email protected] would not.</string>
194+
<string>List of users that are allowed to log in. An empty array or undefined array means any user can log in as long their cloud credentials are valid. The preference allowUsersClaim must be defined to a claim in the idToken that identifies the users. For example, if the allowUsersClaim is set to upn and the allowedUsersArray is set to an array that contains [email protected] and the upn of a logging in user is [email protected], they would be allowed to log in. [email protected] would not.</string>
195195
<key>pfm_name</key>
196196
<string>allowedUsersArray</string>
197197
<key>pfm_subkeys</key>
@@ -509,7 +509,7 @@ Note that Google does not support the offline_access scope so instead use the pr
509509
<key>pfm_default</key>
510510
<true/>
511511
<key>pfm_description</key>
512-
<string>If the domain controller returns back that the password is expired or needs to be changed, prompt the user. If this is set to false, login will fail and and an error message will be shown.</string>
512+
<string>If the domain controller returns back that the password is expired or needs to be changed, prompt the user. If this is set to false, login will fail and an error message will be shown.</string>
513513
<key>pfm_documentation_url</key>
514514
<string>https://twocanoes.com/knowledge-base/xcreds-admin-guide/#preferences</string>
515515
<key>pfm_name</key>

release-notes.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 4.0.6274 (2024-01-26)
2+
3+
* fixed issue with local password update [View](https://github.com/twocanoes/xcreds/commit/b12e859184f6812080906256315d1d7b2f29e496)
4+
* updated ropg prefs and checking [View](https://github.com/twocanoes/xcreds/commit/e3149de819f2b72a7e11f9891815de5d5c6511b9)
5+
* Minor fixes for ropg [View](https://github.com/twocanoes/xcreds/commit/f99bdd5aa288331c469bd8d6fca83af3642fd622)
6+
* fixed passwordElementID preference can cause issue with setting local password #161 [View](https://github.com/twocanoes/xcreds/commit/5b547377d591c7e8dcfc6165197fcf5d94bd881b)
7+
* PasswordOverwriteSilent does not prevent user prompt for password #160 [View](https://github.com/twocanoes/xcreds/commit/a438d09a10fa35c914877559a8bab415083a428a)
8+
* shouldUseROPGForMenuLogin hides offline login option at XCreds login window #158 [View](https://github.com/twocanoes/xcreds/commit/17f24dd92b8c83bb591b5cd9bb50e41c9ac4086f)
9+
* Improvement for refreshRateMinutes description #157 [View](https://github.com/twocanoes/xcreds/commit/cc6e736f0429bb78ac0a925395b305f21d98af4a)
10+
* Typos in manifest descriptions #156 [View](https://github.com/twocanoes/xcreds/commit/eae6dff1654237d13bbab857a5e1d8c30c5ffe11)
11+
12+
113
## 4.0.6261 (2024-01-15)
214

315
* built release notes [View](https://github.com/twocanoes/xcreds/commit/7440e188957a5c489891d75513dad33df2ec6aec)

xCreds.xcodeproj/project.pbxproj

+6-6
Original file line numberDiff line numberDiff line change
@@ -1436,7 +1436,7 @@
14361436
buildSettings = {
14371437
CODE_SIGN_STYLE = Automatic;
14381438
COMBINE_HIDPI_IMAGES = YES;
1439-
CURRENT_PROJECT_VERSION = 6272;
1439+
CURRENT_PROJECT_VERSION = 6274;
14401440
DEFINES_MODULE = YES;
14411441
DEVELOPMENT_TEAM = UXP6YEHSPW;
14421442
FRAMEWORK_SEARCH_PATHS = (
@@ -1473,7 +1473,7 @@
14731473
buildSettings = {
14741474
CODE_SIGN_STYLE = Automatic;
14751475
COMBINE_HIDPI_IMAGES = YES;
1476-
CURRENT_PROJECT_VERSION = 6272;
1476+
CURRENT_PROJECT_VERSION = 6274;
14771477
DEFINES_MODULE = YES;
14781478
DEVELOPMENT_TEAM = UXP6YEHSPW;
14791479
FRAMEWORK_SEARCH_PATHS = (
@@ -1594,7 +1594,7 @@
15941594
CODE_SIGN_ENTITLEMENTS = "XCreds Login Overlay/XCreds_Login_Overlay.entitlements";
15951595
CODE_SIGN_STYLE = Automatic;
15961596
COMBINE_HIDPI_IMAGES = YES;
1597-
CURRENT_PROJECT_VERSION = 6272;
1597+
CURRENT_PROJECT_VERSION = 6274;
15981598
DEVELOPMENT_TEAM = UXP6YEHSPW;
15991599
ENABLE_HARDENED_RUNTIME = YES;
16001600
FRAMEWORK_SEARCH_PATHS = (
@@ -1631,7 +1631,7 @@
16311631
CODE_SIGN_ENTITLEMENTS = "XCreds Login Overlay/XCreds_Login_Overlay.entitlements";
16321632
CODE_SIGN_STYLE = Automatic;
16331633
COMBINE_HIDPI_IMAGES = YES;
1634-
CURRENT_PROJECT_VERSION = 6272;
1634+
CURRENT_PROJECT_VERSION = 6274;
16351635
DEVELOPMENT_TEAM = UXP6YEHSPW;
16361636
ENABLE_HARDENED_RUNTIME = YES;
16371637
FRAMEWORK_SEARCH_PATHS = (
@@ -1781,7 +1781,7 @@
17811781
CODE_SIGN_ENTITLEMENTS = XCreds/xCreds.entitlements;
17821782
CODE_SIGN_STYLE = Automatic;
17831783
COMBINE_HIDPI_IMAGES = YES;
1784-
CURRENT_PROJECT_VERSION = 6272;
1784+
CURRENT_PROJECT_VERSION = 6274;
17851785
DEVELOPMENT_TEAM = UXP6YEHSPW;
17861786
ENABLE_HARDENED_RUNTIME = YES;
17871787
FRAMEWORK_SEARCH_PATHS = (
@@ -1823,7 +1823,7 @@
18231823
CODE_SIGN_ENTITLEMENTS = XCreds/xCreds.entitlements;
18241824
CODE_SIGN_STYLE = Automatic;
18251825
COMBINE_HIDPI_IMAGES = YES;
1826-
CURRENT_PROJECT_VERSION = 6272;
1826+
CURRENT_PROJECT_VERSION = 6274;
18271827
DEVELOPMENT_TEAM = UXP6YEHSPW;
18281828
ENABLE_HARDENED_RUNTIME = YES;
18291829
FRAMEWORK_SEARCH_PATHS = (

0 commit comments

Comments
 (0)