Skip to content

Commit

Permalink
version up
Browse files Browse the repository at this point in the history
  • Loading branch information
mienaiyami committed May 6, 2023
1 parent 631561b commit 1f3b4b4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 13 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Yomikiru

Offline Manga/Manhwa/EPub Reader (not a downloader). Manga Reader for people who prefer to download manga/manhwa(from services like hakuneko/tachidesk) then read offline.
Offline Manga/Manhwa/Comic/EPub Reader (not a downloader). Reading app for people who prefer to download manga/manhwa(from services like hakuneko/tachidesk) then read offline.

[![Github Latest Release](https://img.shields.io/github/v/tag/mienaiyami/yomikiru?label=release&style=flat-square&logo=github)](https://github.com/mienaiyami/yomikiru/releases/latest) |
[![Github All Releases](https://img.shields.io/github/downloads/mienaiyami/yomikiru/total.svg?style=flat-square&logo=github)](https://github.com/mienaiyami/yomikiru/releases)

## Features
## Features(not limited to)

- **New EPub reader(experimental).**
- **EPub reader**
- Lightweight, take low cpu and ram when running.
- Supports most image formats (`".jpg", ".jpeg", ".png", ".webp", ".svg", ".apng", ".gif", ".avif"`) and archive (`.zip, .cbz`)
- Create multiple instances.
Expand Down
17 changes: 8 additions & 9 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,33 +9,32 @@
---
## Note

**Epub reader available**

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

- EPUB:
- Zen mode.
- Fix wrong depth in epub file.
- EPub:
- margin+width default for <HR>
- limit img height to viewport option.
- option to disable to paragraph indent.
- added support for URL with `#` / fragment.

## Changed

- UI Enhancements, Slider for theme opacity in theme maker.
- Removed dependency on epub TOC depth.
- UI Enhancements.
- Changed lower limit of some epub settings to `0` from `0.1` .


## Fixed

- #103, #105
- fixed #107,#111,#112,#113,#114,#115,#118,#121,#122,#123.

---

#### Todo

- EPUB: History+Bookmark.
- Write tests.
- Add ability to change image quality in canvas mode for less RAM usage and performance.

Expand Down
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.10.3",
"version": "2.10.4",
"description": "App to read manga/comic/epub offline on desktop",
"main": ".webpack/main",
"author": {
Expand Down

0 comments on commit 1f3b4b4

Please sign in to comment.