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 0e28765 commit 9f4630f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
13 changes: 5 additions & 8 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,22 @@
## Note

- App name will be changing to "Yomikiru". Support for app with name as "Manga Reader" will end in April 2024.
- **Change in App theme system so some issues expected, please report.**
- **Change in App theme system so some issues are 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

- New theme system;
<!-- ## Added -->

## Changed

- UI Enhancements : remove zip/cbz from title name.
- Removed "?" from Next/Prev on chapter changer screen.
- Apply theme without need for refresh.
- UI Enhancements.

## Fixed

- #75.
- System buttons don't scale with ctrl +- zoom.
- #82 and UI Fixes.

---

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "yomikiru",
"productName": "Yomikiru",
"version": "2.9.0",
"description": "App to read manga on desktop",
"version": "2.9.1",
"description": "App to read manga/comic offline on desktop",
"main": ".webpack/main",
"author": {
"name": "mienaiyami <https://github.com/mienaiyami/yomikiru>"
Expand Down
2 changes: 1 addition & 1 deletion src/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ body {
overflow: hidden;

.icon {
color: var(--icon-color);
color: var(--icon-color) !important;
}

button {
Expand Down

0 comments on commit 9f4630f

Please sign in to comment.