From db397aac924ae731ab68d8e5104cec77169884a2 Mon Sep 17 00:00:00 2001 From: yami Date: Mon, 27 Feb 2023 22:35:26 +0530 Subject: [PATCH] version up --- changelog.md | 27 +++++++++++++++------------ package.json | 2 +- 2 files changed, 16 insertions(+), 13 deletions(-) diff --git a/changelog.md b/changelog.md index 48f2e49..e621366 100644 --- a/changelog.md +++ b/changelog.md @@ -9,33 +9,36 @@ ## Note - App name will be changing to "Yomikiru". -- There might not be any work on issues/requests for few weeks unless very important. +- **Change in App state management system, some issues expected, please report.** ## Added -- More size fit options. -- Max image height control. +- Open item from location list in reader directly by double clicking (enable from settings). +- Better sorting for archive files as well. +- Options to reset settings and theme. +- Watch for file change; update bookmark and history in other instances of app as well. +- dev: + - remove old shortcuts from settings. ## Changed -- History is now shorter and simpler and renamed to "Continue Reading". +- Disabled scrollToPage on zen mode toggle when window is maximized. +- dev: + - state management tool changed from context to redux. + - moved theme setting to themes file. -## Fixed - -- Blank screen when closing app with `prompt before closing` enabled after clearing history. -#### Known issues +## Fixed -- Max image height might not work as intended. -- When more than one app is open, only history from last app where history is changed is saved. +- Archive files not sorting in right order. --- #### Todo -- Better state management. +- ~~Better state management.~~ - Add ability to change image quality in canvas mode for less RAM usage and performance. -- Write testing. +- Write tests. - Adjust app for debian. --- diff --git a/package.json b/package.json index 70fcfe9..e1b7485 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "yomikiru", "productName": "Yomikiru", - "version": "2.7.2", + "version": "2.8.0", "description": "App to read manga on desktop", "main": ".webpack/main", "author": {