Skip to content

Commit

Permalink
- added in-app release notes
Browse files Browse the repository at this point in the history
- added fastlane changelog
- added Calens changelog entry
  • Loading branch information
hosy committed Dec 16, 2021
1 parent 578863f commit 42beaa8
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 42 deletions.
5 changes: 5 additions & 0 deletions changelog/11.8.1_2021-12-17/1068
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Change: Fallback on OIDC Dynamic Client Registration

Adds authentication-oauth2.oidc-fallback-on-client-registration-failure - defaulting to true - to allow the automatic fallback to default client_id / client_secret if OpenID Connect Dynamic Client Registration fails with any error. Furthermore fixed an infinite OAuth2 token refresh loop via SDK update.

https://github.com/owncloud/ios-app/pull/1068
16 changes: 2 additions & 14 deletions fastlane/metadata-emm/en-US/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
• Account List
There is a fresh new look for the single account overview.

• Biometrical Unlock
When protecting the app with a pin code, biometrical unlock will be suggested as default.

• Display Name
If the users display name is available, it will be shown in the account view, instead of the user name.

• Background Location Settings
Only show background location settings if needed.

• Improvements
There are a lot of improvements under the hood.
• Fix: Authentication Improvement
Fixed an OAuth2 token refresh problem

16 changes: 2 additions & 14 deletions fastlane/metadata-owncloud-online/en-US/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
• Account List
There is a fresh new look for the single account overview.

• Biometrical Unlock
When protecting the app with a pin code, biometrical unlock will be suggested as default.

• Display Name
If the users display name is available, it will be shown in the account view, instead of the user name.

• Background Location Settings
Only show background location settings if needed.

• Improvements
There are a lot of improvements under the hood.
• Fix: Authentication Improvement
Fixed an OAuth2 token refresh problem

16 changes: 2 additions & 14 deletions fastlane/metadata/en-US/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
• Account List
There is a fresh new look for the single account overview.

• Biometrical Unlock
When protecting the app with a pin code, biometrical unlock will be suggested as default.

• Display Name
If the users display name is available, it will be shown in the account view, instead of the user name.

• Background Location Settings
Only show background location settings if needed.

• Improvements
There are a lot of improvements under the hood.
• Fix: Authentication Improvement
Fixed an OAuth2 token refresh problem

17 changes: 17 additions & 0 deletions ownCloud/Release Notes/ReleaseNotes.plist
Original file line number Diff line number Diff line change
Expand Up @@ -1438,6 +1438,23 @@ Added an optional "Wait for completion" option to the "Save File&
</dict>
</array>
</dict>
<dict>
<key>Version</key>
<string>11.8.1</string>
<key>ReleaseNotes</key>
<array>
<dict>
<key>Title</key>
<string>Fix: Authentication Improvement</string>
<key>Subtitle</key>
<string>Fixed an OAuth2 token refresh problem </string>
<key>Type</key>
<string>Fix</string>
<key>ImageName</key>
<string>bandage</string>
</dict>
</array>
</dict>
</array>
</dict>
</plist>

0 comments on commit 42beaa8

Please sign in to comment.