What's new
docker pull ghcr.io/new-usemame/calibre-web-nextgen:v4.0.98
(or :latest)
Comic book covers now pick the right page
If you've ever uploaded a CBZ/CBT/CBR/CB7 and the cover thumbnail showed a random middle page instead of the actual cover, this release fixes it. The archive entry list was being iterated in whatever order the archive library returned (often insertion order), so whichever page entry came first in the file became the "cover" — typically page 30 or whatever the archive tool happened to put first.
v4.0.98 natural-sorts the entries before scanning, so page1.png comes before page2.png comes before page10.png (natural order, not the lexicographic page1 < page10 < page2). Backports janeczku/calibre-web #3504.
Credits
Thanks @lb803 (janeczku PR #3504) for the original patch.