Skip to content

Commit 24b6494

Browse files
committed
New: Preliminary support for the EPUB format (Alpha)
1 parent de3a9e4 commit 24b6494

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+4467
-233
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,10 @@ body:
5656
- type: textarea
5757
attributes:
5858
label: Additional Information
59-
description: If your problem needs further explanation, please add more information here.
59+
description: If your problem needs further explanation, please add more information here.
60+
- type: textarea
61+
attributes:
62+
label: Sample file
63+
description: If it is related to the bug report.
64+
validations:
65+
required: false

.github/ISSUE_TEMPLATE/feature_request.yml

+6
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,11 @@ body:
2020
attributes:
2121
label: Additional Information
2222
description: Add any other context about the feature here.
23+
validations:
24+
required: false
25+
- type: textarea
26+
attributes:
27+
label: Sample file
28+
description: If it is related to the feature request.
2329
validations:
2430
required: false

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## v1.0.0-beta.5 (dd-mm-yyyy)
8+
9+
##### 🚀 New Features
10+
11+
- Preliminary support for the `EPUB` format (Alpha)
12+
13+
##### 🐛 Bug Fixes
14+
715
## [v1.0.0-beta.4](https://github.com/ollm/OpenComic/releases/tag/v1.0.0-beta.4) (17-10-2023)
816

