Huang Xin
|
3bec89c85d
|
fix(progress): show remaining pages for current section instead of all loaded sections (#3550)
|
2026-03-17 09:18:39 +01:00 |
|
Huang Xin
|
1af55e24da
|
feat(epub): support continuous scroll and spread layout for EPUBs, closes #3419 and closes #1745 (#3546)
|
2026-03-16 18:24:07 +01:00 |
|
Huang Xin
|
7a605a357a
|
feat(pdf): support pitch to zoom and scroll mode for PDFs, closes #3461 (#3520)
|
2026-03-12 16:07:55 +01:00 |
|
Huang Xin
|
af649edd0d
|
fix(pdf): show search results when navigating to new page, closes #3148 (#3513)
|
2026-03-11 17:55:58 +01:00 |
|
Huang Xin
|
a8572ab7c6
|
feat(reader): tap notch area to scroll to top in scrolled mode, closes #3474 (#3510)
|
2026-03-11 18:20:38 +08:00 |
|
Huang Xin
|
907b672313
|
fix(a11y): improve TOC screen reader accessibility for NVDA, closes #3477 (#3509)
|
2026-03-11 14:30:01 +08:00 |
|
Huang Xin
|
8850e6c00f
|
feat(pdf): support TTS and annotation on PDFs, closes #2149 & #3462 (#3493)
* chore: bump jsdom to the latest version
* feat(pdf): support TTS and annotation on PDFs, closes #2149 & closes #3462
|
2026-03-09 10:28:19 +01:00 |
|
Huang Xin
|
5273ef75dc
|
feat(database): add database service abstraction with libsql/turso backend (#3472)
|
2026-03-05 02:38:23 +08:00 |
|
Huang Xin
|
35ade2c855
|
fix(tts): handle documents without lang attribute or XHTML namespace, closes #3291 (#3456)
|
2026-03-03 10:35:33 +01:00 |
|
Huang Xin
|
7f636a2072
|
fix(toc): correct TOC grouping to prevent unnecessary nested layers (#3445)
|
2026-03-02 16:44:02 +01:00 |
|
Huang Xin
|
480b8b98a3
|
fix(css): properly constrain the max width and height of images, closes #3432 (#3444)
|
2026-03-02 16:20:01 +01:00 |
|
Huang Xin
|
d1fb67316f
|
compat(css): support duokan-page-fullscreen in spine to display cover image in fullscreen, closes #3424 (#3443)
|
2026-03-02 15:16:04 +01:00 |
|
Huang Xin
|
f0e9ddd2ae
|
feat(font): support loading custom font if embedded fonts in EPUBs are missing (#3439)
|
2026-03-02 09:18:18 +01:00 |
|
Huang Xin
|
bf5805910d
|
feat(footnote): add back navigation for footnote popup with link history, closes #3420 (#3434)
|
2026-03-01 16:30:59 +01:00 |
|
Huang Xin
|
0d2e5b7c76
|
fix(translation): reduce initial layout shift in the translation view, closes #3078 (#3428)
* fix(css): allow overriding the padding of the root html
* fix(translation): reduce initial layout shift in the translation view, closes #3078
|
2026-03-01 09:12:02 +01:00 |
|
Huang Xin
|
f3ad97b989
|
fix(opds): add missing book description in OPDS feed (#3408)
|
2026-02-28 09:30:56 +01:00 |
|
Huang Xin
|
c533da498d
|
feat(annotator): add page number for annotations, closes #3082 (#3405)
* feat(annotator): add page number in annotation
* feat: add page number for annotations, closes #3082
|
2026-02-28 08:08:56 +01:00 |
|
Huang Xin
|
96c465931c
|
fix(toc): fix phantom subchapter TOC item (#3397)
|
2026-02-27 07:23:12 +01:00 |
|
Huang Xin
|
2bd54ac236
|
fix(tts): also show highlight when navigating in paused mode and improve abbreviations processing (#3396)
Closes #3317.
|
2026-02-27 06:46:27 +01:00 |
|
Huang Xin
|
51468862a2
|
fix(ui): show progress 100% at the last page, closes #3383 (#3390)
|
2026-02-26 11:08:21 +01:00 |
|
Huang Xin
|
3904c1e8e7
|
perf: use GPU-accelerated scroll for smoother paging animation (#3385)
|
2026-02-26 03:39:37 +01:00 |
|
Huang Xin
|
664cc772d0
|
fix: more sensitive paging without snapping animation, closes #3310 (#3381)
|
2026-02-25 17:47:55 +01:00 |
|
Huang Xin
|
118538ba35
|
fix(epub): replace background also for scrolled mode, closes #3344 (#3350)
|
2026-02-24 04:37:44 +01:00 |
|
Huang Xin
|
548d50a882
|
fix(tts): navigate to follow the current TTS location for the next section, closes #3198 (#3276)
|
2026-02-12 16:13:41 +01:00 |
|
Huang Xin
|
411f9e236d
|
feat(metadata): support parsing series info from calibre exported EPUBs, closes #3259 (#3267)
|
2026-02-11 15:39:48 +01:00 |
|
Huang Xin
|
950bbd0821
|
fix: expose srcdoc also for html sections, closes #3264 (#3266)
|
2026-02-11 13:15:56 +01:00 |
|
Huang Xin
|
fd3533dba1
|
feat(annotator): add a loupe when adjusting text selection range, closes #3002 (#3261)
|
2026-02-11 10:13:22 +01:00 |
|
Huang Xin
|
9444be7fcc
|
feat(annotator): rounded highlight style for horizontal and vertical layout, closes #3208 (#3252)
|
2026-02-10 16:13:53 +01:00 |
|
Huang Xin
|
c9a69a922b
|
fix(layout): workaround for hardcoded table layout, closes #3205 (#3251)
|
2026-02-10 15:19:36 +01:00 |
|
Huang Xin
|
9a11b05833
|
fix: don't cache section content when updating subitems, closes #3242 and closes #3206 (#3250)
|
2026-02-10 14:29:57 +01:00 |
|
Huang Xin
|
1ed84a3256
|
feat(tts): navigation in TTS mode with back to current button, closes #3100 (#3189)
|
2026-02-06 18:26:14 +01:00 |
|
Huang Xin
|
a9a1dc8e70
|
fix(layout): fixed regression of vertical alignment, closes #3012 (#3178)
|
2026-02-05 17:46:47 +01:00 |
|
Huang Xin
|
9834bd57cf
|
feat(toc): add page number for nested TOC items, closes #2953 (#3174)
|
2026-02-05 08:19:18 +01:00 |
|
Huang Xin
|
9cd88fe839
|
fix(progress): show correct progress info for subsections in FB2, closes #3136 (#3145)
|
2026-02-02 17:53:26 +01:00 |
|
Huang Xin
|
c44705e269
|
perf(pdf): pre-render next page for PDFs (#2984)
This should close #1911 and #13.
|
2026-01-18 08:58:00 +01:00 |
|
Huang Xin
|
7e618d456e
|
chore: bump pdf.js to the latest version (#2982)
|
2026-01-17 13:45:34 +01:00 |
|
Huang Xin
|
b28ac99a9e
|
feat(pdf): support panning on PDFs (#2981)
This also closes #2978 and closes #2875.
|
2026-01-17 09:11:33 +01:00 |
|
Huang Xin
|
b1419f9c01
|
chore: bump tauri to latest dev (#2975)
|
2026-01-16 14:52:22 +01:00 |
|
Huang Xin
|
1c9cfa49b3
|
fix(flathub): use custom dbus id for single instance on Linux (#2971)
|
2026-01-16 05:59:25 +01:00 |
|
Huang Xin
|
f85d6d4293
|
fix(eink): avoid scrolling if animation is turned off or in eink mode, closes #2957 (#2967)
|
2026-01-15 17:37:38 +01:00 |
|
Huang Xin
|
9614c62360
|
feat(annotator): instant highlighting with mouse, touch or pen (#2881)
|
2026-01-07 16:13:37 +01:00 |
|
Huang Xin
|
604ef65719
|
perf(search): use cache for search results (#2861)
|
2026-01-04 12:56:40 +01:00 |
|
Huang Xin
|
11fecb5dc0
|
chore: bump tauri to latest dev (#2805)
|
2025-12-29 04:07:58 +01:00 |
|
Huang Xin
|
f944ad9b9f
|
feat(annotator): support rendering vertical annotation bubbles (#2801)
|
2025-12-28 13:52:12 +01:00 |
|
Huang Xin
|
173404eaad
|
feat(annotator): show notes popup when annotation bubble icon is clicked, closes #1845 (#2798)
|
2025-12-27 17:31:47 +01:00 |
|
Huang Xin
|
674fed5230
|
fix(annotator): adjust underline position to the center of two lines, closes #2772 (#2793)
|
2025-12-26 09:51:02 +01:00 |
|
Huang Xin
|
6984393ed1
|
refactor(proofread): refactor UI and i18n for proofread tool (#2783)
|
2025-12-24 14:46:33 +01:00 |
|
Huang Xin
|
69fb22119b
|
fix(layout): tweak insets for vertical layout (#2767)
|
2025-12-23 06:01:06 +01:00 |
|
Huang Xin
|
2533560d11
|
fix(layout): fix bleed layout for images (#2729)
|
2025-12-16 15:46:13 +01:00 |
|
Huang Xin
|
1869a863a3
|
fix(layout): fixed max inline width not applied for EPUBs, closes #2706 (#2711)
|
2025-12-13 18:52:26 +01:00 |
|