PR #1311: Replace separate spaceWidth + getSpaceKernAdjust() with a single getSpaceAdvance() that combines space glyph advance and kerning in fixed-point before snapping to pixels, eliminating +/-1 px rounding drift in text layout. PR #1322: Add early exit to fillUncompressedSizes() once all target entries are matched, avoiding unnecessary central directory traversal. Also updates tracking docs and verifies PR #1329 (reader utils refactor) matches upstream after merge. Made-with: Cursor
This commit is contained in:
@@ -317,9 +317,11 @@ Additionally, keep the quick-reference status table below up to date during each
|
||||
| #1185 | KOReader document hash cache | OPEN | #1286 (OPEN, OPDS filename matching) | Keep until merged upstream |
|
||||
| #1209 | Multiple OPDS servers | OPEN | #1214 (OPEN, author folders) | Keep until merged upstream |
|
||||
| #1217 | KOReader sync improvements | OPEN | #946 (OPEN, sync streamlining) | Evaluate overlap with #946 |
|
||||
| #1311 | Fix inter-word spacing rounding error | OPEN | #1168 (MERGED, fixed-point layout), #873 (MERGED, kerning) | Keep until merged upstream |
|
||||
| #1320 | JPEG resource cleanup (RAII) | OPEN | None | Keep until merged upstream |
|
||||
| #1322 | Early exit on fillUncompressedSizes | MERGED | None | DROP on next sync (now in upstream) |
|
||||
| #1325 | Settings tab label | OPEN | None | Keep until merged upstream |
|
||||
| #1329 | Reader utils refactor | OPEN (draft) | #1143 (dependent) | Keep until merged upstream |
|
||||
| #1329 | Reader utils refactor | MERGED | #1143 (dependent) | DROP on next sync (now in upstream) |
|
||||
|
||||
*Last updated: 2026-03-08*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user