Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mienaiyami committed Nov 17, 2023
1 parent 6753cf0 commit 78a091c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
22 changes: 14 additions & 8 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,25 @@ Does not follow semver.

## Added

- #274
- #288
- hide side-list button (only ui) for better performance with high chapter count.
- option to disable auto focus current chapter in side-list for better performance with high chapter count.
- button to focus current chapter in side-list.

## Changed

- electron version to 22.0.1
- moved items in settings
- reduced chapter transition screen height to 50%.
- electron version updated.
- changed shortcut key list order.
- UI:
- anilist login ui
- dev:
- switching from custom to zod to validate settings.
- code refactor (Reader.tsx), bugs expected.

## Fixed

- showing full path in chapter transition screen.
- reader context menu option
- epub next chapter with next page keys at scroll 100%
- incorrect epub elements padding, margin
- quit app on "install and show changelog" after auto download.
- minor keyboard accessability fix, 84a317b5c23e1c3a77b53543a93cad6559d42bfd
- #303, and format fix for .cb7 and .cbr

---
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "yomikiru",
"productName": "Yomikiru",
"version": "2.18.4",
"version": "2.18.5",
"description": "App to read manga / comic / novel offline on desktop",
"main": ".webpack/main",
"author": {
Expand Down Expand Up @@ -90,4 +90,4 @@
"wait-on": "5.3.0",
"worker-loader": "^3.0.8"
}
}
}

0 comments on commit 78a091c

Please sign in to comment.