Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mienaiyami committed Sep 25, 2023
1 parent d687e86 commit 8b99d4e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 17 deletions.
17 changes: 4 additions & 13 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<!-- ## Changed -->

## Fixed

- #273
- incorrect name for titles with `.` (dot) in name.
- #287

---
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
6 changes: 3 additions & 3 deletions src/renderer/Components/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1276,15 +1276,15 @@ const Settings = (): ReactElement => {
})
);
}}
disabled={appSettings.useCanvasBasedReader}
labelAfter="Dynamic Image Loading"
/>
<div className="desc">
Removes Initial loading screen and load Images as you scroll. Doesn't
work with "Canvas Based Rendering"
<br />
Drawbacks : Inconsistent scroll size, no double-span images, stuttering
while scrolling.
<code>Experimental</code>
Drawbacks : Inconsistent scroll size, no double-span images support,
stuttering while scrolling.
</div>
</div>
<div className="toggleItem">
Expand Down

0 comments on commit 8b99d4e

Please sign in to comment.