Skip to content

Commit 08543d8

Browse files
committed
New: Support for right-to-left and vertical EPUBs
1 parent adf9016 commit 08543d8

6 files changed

Lines changed: 249 additions & 238 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
2020
- Options in OPDS to auto-download files from the catalog [`594d69f`](https://github.com/ollm/OpenComic/commit/594d69f81e3740c0be32e284dac3aed1aba69de9)
2121
- Support for tabs [`d9f7fa0`](https://github.com/ollm/OpenComic/commit/d9f7fa048b743c918c44e077e0bae08705e7b8c0)
2222
- Option to extract document images (PDF and EPUB) [`56b0f4f`](https://github.com/ollm/OpenComic/commit/56b0f4fda8c4b174469a2088c95ab786810d59b1)
23-
- New: Support for fixed-layout EPUBs
23+
- Support for fixed-layout EPUBs [`808c7f6`](https://github.com/ollm/OpenComic/commit/808c7f65eff7178790257d398c6bae818ebd8b17)
24+
- Support for right-to-left and vertical EPUBs
2425

2526
##### 🐛 Bug Fixes
2627

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
"@eslint/js": "^10.0.1",
123123
"@stylistic/eslint-plugin": "^5.9.0",
124124
"@types/electron": "^1.6.12",
125-
"electron": "^41.0.0-beta.7",
125+
"electron": "^41.0.0-beta.8",
126126
"electron-builder": "^26.8.1",
127127
"env-cmd": "^11.0.0",
128128
"eslint": "^10.0.2",

0 commit comments

Comments
 (0)