Skip to content

Commit

Permalink
version up
Browse files Browse the repository at this point in the history
  • Loading branch information
mienaiyami committed Mar 29, 2023
1 parent 85ace3e commit f187ada
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
15 changes: 7 additions & 8 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,33 +10,32 @@
## 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).

---

## 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.

---
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.8.1",
"version": "2.9.0",
"description": "App to read manga on desktop",
"main": ".webpack/main",
"author": {
Expand Down
1 change: 1 addition & 0 deletions src/Components/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit f187ada

Please sign in to comment.