v1.8.1 (released on 27 Aug 2025)
v1.8.1 (released on 27 Aug 2025)
Bugfixes
#0093 - In Tiles Reader, tapping on headline text should not trigger the Explainer; this should only happen when tapping on the tile image or bar. Because of this issue, editing headlines become problematic.
#0094 - In Keyword, when the user enters the Explainer to browse through all the tiles of a keyword, adding a new keyword will fail the browsing in the sense that even the image or tile bar is changed, the headline text and Explain websites will not change. This happens no matter from where the new keyword is added.
#0095 - There are a few issues with PDF text extraction: (1) Different fonts used within a sentence will cause it to be broken down into multiple parts and stored in different tiles. (2) A sentence that is split by page turn will be stored as two different tiles. In both scenarios, the correct handling should have been one single tile for the sentence.
#0096 - The text extraction using PDFKit is too primitive and could not address some basic issues. Using Core Graphics’ PDF scanner provides better control and potential solutions to those issues (Part 1)
#0097 - Failed to get prompt input field in Claude
Enhancements
None