From f9517d3ee3390f47a08c3485bf243279b5ee5b15 Mon Sep 17 00:00:00 2001 From: yami Date: Wed, 17 May 2023 20:57:53 +0530 Subject: [PATCH] version up --- changelog.md | 18 +++++++++--------- package.json | 6 +++--- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/changelog.md b/changelog.md index b827524..3d3525b 100644 --- a/changelog.md +++ b/changelog.md @@ -15,21 +15,21 @@ Linux distribution currently not available as direct download but can be build e ## Added -- EPub: - - progress percent and control. - - history and bookmark support (use bookmark for more accuracy). -- search input for bookmarks and history (enable from settings -> other settings). +- Tab (keyboard) navigation for "reader settings's tabs". +- New scrolling system (with keys). +- Custom stylesheet. +- New shortcut: `ctrl+w` to close window. +- EPUB : Force low brightness. ## Changed -- UI Enhancements - - Moved Image count to open button on locations tabs. - - misc. +- UI Enhancements. +- Save data files with a time gap after changing app data. - +- fixed #131,#136,#137, --- diff --git a/package.json b/package.json index 2f5bc4a..eb2bb53 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "yomikiru", "productName": "Yomikiru", - "version": "2.11.1", - "description": "App to read manga/comic/epub offline on desktop", + "version": "2.11.2", + "description": "App to read manga / comic / epub offline on desktop", "main": ".webpack/main", "author": { "name": "mienaiyami", @@ -86,4 +86,4 @@ "config": { "forge": "forge.config.js" } -} +} \ No newline at end of file