Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mienaiyami committed Jun 21, 2023
1 parent 28a1e71 commit ee6c634
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 17 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Offline Manga/Manhwa/Comic/EPub Reader (not a downloader/host).
## Features(not limited to)

- Lightweight, take low cpu and ram when running.
- 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`.**
- 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`.**
- Create multiple instances of reader.
- Multiple useful and customizable shortcuts.
- Scroll with keys and two available custom scrolling speed.
Expand Down
25 changes: 12 additions & 13 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,24 @@

## Added

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

## Changed

- UI Enhancements.
- Updated electron/chromium version.
- Clear history moved to settings.
- Downgraded electron/chromium version.
- Update checker, b0322f32a7938857a35ec436f91f37693a8133dd.


## Fixed

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

---
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.12.1",
"version": "2.12.2",
"description": "App to read manga / comic / epub offline on desktop",
"main": ".webpack/main",
"author": {
Expand Down
2 changes: 0 additions & 2 deletions src/Components/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -644,8 +644,6 @@ const Settings = (): ReactElement => {
window.fs.readFileSync(opt[0], "utf8")
);
const dataToAdd: ThemeData[] = [];
//todo: check if in righgt format, if is like themes.json or just allData
// commit msg: fixed bookmark impot issue +...
let importedCount = 0;
const existingThemeNames = allThemes.map((e) => e.name);
if (!(data instanceof Array)) {
Expand Down

0 comments on commit ee6c634

Please sign in to comment.