Skip to content

Commit

Permalink
version up
Browse files Browse the repository at this point in the history
  • Loading branch information
mienaiyami committed Jul 26, 2023
1 parent f481fe2 commit 6d119ea
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 14 deletions.
22 changes: 10 additions & 12 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,21 @@

## Added

- **64-bit download option.**
- Exact search, match exact words if search start with a `"`.
- Grayscale filter.
- Option to clear temp file cache.
- Option to show checkboxes instead of toggle in reader settings.

## Changed

- Better search for bookmark/history.
- Show error dialog for password protected pdf.
- Force close window if there is no response to backend after 5 sec of clicking close.
- Changed/added feature text.
- DEV:
- Multiple changes in packages and configs, 626677c1ed9ce9ad04f457877691d87611ccabed.
- Custom pdfjs-dist to prevent errors.
- Hide refresh button when "auto refresh side-list" enabled.
- EPUB:
- Use default padding and margins for all elements.
- Confirm before opening external links.
- Don't render side list in zen mode, improve performance but lag when exiting zen mode if very high chapter count.
- Instantly apply custom stylesheet.
- Dbl click zen mode changes, check in-app usage for more info.

## Fixed

- Bookmark/history search does not work for archives (except epub).
- PDF not rendering when window not visible.
- Anilist date's month value showing one less.

---
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.16.0",
"version": "2.16.1",
"description": "App to read manga / comic / epub offline on desktop",
"main": ".webpack/main",
"author": {
Expand Down Expand Up @@ -90,4 +90,4 @@
"config": {
"forge": "forge.config.js"
}
}
}

0 comments on commit 6d119ea

Please sign in to comment.