diff --git a/changelog.md b/changelog.md index 4a0a764..17e953a 100644 --- a/changelog.md +++ b/changelog.md @@ -4,22 +4,13 @@ Does not follow semver. ## Added -- dynamic image loading, can be enabled from settings. -- style settings -- #266 -- added `shift`+`cycleFitOption` for reverse +- auto download updates option. +- show info box if app window is blank for more than 30seconds on start. -## Changed - -- UI - - #267 - - #266 -- show epub side-list on element focus inside -- made side-list pin button keyboard accessible. + ## Fixed -- #273 -- incorrect name for titles with `.` (dot) in name. +- #287 --- diff --git a/package.json b/package.json index f2278ab..a0f81a6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "yomikiru", "productName": "Yomikiru", - "version": "2.18.2", + "version": "2.18.3", "description": "App to read manga / comic / novel offline on desktop", "main": ".webpack/main", "author": { diff --git a/src/renderer/Components/Settings.tsx b/src/renderer/Components/Settings.tsx index ce510f0..1b23151 100644 --- a/src/renderer/Components/Settings.tsx +++ b/src/renderer/Components/Settings.tsx @@ -1276,15 +1276,15 @@ const Settings = (): ReactElement => { }) ); }} + disabled={appSettings.useCanvasBasedReader} labelAfter="Dynamic Image Loading" />
Experimental
+ Drawbacks : Inconsistent scroll size, no double-span images support,
+ stuttering while scrolling.