From f187adad9f0ad4754c70c4394bf52022544a946d Mon Sep 17 00:00:00 2001 From: yami Date: Wed, 29 Mar 2023 11:02:57 +0530 Subject: [PATCH] version up --- changelog.md | 15 +++++++-------- package.json | 2 +- src/Components/Settings.tsx | 1 + 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/changelog.md b/changelog.md index dadfd7b..137e800 100644 --- a/changelog.md +++ b/changelog.md @@ -10,7 +10,7 @@ ## Note - App name will be changing to "Yomikiru". Support for app with name as "Manga Reader" will end in April 2024. -- **Change in App state management system, some issues expected, please report.** +- **Change in App theme system so some issues expected, please report.** Linux distribution currently not available as direct download but can be build easily by following this [Build for linux(debian) guide](https://github.com/mienaiyami/yomikiru/blob/master/docs/build_for_linux.md). @@ -18,25 +18,24 @@ Linux distribution currently not available as direct download but can be build e ## Added -- #74. -- Show shortcut used. -- Apply theme to checkboxes. +- New theme system; ## Changed -- UI Enhancements. +- UI Enhancements : remove zip/cbz from title name. +- Removed "?" from Next/Prev on chapter changer screen. ## Fixed -- #76. -- Chapter transition screen not visible on first/last chapter (in "Left to right" and "right to left" reading mode). +- #75. +- System buttons don't scale with ctrl +- zoom. --- #### Todo +- Epub support. - Write tests. - Add ability to change image quality in canvas mode for less RAM usage and performance. -- Better theme system. --- diff --git a/package.json b/package.json index 515767c..9dfaf38 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "yomikiru", "productName": "Yomikiru", - "version": "2.8.1", + "version": "2.9.0", "description": "App to read manga on desktop", "main": ".webpack/main", "author": { diff --git a/src/Components/Settings.tsx b/src/Components/Settings.tsx index 6c26431..3ac9624 100644 --- a/src/Components/Settings.tsx +++ b/src/Components/Settings.tsx @@ -180,6 +180,7 @@ const Settings = (): ReactElement => { useLayoutEffect(() => { if (firstRendered) { if (process.platform === "win32") { + //! fix - change theme without saving if (prop === "--icon-color") window.electron.getCurrentWindow().setTitleBarOverlay({ symbolColor: rawColor }); if (prop === "--topBar-color")