Skip to content

Commit

Permalink
version up
Browse files Browse the repository at this point in the history
  • Loading branch information
mienaiyami committed Feb 27, 2023
1 parent e77e3a4 commit db397aa
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 13 deletions.
27 changes: 15 additions & 12 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

---
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.7.2",
"version": "2.8.0",
"description": "App to read manga on desktop",
"main": ".webpack/main",
"author": {
Expand Down

0 comments on commit db397aa

Please sign in to comment.