From 388fbf206a4e1fc2b0b3066a1d8c2df99f91b139 Mon Sep 17 00:00:00 2001 From: ariel-lindemann <41641978+ariel-lindemann@users.noreply.github.com> Date: Fri, 20 Feb 2026 03:13:25 +0100 Subject: [PATCH] docs: image support marked as completed (#1008) ## Summary * **What is the goal of this PR?** (e.g., Implements the new feature for file uploading.) Epub image support was added in #556. The goal of this PR is to document that in the readme. * **What changes are included?** Only the checkmark in the readme. ## Additional Context * Add any other information that might be helpful for the reviewer (e.g., performance implications, potential risks, specific areas to focus on). --- ### AI Usage While CrossPoint doesn't have restrictions on AI tools in contributing, please be transparent about their usage as it helps set the right context for reviewers. Did you use AI tools to help write this code? _**< NO >**_ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3b82e5b..9d4b1dd4 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ This project is **not affiliated with Xteink**; it's built as a community projec ## Features & Usage - [x] EPUB parsing and rendering (EPUB 2 and EPUB 3) -- [ ] Image support within EPUB +- [x] Image support within EPUB - [x] Saved reading position - [x] File explorer with file picker - [x] Basic EPUB picker from root directory