From 70e40954e93a4c4fed5ca9b8cf1ada21a4a392f2 Mon Sep 17 00:00:00 2001 From: Andreas Stefl Date: Fri, 21 Aug 2026 11:11:42 +0200 Subject: [PATCH 1/2] Take odrcore 6.10.1 Pictures in a Word or Excel file came out as a broken image. The app asks for images to be served rather than written into the page, and those were the ones named in a way the page could not fetch. Nothing to wire: the fix is inside the core. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01BbPD7h7jANgG3LWuTjmYYA --- CHANGELOG.md | 1 + OpenDocumentReader.xcodeproj/project.pbxproj | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 641854b..f970c9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,7 @@ once the version tag exists. - A long document opens at the top of its first page on an iPad. It opened a page or more in. +- Pictures in a Word or Excel file show, rather than a broken image. ## [1.41] diff --git a/OpenDocumentReader.xcodeproj/project.pbxproj b/OpenDocumentReader.xcodeproj/project.pbxproj index 06e7cd2..1dfbaf9 100644 --- a/OpenDocumentReader.xcodeproj/project.pbxproj +++ b/OpenDocumentReader.xcodeproj/project.pbxproj @@ -830,7 +830,7 @@ repositoryURL = "https://github.com/opendocument-app/OpenDocument.core.git"; requirement = { kind = upToNextMajorVersion; - minimumVersion = 6.10.0; + minimumVersion = 6.10.1; }; }; AD584FCD41577C8CDEE974AA /* XCRemoteSwiftPackageReference "swift-package-manager-google-mobile-ads" */ = { From d35056a68e753c12ff12f46c8c96afb1fd4763e3 Mon Sep 17 00:00:00 2001 From: Andreas Stefl Date: Fri, 21 Aug 2026 11:19:40 +0200 Subject: [PATCH 2/2] Resolve against the 6.10.1 tag Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01BbPD7h7jANgG3LWuTjmYYA --- .../project.xcworkspace/xcshareddata/swiftpm/Package.resolved | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenDocumentReader.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/OpenDocumentReader.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 94b725a..d5e1bd2 100644 --- a/OpenDocumentReader.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/OpenDocumentReader.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -6,8 +6,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/opendocument-app/OpenDocument.core.git", "state" : { - "revision" : "9edbc14c1844cd432820b268f18e9b58e5a8b28a", - "version" : "6.10.0" + "revision" : "d1573b0cb8c9fd172b59ce785d40ba9ddb745ba2", + "version" : "6.10.1" } }, {