Skip to content

Commit ee6c634

Browse files
committed
version bump
1 parent 28a1e71 commit ee6c634

File tree

4 files changed

+14
-17
lines changed

4 files changed

+14
-17
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Offline Manga/Manhwa/Comic/EPub Reader (not a downloader/host).
1616
## Features(not limited to)
1717

1818
- Lightweight, take low cpu and ram when running.
19-
- Supports most image formats (`".jpg", ".jpeg", ".png", ".webp", ".svg", ".apng", ".gif", ".avif"`) and archive (`.zip, .cbz`,`.7z`). `.rar` won't supported and `.pdf` supported coming soon. **It is recommended to use folder as chapters instead of archives like `.zip`, `.cbz`.**
19+
- Supports most image formats (`".jpg", ".jpeg", ".png", ".webp", ".svg", ".apng", ".gif", ".avif"`) and archive (`.zip, .cbz`,`.7z`) and `.pdf` (only as images, non clickable). `.rar` won't be supported. **It is recommended to use folder as chapters instead of archives like `.zip`, `.cbz`.**
2020
- Create multiple instances of reader.
2121
- Multiple useful and customizable shortcuts.
2222
- Scroll with keys and two available custom scrolling speed.

changelog.md

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,24 @@
44

55
## Added
66

7-
- Automated release for windows and linux(debian).
8-
- EPUB:
9-
- Shortcut keys for font size (epub), #172.
10-
- Quick access font family, #175.
11-
- Custom font weight.
12-
- Better search for bookmark/history tabs.
13-
- 7zip(.7z) support, #171.
14-
- Drag and Drop (file and folder) support, #171.
7+
- PDF support (only as image) and PDF quality control.
8+
- Invert image color in manga reader.
9+
- Better epub history.
10+
- Export theme option, options to make theme sharing easier.
1511

1612
## Changed
1713

1814
- UI Enhancements.
19-
- Updated electron/chromium version.
20-
- Clear history moved to settings.
15+
- Downgraded electron/chromium version.
16+
- Update checker, b0322f32a7938857a35ec436f91f37693a8133dd.
17+
2118

2219
## Fixed
2320

24-
- Location tab's url changed after opening manga with "Open without button..." enabled.
25-
- Clicking on sides does not change chapter in epub at 100% on small screens, #174.
26-
- Epub sidelist not focusing to current chapter, #177.
21+
- Linux app not launching.
22+
- Cant use color filters with fit options.
23+
- Drag and drop errors, #181, #182.
24+
- Window 7 error, #184.
25+
- Bookmark import issue.
2726

2827
---

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "yomikiru",
33
"productName": "Yomikiru",
4-
"version": "2.12.1",
4+
"version": "2.12.2",
55
"description": "App to read manga / comic / epub offline on desktop",
66
"main": ".webpack/main",
77
"author": {

src/Components/Settings.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -644,8 +644,6 @@ const Settings = (): ReactElement => {
644644
window.fs.readFileSync(opt[0], "utf8")
645645
);
646646
const dataToAdd: ThemeData[] = [];
647-
//todo: check if in righgt format, if is like themes.json or just allData
648-
// commit msg: fixed bookmark impot issue +...
649647
let importedCount = 0;
650648
const existingThemeNames = allThemes.map((e) => e.name);
651649
if (!(data instanceof Array)) {

0 commit comments

Comments
 (0)