Skip to content

Commit 2b98eb3

Browse files
committed
Fix: Update electron to fix white lines in Webtoon mode
1 parent 7519ac5 commit 2b98eb3

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88

99
##### 🚀 New Features
1010

11-
- Allow disabling `Do not enlarge more than its original size` in Webtoon mode
11+
- Allow disabling `Do not enlarge more than its original size` in Webtoon mode [`7519ac5`](https://github.com/ollm/OpenComic/commit/7519ac5cd0ac4407a4d0edec7e7a3e2a76832f84)
1212

1313
##### 🐛 Bug Fixes
1414

@@ -17,6 +17,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1717
- Error opening an OPDS Catalog [`d80c2da`](https://github.com/ollm/OpenComic/commit/d80c2dae6f18f3244aa17805f04bbb852181e112)
1818
- Correct support Komga OPDS server [`0ae69bf`](https://github.com/ollm/OpenComic/commit/0ae69bf29612ef667cf944bf07ab8e7e488fd60c)
1919
- Some mime types are not correct detected [`baa8397`](https://github.com/ollm/OpenComic/commit/baa8397da5f33b5129607bbcc368c4eb782bc4e9)
20+
- Update electron to fix white lines in Webtoon mode
2021

2122
## [v1.5.0](https://github.com/ollm/OpenComic/releases/tag/v1.5.0) (19-06-2025)
2223

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
@@ -114,7 +114,7 @@
114114
"webdav": "^5.8.0"
115115
},
116116
"devDependencies": {
117-
"electron": "^36.5.0",
117+
"electron": "^37.0.0-beta.8",
118118
"electron-builder": "^26.0.17",
119119
"env-cmd": "^10.1.0",
120120
"install": "^0.13.0",

0 commit comments

Comments
 (0)