You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mangadex tries to log-in even if it's disabled. (2e3b03d)
mangadex doesn't check if we're logged-in before marking chapters as read. (ccb2621)
puppeteer not downloading chromium on compiled versions. (47eaadb)
by default puppeteer downloads chromium during npm install to user cache folder. compiled/docker version of fukayo need a manual trigger.
renderer
reader's right drawer is overflowing [skip ci]. (8253165)
library guide appears during ~10ms when reloading the page. (03afca8)
wait for the api response to decide weither or not the guide should be displayed
says its the last chapter when it's the first. (ff9c0ee)
keep the same scrolling direction in horizontal mode. (90da474)
reader's chapters list now only displays selected language. (6475c50)
allow book mode in any direction and fix rtl. (7eec931)
fix type issue. (eebb4e9)
add correct type for filterFn
reader's load bar overlaps scrollbar. (2d82337)
move load bar to the top
reader fails to show next/prev chapter div if sidebar is closed. (32806dc)
an infinte loading icon is displayed if library is empty. (435152d)
showLibrary now directly sends all mangas in an array.
The API can respond with an empty array.
manga's title overflow from the language selection menu. (c444fcc)
hide body's scrollbar when container is too small. (9852f09)
make sure english is used as a fallback in quasar and dayjs. (f511a2e)
mirrors
fix and replace mangadex "seasonal" with "popular new title". (16e8d1e)
Performance improvements
api
less IO when updating broken entries. (5646d95)
before we needed to open the entry file to know if it was broken or not.
now the broken status is directly available from the manga index
Refactors
renderer
visually simplify language selection in settings. (57c5c3b)
FIX: page counter at the bottom displays wrong page number on startup
FIX: clicking on a page thumbnail doesn't scroll to that page
FIX: keyboard/overlay navigation in book mode doesn't work
REMOVE: custom zoom
FEAT: book view is now also available in vertical longstrip mode
FEAT: display modes are now also available in book view
FEAT: API sends image size (h&w)
CHORE: renamed fit-height and fit-width mode to stretch-height and stretch-width
also re-translated to mention that these modes stretch the image
close #552
close #553
import page design matches rest of the app. (592210a)
move preloadNext option to settings.readerGlobal. (3f7b68d)
preloadNext is no longer part of settings.reader
thus we don't need to explicitly prevent it from being saved along with an entry
reader's drawer status (open/close) is saved across sessions. (cd7e455)
preloadNext is no longer part of settings.reader. (20eb1f7)
electron
add more context to command line errors. (ceda127)