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
Huang Xin
0874fb0764
chore: bump tauri to the latest dev branch ( #2690 )
2025-12-11 13:46:41 +01:00
Huang Xin
51008d81fb
fix(opds): select proper opds search link ( #2683 )
2025-12-10 19:56:27 +01:00
Huang Xin
2670d835b3
fix(comic): fixed layout for comic books, closes #2672 ( #2680 )
2025-12-10 18:08:11 +01:00
Huang Xin
80e11bb0ce
refactor(layout): refactor page margins for pixel precision, closes #2652 ( #2663 )
2025-12-09 16:19:14 +01:00
Huang Xin
00f36af03a
feat(opds): add support to search in OPDS, closes #2598 ( #2634 )
2025-12-06 12:13:45 +01:00
Huang Xin
a232a39f0e
fix(pdf): Fixed zoomed layout and hand tool event handling, closes #2596 ( #2617 )
2025-12-04 19:22:01 +01:00
Huang Xin
fad7966fc4
fix(layout): auto two-column layout for unfolded screen, closes #2588 ( #2615 )
2025-12-04 06:56:23 +01:00
Huang Xin
fd7f90236d
compat(ios): avoid lookbehind assertions for iOS older than 16.4 ( #2553 )
2025-11-26 11:31:31 +01:00
Huang Xin
a54daaaa90
feat(shortcut): add ctrl + mouse wheel to zoom in/out, closes #2011 ( #2533 )
2025-11-24 17:19:28 +01:00
Huang Xin
fa66e6fca6
feat(pdf): add support for hand tool panning for PDFs, closes #2518 ( #2532 )
2025-11-24 14:37:52 +01:00
Huang Xin
c792c18e01
feat: support text conversion between simplifed and traditional Chinese, closes #2508 ( #2520 )
2025-11-23 09:56:12 +01:00
Huang Xin
f1b4d02323
chore: sync app metadata release notes ( #2492 )
2025-11-21 04:44:50 +01:00
Huang Xin
4aa8847037
chore: bump tauri to version 2.9.3 ( #2488 )
2025-11-20 14:18:27 +01:00
Huang Xin
d16a35d26f
fix(layout): constrain image height within table cells in paginated mode ( #2480 )
...
Closes #2472 .
2025-11-19 18:06:39 +01:00
Huang Xin
8ee53d3367
fix(mobi): properly handle empty fragments for MOBI ( #2456 )
2025-11-17 05:09:09 +01:00
Huang Xin
42111945b8
fix(layout): scale table to fit within column constraints, closes #2445 ( #2455 )
2025-11-17 04:52:23 +01:00
Huang Xin
4f33c9280b
fix(layout): fine tuning of column width in scrolled mode and vertical mode, closes #2383 ( #2387 )
2025-11-02 09:34:57 +01:00
Huang Xin
2568778a87
feat(layout): support for duokan bleed layout, closes #2374 ( #2378 )
2025-11-01 14:26:48 +01:00
Huang Xin
066d1c5b1e
fix(import): resolve import failures for certain EPUB files, closes #230 ( #2370 )
...
If the publisher has already been parsed, don’t remap it from the author or contributor fields again.
This prevents failures when parsing metadata like <dc:creator opf:role="pbl" />.
2025-10-31 05:12:24 +01:00
Huang Xin
cdc1950c3a
fix(layout): various fixes on the book and reader styles and layouts, closes #2368 ( #2369 )
2025-10-30 19:34:55 +01:00
Huang Xin
5bdcd3124b
chore: bump tauri to version 2.9.0 ( #2296 )
2025-10-22 17:51:35 +02:00
Huang Xin
28ef414c3d
feat: supported footnotes for definition list, closes #2278 ( #2279 )
2025-10-20 10:38:46 +02:00