Skip to content

Commit

Permalink
version up
Browse files Browse the repository at this point in the history
  • Loading branch information
mienaiyami committed May 11, 2023
1 parent 2a629f1 commit 00b02c7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@ Linux distribution currently not available as direct download but can be build e
## Added

- EPub:
- Custom text, link, background color from reader settings.
- Option to invert and blend image.
- Collapse-able Tabs in reader settings.
- Download Progress window.
- progress percent and control.
- history and bookmark support (use bookmark for more accuracy).
- search input for bookmarks and history (enable from settings -> other settings).

## Changed

- UI Enhancements.
- Disable reader shortcuts when settings is open.
- UI Enhancements
- Moved Image count to open button on locations tabs.
- misc.


## Fixed
<!-- ## Fixed
- fixed #125,123,#117,#126.
- fixed #125,123,#117,#126. -->

---

Expand Down
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.11.0",
"version": "2.11.1",
"description": "App to read manga/comic/epub offline on desktop",
"main": ".webpack/main",
"author": {
Expand Down
4 changes: 2 additions & 2 deletions src/Components/EPubReader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@ const HTMLPart = memo(
);
if (lastIndex < 0) lastIndex = Number.MAX_SAFE_INTEGER;
linksInBetween.push(...displayDataWithOrder.slice(startIndex, lastIndex));
console.log(currentChapterURL);
console.log(tocData.nav.map((e) => e.src.split("\\").pop()));
// console.log(currentChapterURL);
// console.log(tocData.nav.map((e) => e.src.split("\\").pop()));
// console.log(currentChapterURL, afterCurrentIndex, startIndex, tocData.nav, linksInBetween);
}
if (!tocData) return <p>Error/Loading</p>;
Expand Down

0 comments on commit 00b02c7

Please sign in to comment.