diff --git a/OpenDocumentReader/Privacy/Lite/PrivacyInfo.xcprivacy b/OpenDocumentReader/Privacy/Lite/PrivacyInfo.xcprivacy index 0ac236c..7b4a261 100644 --- a/OpenDocumentReader/Privacy/Lite/PrivacyInfo.xcprivacy +++ b/OpenDocumentReader/Privacy/Lite/PrivacyInfo.xcprivacy @@ -2,8 +2,12 @@ + NSPrivacyTracking - + NSPrivacyTrackingDomains NSPrivacyCollectedDataTypes diff --git a/fastlane/metadata/en-US/changelogs/1.37.txt b/fastlane/metadata/en-US/changelogs/1.37.txt index 1ccba54..e80059b 100644 --- a/fastlane/metadata/en-US/changelogs/1.37.txt +++ b/fastlane/metadata/en-US/changelogs/1.37.txt @@ -1 +1,9 @@ -This release only changes how the app is built and submitted. There are no changes to the app itself. +- Legacy Word, Excel and PowerPoint files (.doc, .xls, .ppt) are read by our own implementation, with character formatting, cell fonts and fills, pictures, slide sizes and slide names +- Better support for Word tables and line breaks, Excel merged cells and value types, and PowerPoint slide sizes and tables +- ODF documents: subscript and superscript, percentage line height, first-line indent +- Pages are rendered when you open them, so documents with many pages, slides or sheets open faster +- Rewritten page tabs: readable in dark mode, no longer pushed off screen by a long sheet name, and usable with VoiceOver +- More reliable file type detection +- More privacy: your documents never leave your device, and the app sends us no usage data +- Several crashes fixed, and failures are now reported instead of ending the app +- Requires iOS 15 or later