Skip to content

Commit

Permalink
version up
Browse files Browse the repository at this point in the history
  • Loading branch information
mienaiyami committed Jul 31, 2023
1 parent 9ce274d commit 292b612
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 12 deletions.
32 changes: 21 additions & 11 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,34 @@
<!-- ## Note
**Due to release changes, existing users (v2.11.5 and below) might need to manually update the app.** -->

## Added

- Option to clear temp file cache.
- Option to show checkboxes instead of toggle in reader settings.
- Option to render multiple pdfs, #216. Access from settings.
- Context menu keyboard navigation.
- Option to mark chapter as unread in home-location-list and reader-side-list, #213.
- EPUB double click fullscreen.
- Search bar and list navigation with keyboard. Check Settings -> Extras -> "Search tab shortcuts" for more.
- Context menu in epub reader.

## Changed

- Hide refresh button when "auto refresh side-list" enabled.
- UI Changes:
- Moved "usage & features" to "extras" tab.
- Context menu related changes.
- Highlight element on setting link click navigation.
- #220.
- Added custom number input spinner.
- and more.
- Text update in some loading screens.
- 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.
- DEV:
- Context Menu system changed, made modular and context based rather than redux.
- pdf render optimization.

## Fixed

- Anilist date's month value showing one less.
- Epub without toc does not open.
- Epub side-list performance issue, [more in #202](https://github.com/mienaiyami/yomikiru/issues/202#issuecomment-1655858560).
- Epub "open in new window" error.

---
---
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.16.1",
"version": "2.16.2",
"description": "App to read manga / comic / epub offline on desktop",
"main": ".webpack/main",
"author": {
Expand Down

0 comments on commit 292b612

Please sign in to comment.