Skip to content

Take odrcore 6.10.1 - #181

Merged
andiwand merged 2 commits into
mainfrom
core-6.10.1
Aug 21, 2026
Merged

Take odrcore 6.10.1#181
andiwand merged 2 commits into
mainfrom
core-6.10.1

Conversation

@andiwand

@andiwand andiwand commented Aug 21, 2026

Copy link
Copy Markdown
Member

odrcore 6.10.0 → 6.10.1, resolved against the tag.

What it takes

The one change in the release is opendocument-app/OpenDocument.core#727: a linked image in a docx or xlsx is named relative to the document, as odf already did.

That is not a corner case here. The app asks for images to be served rather than written into the page (embedImages = false), and serves them from odrcore's own server under /file/<prefix>/. The ooxml engines resolved an image relationship to an absolute container path — /word/media/image1.jpeg — which resource_at matches against the request path by exact string, so it never matched. Every picture in a Word or Excel file is a broken image in the app today, in 1.41 and in 1.42 as it stands. ODF was always fine, which is what hid it.

Taken from the core's own regression test and the app's configuration, not observed on a device: the screenshot documents carry no images, so nothing here shows it.

Nothing to wire — the fix is entirely inside the core.

Worth knowing before 1.42

This is the reason to hold the release rather than cut it now.

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) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01BbPD7h7jANgG3LWuTjmYYA
@andiwand
andiwand marked this pull request as ready for review August 21, 2026 09:17

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 70e40954e9

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread OpenDocumentReader.xcodeproj/project.pbxproj
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01BbPD7h7jANgG3LWuTjmYYA
@andiwand
andiwand merged commit ef7b960 into main Aug 21, 2026
4 checks passed
@andiwand
andiwand deleted the core-6.10.1 branch August 21, 2026 09:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant