diff --git a/changelog.md b/changelog.md index 9d0be38..16af701 100644 --- a/changelog.md +++ b/changelog.md @@ -1,24 +1,34 @@ - - ## 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. ---- +--- \ No newline at end of file diff --git a/package.json b/package.json index 9e05805..5f207dc 100644 --- a/package.json +++ b/package.json @@ -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": {