917
##### 🚀 New Features
@@ -26,7 +34,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
2634
- RAR error on extract with files some special chars (Changed unrar to node-unrar-js) [`694fe27`](https://github.com/ollm/OpenComic/commit/694fe274982c0a9ad2421c6b226abceae1602c3a)
2735
- Cannot open filtered files with the keyboard [`f831749`](https://github.com/ollm/OpenComic/commit/f8317499a40e6fa45a75988ee1bea31a9135c9bf)
2836
- Some display errors when applying global zoom [`92b28c2`](https://github.com/ollm/OpenComic/commit/92b28c24f1a00544264fac03a336ad8268553fd5)
29-
- Reading progress was saved in different location when activating show full path
37+
- Reading progress was saved in different location when activating show full path [`72e8cc1`](https://github.com/ollm/OpenComic/commit/72e8cc146b364d7772d6494a1e2390900505de7a)
3038

3139
## [v1.0.0-beta.3](https://github.com/ollm/OpenComic/releases/tag/v1.0.0-beta.3) (09-10-2023)
3240

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,18 @@
2929
## Features
3030

3131
- 🖼 Support this image formats: `JPG`, `PNG`, `APNG`, `AVIF`, `WEBP`, `GIF`, `SVG`, `BMP`, `ICO`
32-
- 🗄 Support this compressed formats: `PDF`, `RAR`, `ZIP`, `7Z`, `TAR`, `CBR`, `CBZ`, `CB7`, `CBT`
32+
- 🗄 Support this compressed formats: `RAR`, `ZIP`, `7Z`, `TAR`, `CBR`, `CBZ`, `CB7`, `CBT`
33+
- 📄 Support this documents/ebook formats: `PDF`, `EPUB` (Alpha)
3334
- 📁 Master folders support
3435
- 🇯🇵 Manga read mode
3536
- 🇰🇷 Webtoon read mode
3637
- 📖 Double page view
3738
- 🔖 Bookmarks and continue reading
3839
- 🔍 Floating magnifying glass
3940
- 🖱 Reading in scroll or slide
40-
- ⚪ Adjust the brightness, saturation, contrast, sepia and invert colors
41+
- ⚪ Adjust the brightness, saturation, contrast, sepia, negative and invert colors
4142
- 🎨 Colorize black and white images
42-
- 🔄 Tracking with sites
43+
- 🔄 Tracking with sites (AniList)
4344
- 🎮 Gamepad navigation
4445

4546
You can see the changes between versions in the [Changelog 📝](https://github.com/ollm/OpenComic/blob/master/CHANGELOG.md)

languages/ca.json

+28-1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
"pages": {
6868
"main": "Pàgines",
6969
"pageLayout": "Disseny de pàgina",
70+
"ebookLayout": "Disseny de l'eBook",
7071
"colorFilters": "Filtres de color",
7172
"slide": "Lectura horitzontal",
7273
"scroll": "Lectura vertical",
@@ -92,6 +93,7 @@
9293
"contrast": "Contrast",
9394
"sepia": "Sèpia",
9495
"invert": "Invertir",
96+
"negative": "",
9597
"hueRotate": "Rotació de tonalitat",
9698
"tone": "To",
9799
"colorize": "Coloritzar",
@@ -103,7 +105,32 @@
103105
"fromImage": "Color des d'una imatge",
104106
"savedPresets": "Preajustaments guardats",
105107
"multipleTonePresets": "Preajustaments de múltiples tons",
106-
"oneTonePresets": "Preajustaments d'un sol to"
108+
"oneTonePresets": "Preajustaments d'un sol to",
109+
"integrated": "",
110+
"ebookTheme": "",
111+
"fontSize": "",
112+
"fontFamily": "",
113+
"useEbookFont": "",
114+
"useEbookTheme": "",
115+
"useAppTheme": "",
116+
"fontWeight": "",
117+
"bold": "",
118+
"italic": "",
119+
"textAlign": "",
120+
"textCenter": "",
121+
"textJustify": "",
122+
"textLeft": "",
123+
"textRight": "",
124+
"maxWidth": "",
125+
"letterSpacing": "",
126+
"wordSpacing": "",
127+
"paragraphSpacing": "",
128+
"paragraphLineHeight": "",
129+
"lineHeight": "",
130+
"textColors": "",
131+
"text": "",
132+
"links": "",
133+
"background": ""
107134
},
108135
"magnifyingGlass": {
109136
"main": "Lupa",

languages/cs.json

+28-1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
"pages": {
6868
"main": "Stránky",
6969
"pageLayout": "",
70+
"ebookLayout": "",
7071
"colorFilters": "",
7172
"slide": "Režim Prezentace",
7273
"scroll": "Režim Vertikální Čtečka",
@@ -92,6 +93,7 @@
9293
"contrast": "",
9394
"sepia": "",
9495
"invert": "",
96+
"negative": "",
9597
"hueRotate": "",
9698
"tone": "",
9799
"colorize": "",
@@ -103,7 +105,32 @@
103105
"fromImage": "",
104106
"savedPresets": "",
105107
"multipleTonePresets": "",
106-
"oneTonePresets": ""
108+
"oneTonePresets": "",
109+
"integrated": "",
110+
"ebookTheme": "",
111+
"fontSize": "",
112+
"fontFamily": "",
113+
"useEbookFont": "",
114+
"useEbookTheme": "",
115+
"useAppTheme": "",
116+
"fontWeight": "",
117+
"bold": "",
118+
"italic": "",
119+
"textAlign": "",
120+
"textCenter": "",
121+
"textJustify": "",
122+
"textLeft": "",
123+
"textRight": "",
124+
"maxWidth": "",
125+
"letterSpacing": "",
126+
"wordSpacing": "",
127+
"paragraphSpacing": "",
128+
"paragraphLineHeight": "",
129+
"lineHeight": "",
130+
"textColors": "",
131+
"text": "",
132+
"links": "",
133+
"background": ""
107134
},
108135
"magnifyingGlass": {
109136
"main": "Lupa",

languages/de.json

+28-1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
"pages": {
6868
"main": "Seiten",
6969
"pageLayout": "",
70+
"ebookLayout": "",
7071
"colorFilters": "",
7172
"slide": "Slide Reader",
7273
"scroll": "Vertikaler Reader",
@@ -92,6 +93,7 @@
9293
"contrast": "",
9394
"sepia": "",
9495
"invert": "",
96+
"negative": "",
9597
"hueRotate": "",
9698
"tone": "",
9799
"colorize": "",
@@ -103,7 +105,32 @@
103105
"fromImage": "",
104106
"savedPresets": "",
105107
"multipleTonePresets": "",
106-
"oneTonePresets": ""
108+
"oneTonePresets": "",
109+
"integrated": "",
110+
"ebookTheme": "",
111+
"fontSize": "",
112+
"fontFamily": "",
113+
"useEbookFont": "",
114+
"useEbookTheme": "",
115+
"useAppTheme": "",
116+
"fontWeight": "",
117+
"bold": "",
118+
"italic": "",
119+
"textAlign": "",
120+
"textCenter": "",
121+
"textJustify": "",
122+
"textLeft": "",
123+
"textRight": "",
124+
"maxWidth": "",
125+
"letterSpacing": "",
126+
"wordSpacing": "",
127+
"paragraphSpacing": "",
128+
"paragraphLineHeight": "",
129+
"lineHeight": "",
130+
"textColors": "",
131+
"text": "",
132+
"links": "",
133+
"background": ""
107134
},
108135
"magnifyingGlass": {
109136
"main": "Leselupe",

languages/en.json

+28-1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
"pages": {
6868
"main": "Pages",
6969
"pageLayout": "Page layout",
70+
"ebookLayout": "eBook layout",
7071
"colorFilters": "Color filters",
7172
"slide": "Slide Reader",
7273
"scroll": "Vertical Reader",
@@ -92,6 +93,7 @@
9293
"contrast": "Contrast",
9394
"sepia": "Sepia",
9495
"invert": "Invert",
96+
"negative": "Negative",
9597
"hueRotate": "Hue rotate",
9698
"tone": "Tone",
9799
"colorize": "Colorize",
@@ -103,7 +105,32 @@
103105
"fromImage": "Color from an image",
104106
"savedPresets": "Saved presets",
105107
"multipleTonePresets": "Multiple tone presets",
106-
"oneTonePresets": "One tone presets"
108+
"oneTonePresets": "One tone presets",
109+
"integrated": "Integrated",
110+
"ebookTheme": "eBook theme",
111+
"fontSize": "Font size",
112+
"fontFamily": "Font family",
113+
"useEbookFont": "Use the eBook font",
114+
"useEbookTheme": "Use the eBook theme",
115+
"useAppTheme": "Use the app theme",
116+
"fontWeight": "Font weight",
117+
"bold": "Bold",
118+
"italic": "Italic",
119+
"textAlign": "Text align",
120+
"textCenter": "Center",
121+
"textJustify": "Justify",
122+
"textLeft": "Left",
123+
"textRight": "Right",
124+
"maxWidth": "Max width",
125+
"letterSpacing": "Letter spacing",
126+
"wordSpacing": "Word spacing",
127+
"paragraphSpacing": "Paragraph spacing",
128+
"paragraphLineHeight": "Paragraph line height",
129+
"lineHeight": "Line height",
130+
"textColors": "Text colors",
131+
"text": "Text",
132+
"links": "Links",
133+
"background": "Background"
107134
},
108135
"magnifyingGlass": {
109136
"main": "Magnifying glass",

languages/es.json

+28-1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
"pages": {
6868
"main": "Páginas",
6969
"pageLayout": "Diseño de página",
70+
"ebookLayout": "Diseño del eBook",
7071
"colorFilters": "Filtros de color",
7172
"slide": "Lectura horizontal",
7273
"scroll": "Lectura vertical",
@@ -92,6 +93,7 @@
9293
"contrast": "Contraste",
9394
"sepia": "Sepia",
9495
"invert": "Invertir",
96+
"negative": "",
9597
"hueRotate": "Rotación de tono",
9698
"tone": "Tono",
9799
"colorize": "Colorear",
@@ -103,7 +105,32 @@
103105
"fromImage": "Color desde una imagen",
104106
"savedPresets": "Preajustes guardados",
105107
"multipleTonePresets": "Preajustes de múltiples tonos",
106-
"oneTonePresets": "Preajustes de un solo tono"
108+
"oneTonePresets": "Preajustes de un solo tono",
109+
"integrated": "",
110+
"ebookTheme": "",
111+
"fontSize": "",
112+
"fontFamily": "",
113+
"useEbookFont": "",
114+
"useEbookTheme": "",
115+
"useAppTheme": "",
116+
"fontWeight": "",
117+
"bold": "",
118+
"italic": "",
119+
"textAlign": "",
120+
"textCenter": "",
121+
"textJustify": "",
122+
"textLeft": "",
123+
"textRight": "",
124+
"maxWidth": "",
125+
"letterSpacing": "",
126+
"wordSpacing": "",
127+
"paragraphSpacing": "",
128+
"paragraphLineHeight": "",
129+
"lineHeight": "",
130+
"textColors": "",
131+
"text": "",
132+
"links": "",
133+
"background": ""
107134
},
108135
"magnifyingGlass": {
109136
"main": "Lupa",

languages/fr.json

+28-1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
"pages": {
6868
"main": "Pages",
6969
"pageLayout": "",
70+
"ebookLayout": "",
7071
"colorFilters": "",
7172
"slide": "Lecture horizontale",
7273
"scroll": "Lecture verticale",
@@ -92,6 +93,7 @@
9293
"contrast": "",
9394
"sepia": "",
9495
"invert": "",
96+
"negative": "",
9597
"hueRotate": "",
9698
"tone": "",
9799
"colorize": "",
@@ -103,7 +105,32 @@
103105
"fromImage": "",
104106
"savedPresets": "",
105107
"multipleTonePresets": "",
106-
"oneTonePresets": ""
108+
"oneTonePresets": "",
109+
"integrated": "",
110+
"ebookTheme": "",
111+
"fontSize": "",
112+
"fontFamily": "",
113+
"useEbookFont": "",
114+
"useEbookTheme": "",
115+
"useAppTheme": "",
116+
"fontWeight": "",
117+
"bold": "",
118+
"italic": "",
119+
"textAlign": "",
120+
"textCenter": "",
121+
"textJustify": "",
122+
"textLeft": "",
123+
"textRight": "",
124+
"maxWidth": "",
125+
"letterSpacing": "",
126+
"wordSpacing": "",
127+
"paragraphSpacing": "",
128+
"paragraphLineHeight": "",
129+
"lineHeight": "",
130+
"textColors": "",
131+
"text": "",
132+
"links": "",
133+
"background": ""
107134
},
108135
"magnifyingGlass": {
109136
"main": "Loupe",

0 commit comments

Comments
 (0)