Huang Xin
|
bc2c3a2c9a
|
feat: add options to reset settings in the config dialog, closes #1111 (#1475)
|
2025-06-26 09:59:34 +02:00 |
|
Huang Xin
|
6b4bb64885
|
feat: custom css for the reader UI (#1466)
|
2025-06-24 08:33:49 +02:00 |
|
Huang Xin
|
41e5f27d4d
|
layout: view menu now has a maximum width, closes #1459 (#1463)
* refactor: auth callback page
* layout: view menu now has a maximum width, closes #1459
|
2025-06-24 05:44:03 +02:00 |
|
Huang Xin
|
a042b4c739
|
fix: longer timeout to save changes before reloading page (#1461)
|
2025-06-24 05:01:46 +02:00 |
|
Huang Xin
|
7fe4d38c51
|
fix: allow inline scripts on Tauri platforms (#1451)
|
2025-06-22 11:22:39 +02:00 |
|
Huang Xin
|
43edcb4e9e
|
android: dismiss the splash screen and change icon background color in task list (#1450)
* layout: various layout fix on iPad
* android: dismiss the splash screen and change icon background color in task list, closes #1424
|
2025-06-22 09:10:03 +02:00 |
|
Huang Xin
|
e259b29afa
|
fix: disable translation when the primary language is not defined, closes #1443 (#1448)
|
2025-06-22 07:10:22 +02:00 |
|
Huang Xin
|
cd5f57a004
|
layout: ignore system top/bottom safe insets when there is no header or footer, closes #1442 (#1447)
|
2025-06-22 06:32:23 +02:00 |
|
Huang Xin
|
8c0cdb0e22
|
layout: tweaks on layout for iPad (#1446)
|
2025-06-22 05:55:40 +02:00 |
|
Huang Xin
|
31aeb2289c
|
settings: more reasonable constraints for top and bottom margins (#1428)
|
2025-06-19 17:01:20 +02:00 |
|
Huang Xin
|
0f66ecbba1
|
layout: remove unnecessary inset for header on landscape screen in iOS (#1425)
|
2025-06-19 12:01:42 +02:00 |
|
Huang Xin
|
f0d3c9dd4e
|
fix: transform vw/vh to pixels correctly, closes #1420 (#1421)
* i18n: update translations
* fix: transform vw/vh to pixels correctly, closes #1420
|
2025-06-19 10:53:58 +02:00 |
|
Huang Xin
|
92aae340d9
|
settings: unset deprecated margin settings (#1419)
|
2025-06-18 18:56:41 +02:00 |
|
Huang Xin
|
7ed4937d9d
|
settings: add an option to always show status bar (#1417)
|
2025-06-18 18:15:55 +02:00 |
|
Huang Xin
|
6235202066
|
layout: fix issue where sidebars couldn’t be dragged to resize on iPad (#1415)
|
2025-06-18 15:43:51 +02:00 |
|
Huang Xin
|
b3d1085ddf
|
fix: now it's possible to have multiple columns in portrait mode, closes #1369 (#1413)
|
2025-06-18 14:25:32 +02:00 |
|
Huang Xin
|
b2a4ddae60
|
feat: show annotation create time and various other UI fixes (#1412)
|
2025-06-18 13:17:18 +02:00 |
|
Huang Xin
|
42f50af27b
|
tts: each book view now has its own tts controller (#1411)
|
2025-06-18 11:37:02 +02:00 |
|
Huang Xin
|
07f74d8858
|
settings: individually adjust top, bottom, left, and right margins on the reader page (#1410)
|
2025-06-18 10:55:24 +02:00 |
|
Huang Xin
|
9477789db1
|
layout: apply responsive safe area insets to the reader page, closes #1067 and closes #1212 (#1408)
This also fixes layout glitches when showing status bar on devices without display cutouts
|
2025-06-17 03:36:23 +02:00 |
|
Huang Xin
|
261ce95ed1
|
feat: add keyboard shortcut t to toggle TTS (#1405)
|
2025-06-16 08:50:10 +02:00 |
|
Huang Xin
|
ed68d25b15
|
fix: restore full view settings when reopening book (#1400)
|
2025-06-15 16:07:51 +02:00 |
|
Huang Xin
|
f7f8872a13
|
tts: translation also when TTS is played in the background, closes #1383 (#1399)
|
2025-06-15 09:07:22 +02:00 |
|
Huang Xin
|
467e80cd4b
|
fix: various fixes on text selector in TTS mode and normal image height (#1390)
|
2025-06-13 17:28:21 +02:00 |
|
Huang Xin
|
20955ec294
|
chore: handle client uncaught exceptions and show error message (#1389)
|
2025-06-13 15:24:24 +02:00 |
|
James Sizeland
|
3cae183f51
|
feat: add syntax highlighting (#1386)
* add highlightjs
* add github light and dark theme
* inject style classes
* fix typo
* remove conflicting style overrides
* add highlightjs function and language list
* add language select setting
* add language select input
* add watcher to rerender page on changes to language select
* lockfile update
* rename highlightCode variables
* reorder code languages alphabetically
* copy translation style for highlight selector
* move code highlighting below theme color section
* move highlighting toggle logic into settings component
* add conditional statement to docLoadHandler manageSyntaxHighlighting
* reorder imports
* switch to media query for dark mode
* combine useEffect callbacks for code highlighting
* add feature line about code highlighting
* fix table tabbing
|
2025-06-13 14:40:18 +02:00 |
|
Huang Xin
|
658969e97a
|
feat: support native tts engine on Android (#1387)
|
2025-06-12 17:56:14 +02:00 |
|
Huang Xin
|
97d7eb659c
|
bump: sync with upstream foliate-js (#1381)
|
2025-06-11 05:11:06 +02:00 |
|
Huang Xin
|
f8ac30adf1
|
tts: add native tts plugin for Android (#1376)
|
2025-06-09 16:54:12 +02:00 |
|
Huang Xin
|
69d418aa61
|
perf: optimize toc list view for very large toc list, closes #386 (#1370)
|
2025-06-08 15:01:34 +02:00 |
|
Huang Xin
|
09e3c30a2a
|
feat: add daily translation quota of DeepL API for more sustainable service (#1349)
|
2025-06-05 16:58:07 +02:00 |
|
Huang Xin
|
57e22dc7b6
|
layout: use system select widget for language selection, closes #1339 (#1342)
|
2025-06-05 08:19:24 +02:00 |
|
Huang Xin
|
db955d2c8c
|
feat: add an option to override book fg/bg color, closes #1328 (#1335)
|
2025-06-04 18:58:53 +02:00 |
|
Huang Xin
|
51602a77fb
|
tts: disable media session controls to keep alive tts (#1333)
|
2025-06-04 08:17:33 +02:00 |
|
Huang Xin
|
43532a0ee8
|
feat: add an option to show remaining in minutes of the current chapter, closes #406 (#1326)
|
2025-06-03 15:37:55 +02:00 |
|
Huang Xin
|
3f8d03ae28
|
sync: add sync status menu item in view menu, closes #844 (#1324)
|
2025-06-03 11:43:58 +02:00 |
|
Huang Xin
|
146a71fdef
|
font: load CJK fonts only in CJK env or the book has CJK languages, closes #1298 (#1323)
|
2025-06-03 08:55:40 +02:00 |
|
Huang Xin
|
734e22d92c
|
layout: notebook layout tweaks (#1319)
|
2025-06-02 17:27:02 +02:00 |
|
Huang Xin
|
a77986c0e6
|
feat: add search functionality to the notebook (#1318)
|
2025-06-02 16:03:55 +02:00 |
|
Huang Xin
|
c51c95b883
|
feat: support note taking with markdown, closes #1097 (#1315)
|
2025-06-02 11:35:09 +02:00 |
|
Huang Xin
|
a9965fd52c
|
config: add an option to sort TOC by page number, closes #1304 (#1308)
|
2025-06-02 07:23:59 +02:00 |
|
Huang Xin
|
6ec3a5b332
|
feat: add an option to enable JavaScript in EPUB, closes #1278 (#1295)
|
2025-05-31 18:25:25 +02:00 |
|
Huang Xin
|
32f9346f84
|
tts: more robust way to save last speaking location for tts (#1293)
|
2025-05-31 13:34:35 +02:00 |
|
Huang Xin
|
84fc4cec5e
|
tts: read from last read sentence in tts (#1291)
|
2025-05-31 10:53:36 +02:00 |
|
Huang Xin
|
5c9c11fafd
|
translator: disable translator if the system language is the same with the book language (#1290)
Closes #1288
|
2025-05-31 09:34:52 +02:00 |
|
Huang Xin
|
77fa57438e
|
tts: show speaking sentence and chapter info in tts media session (#1289)
|
2025-05-31 09:21:17 +02:00 |
|
Huang Xin
|
e4d217f3aa
|
config: add theme mode options in the library page (#1283)
|
2025-05-30 09:10:48 +02:00 |
|
Huang Xin
|
6c86917098
|
translator: add daily translation quota for deepl (#1275)
|
2025-05-29 19:24:09 +02:00 |
|
Huang Xin
|
7c21f48d68
|
layout: hide the header bar only on mobile platforms when translation is enabled (#1274)
|
2025-05-29 10:31:02 +02:00 |
|
Huang Xin
|
5820191c26
|
translator: also translate table of contents (#1273)
|
2025-05-29 10:08:01 +02:00 |
|