jpirnay
907fdadf16
Drop unsupported static=True kwarg from instantiateVariableFont
...
instantiateVariableFont() in current fontTools doesn't accept a
`static` parameter (signature: varfont, axisLimits, inplace=False,
optimize=True, overlap=…, updateFontNames=False, *, downgradeCFF2=False).
Calling it with static=True raises TypeError, breaking
extract_static_instance() for any sd-fonts.yaml entry that uses the
`variable: {wght: …}` form.
Drop the unsupported kwarg; keep updateFontNames=True (name table
accuracy) and optimize=False (skip wasted gvar work when every axis
is fully pinned). The output is still a fully-pinned static instance
because all yaml-declared axes are pinned in `axes`.
2026-05-10 08:28:16 +02:00
jpirnay
d870d4f99f
Use dash as valid breakpoint between words
2026-05-09 19:59:10 +02:00
jpirnay
eee63b2155
Language updates
2026-05-09 01:08:15 +02:00
jpirnay
6059cb8a25
Add firmware update options to submenu
2026-05-09 00:36:54 +02:00
jpirnay
1f1a80581d
Merge pull request #185 from jpirnay/feat-pr1775
...
feat: Add and refactor carousel theme (Upstream 1775 by zgredex)
2026-05-09 00:10:00 +02:00
jpirnay
481309a708
Don't gate thumbnail generation on the href extension
2026-05-08 23:55:45 +02:00
jpirnay
b43ba8059b
Height-only upscaling still never takes effect
2026-05-08 23:51:46 +02:00
jpirnay
db4ef52d22
Remove the destination file on post-create failures
2026-05-08 23:50:27 +02:00
jpirnay
08ddc4e481
Use smaller fit scale
2026-05-08 23:41:43 +02:00
jpirnay
79ef2eea91
Some fixes for cover generation
2026-05-08 18:04:41 +02:00
jpirnay
8a92edcea5
Add and refactor LyraCarouselTheme by zgredex
2026-05-08 09:36:12 +02:00
Joel Goguen
3a612df4b5
feat: Allow OTA update to beta releases
2026-05-07 23:29:15 -04:00
jpirnay
4005bf55e5
Add Lyra Carousel home theme
2026-05-07 23:42:35 +02:00
jpirnay
a670012328
Merge pull request #181 from jpirnay/feat-table
...
feat: Adapt table implementation from crossink
2026-05-07 22:45:10 +02:00
jpirnay
3316d33a4e
Review comments
2026-05-07 22:20:10 +02:00
jpirnay
e22ec604a6
Fix
2026-05-07 22:02:21 +02:00
jpirnay
609d8eec25
Add progressive jpeg support (idea from broemp)
2026-05-07 21:47:59 +02:00
jpirnay
02bdf3f65d
Revert "Adapt table implementation from crossink"
...
This reverts commit ca9475f0c3 .
2026-05-07 21:37:50 +02:00
jpirnay
3ecbf29bd4
Adapt table implementation from crossink
2026-05-07 21:35:14 +02:00
jpirnay
ca9475f0c3
Adapt table implementation from crossink
2026-05-07 21:33:35 +02:00
jpirnay
1ca18c4575
Revert to same quantization thresholds as in upstream
2026-05-07 20:25:57 +02:00
jpirnay
a0aee0ba1b
SD-card firmware update + X3 bootloader compatibility ( #1786 )
2026-05-07 19:38:12 +02:00
jpirnay
82448e856e
Merge pull request #179 from jpirnay/feat-pr1809
...
feat: Movable status bar and dual-edge progress bars (upstream PR 1809 by LSTAR1900)
2026-05-07 19:19:50 +02:00
jpirnay
b7a2a4b243
Use fixed-size integers for BookMetadataCache data ( #1844 by znelson)
2026-05-07 19:09:12 +02:00
jpirnay
104af74079
Additional glyphs
2026-05-07 08:31:22 +02:00
jpirnay
3254582a20
Extend script functionality
2026-05-07 08:23:51 +02:00
jpirnay
8f92c50e48
Merge pull request #178 from jpirnay/feat-koreader-metadata
...
feat: Send optional document metadata with KOSync progress uploads (upstream pr 1820 by nperez0111)
2026-05-06 23:18:38 +02:00
jpirnay
4f140afd10
Movable status bar and dual-edge progress bars
2026-05-06 23:09:26 +02:00
jpirnay
464846fd75
Add builtin as default everywhere
2026-05-06 22:54:02 +02:00
jpirnay
dedc5bd4af
Send optional document metadata with KOSync progress uploads
2026-05-06 22:44:47 +02:00
jpirnay
bd71bf465c
Merge pull request #176 from jpirnay/fix-powerbutton
...
fix: Amend powerbutton logic (less actions on going back to sleep)
2026-05-06 22:09:00 +02:00
jpirnay
e13ba3e180
Apply PR 1807 by WuToFu
2026-05-06 21:55:54 +02:00
jpirnay
b8f2ecf23d
Rework logic
2026-05-06 21:38:00 +02:00
jpirnay
6f877c03eb
Safety guard
2026-05-06 15:29:02 +02:00
jpirnay
82cb274d84
Fix typo in description
2026-05-06 15:23:47 +02:00
jpirnay
180b601841
Extend character range
2026-05-05 20:49:30 +02:00
jpirnay
795e2fe9a9
Add two more fonts
2026-05-05 18:33:29 +02:00
jpirnay
9fba8b07e9
Minor stylistic updates
2026-05-05 17:54:38 +02:00
jpirnay
f15b1d06bf
Fix static font generation from variable fonts
2026-05-05 17:35:13 +02:00
jpirnay
8aac378b71
Add pyyaml
2026-05-05 16:18:53 +02:00
jpirnay
3b4e8f8df9
Reestablish stats
2026-05-05 10:22:31 +02:00
jpirnay
2a443da291
Fix initial horrible performance for books without a cover
2026-05-04 23:59:51 +02:00
jpirnay
0afd1d196f
Review
2026-05-04 20:41:40 +02:00
jpirnay
c65863cee5
Adopt crossinks low mem guard idea
2026-05-04 19:55:18 +02:00
jpirnay
441f1c7107
Minor optimisation
2026-05-04 18:42:57 +02:00
jpirnay
df9a260f77
Merge pull request #169 from jpirnay/refactor-fragment1
...
refactor: Introducing scratchpad to reuse already allocated memory for Metadata read
2026-05-04 17:35:39 +02:00
jpirnay
e70fd281d9
Review changes
2026-05-04 17:27:21 +02:00
jpirnay
ea0f6eaa9e
Reduce heap fragmentation
2026-05-04 17:17:38 +02:00
jpirnay
5486eee4e3
Introducing scratchpad to reuse already allocated memory
2026-05-04 17:08:51 +02:00
jpirnay
42a9c09e4c
yaclf
2026-05-04 16:59:21 +02:00