Skip to content

Commit e8cc79c

Browse files
committed
New: Option to move zoom and scroll whit mouse
1 parent 92b28c2 commit e8cc79c

21 files changed

+326
-133
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1212
- Option to start reading in full screen [`cf3de6e`](https://github.com/ollm/OpenComic/commit/cf3de6ed737189b53474a30e277245b988ee5d99)
1313
- Option to start OpenComic directly in last reading [`00cb8c7`](https://github.com/ollm/OpenComic/commit/00cb8c7da9eb8345aaec8faa3b5c91953c2350dd)
1414
- Recently opened page [`d2f3065`](https://github.com/ollm/OpenComic/commit/d2f30653f506993a45e49ad5e7e5e8434c33a9be)
15+
- Option to move zoom and scroll whit mouse
1516

1617
##### 🐛 Bug Fixes
1718

@@ -20,7 +21,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
2021
- Extract large RAR and ZIP files blocks the app for a while [`adbdced`](https://github.com/ollm/OpenComic/commit/adbdceda278e6184bc477581be9a25b8fc0f166b)
2122
- RAR error on extract with files some special chars (Changed unrar to node-unrar-js) [`694fe27`](https://github.com/ollm/OpenComic/commit/694fe274982c0a9ad2421c6b226abceae1602c3a)
2223
- Cannot open filtered files with the keyboard [`f831749`](https://github.com/ollm/OpenComic/commit/f8317499a40e6fa45a75988ee1bea31a9135c9bf)
23-
- Some display errors when applying global zoom
24+
- Some display errors when applying global zoom [`92b28c2`](https://github.com/ollm/OpenComic/commit/92b28c24f1a00544264fac03a336ad8268553fd5)
2425

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

languages/ca.json

+2
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,8 @@
142142
"main": "Preferències de lectura",
143143
"maxMargin": "Marge horitzontal i vertical màxim",
144144
"globalZoom": "Aplica un zoom global en comptes d'imatge a imatge (Només en lectura vertical)",
145+
"moveZoomWithMouse": "Moure el zoom mitjançant el cursor (Desactiva moure mitjançant arrossegar i deixar anar)",
146+
"scrollWithMouse": "Realitzar desplaçament movent el cursor per les vores de la pantalla (Desactiva desplaçament mitjançant arrossegar i deixar anar)",
145147
"startReadingInFullScreen": "Comença la lectura a pantalla completa",
146148
"trackingAtTheEnd": "Seguiment al final del capítol/tom"
147149
},

languages/cs.json

+2
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,8 @@
142142
"main": "",
143143
"maxMargin": "",
144144
"globalZoom": "",
145+
"moveZoomWithMouse": "",
146+
"scrollWithMouse": "",
145147
"startReadingInFullScreen": "",
146148
"trackingAtTheEnd": ""
147149
},

languages/de.json

+2
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,8 @@
142142
"main": "",
143143
"maxMargin": "",
144144
"globalZoom": "",
145+
"moveZoomWithMouse": "",
146+
"scrollWithMouse": "",
145147
"startReadingInFullScreen": "",
146148
"trackingAtTheEnd": ""
147149
},

languages/en.json

+2
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,8 @@
142142
"main": "Reading preferences",
143143
"maxMargin": "Maximum horizontal and vertical margin",
144144
"globalZoom": "Applies a global zoom instead of image by image (Only in vertical reading)",
145+
"moveZoomWithMouse": "Move zoom using cursor (Disables moving by drag and drop)",
146+
"scrollWithMouse": "Scroll by moving the cursor along the edges of the screen (Disables drag and drop scrolling)",
145147
"startReadingInFullScreen": "Start reading in full screen",
146148
"trackingAtTheEnd": "Tracking at the end of the chapter/volume"
147149
},

languages/es.json

+2
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,8 @@
142142
"main": "Preferencias de lectura",
143143
"maxMargin": "Margen horizontal y vertical máximo",
144144
"globalZoom": "Aplica un zoom global en vez de imagen a imagen (Solo en lectura vertical)",
145+
"moveZoomWithMouse": "Mover el zoom mediante el cursor (Desactiva mover mediante arrastrar y soltar)",
146+
"scrollWithMouse": "Realizar desplazamiento moviendo el cursor por los bordes de la pantalla (Desactiva desplazamiento mediante arrastrar y soltar)",
145147
"startReadingInFullScreen": "Empieza la lectura en pantalla completa",
146148
"trackingAtTheEnd": "Seguimiento al final del capítulo/tomo"
147149
},

languages/fr.json

+2
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,8 @@
142142
"main": "",
143143
"maxMargin": "",
144144
"globalZoom": "",
145+
"moveZoomWithMouse": "",
146+
"scrollWithMouse": "",
145147
"startReadingInFullScreen": "",
146148
"trackingAtTheEnd": ""
147149
},

languages/hu.json

+2
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,8 @@
142142
"main": "",
143143
"maxMargin": "",
144144
"globalZoom": "",
145+
"moveZoomWithMouse": "",
146+
"scrollWithMouse": "",
145147
"startReadingInFullScreen": "",
146148
"trackingAtTheEnd": ""
147149
},

languages/it.json

+2
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,8 @@
142142
"main": "",
143143
"maxMargin": "",
144144
"globalZoom": "",
145+
"moveZoomWithMouse": "",
146+
"scrollWithMouse": "",
145147
"startReadingInFullScreen": "",
146148
"trackingAtTheEnd": ""
147149
},

languages/ja.json

+2
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,8 @@
142142
"main": "",
143143
"maxMargin": "",
144144
"globalZoom": "",
145+
"moveZoomWithMouse": "",
146+
"scrollWithMouse": "",
145147
"startReadingInFullScreen": "",
146148
"trackingAtTheEnd": ""
147149
},

languages/pt-br.json

+2
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,8 @@
142142
"main": "",
143143
"maxMargin": "",
144144
"globalZoom": "",
145+
"moveZoomWithMouse": "",
146+
"scrollWithMouse": "",
145147
"startReadingInFullScreen": "",
146148
"trackingAtTheEnd": ""
147149
},

languages/ru.json

+2
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,8 @@
142142
"main": "",
143143
"maxMargin": "",
144144
"globalZoom": "",
145+
"moveZoomWithMouse": "",
146+
"scrollWithMouse": "",
145147
"startReadingInFullScreen": "",
146148
"trackingAtTheEnd": ""
147149
},

languages/vi.json

+2
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,8 @@
142142
"main": "",
143143
"maxMargin": "",
144144
"globalZoom": "",
145+
"moveZoomWithMouse": "",
146+
"scrollWithMouse": "",
145147
"startReadingInFullScreen": "",
146148
"trackingAtTheEnd": ""
147149
},

languages/zh-hans.json

+2
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,8 @@
142142
"main": "",
143143
"maxMargin": "",
144144
"globalZoom": "",
145+
"moveZoomWithMouse": "",
146+
"scrollWithMouse": "",
145147
"startReadingInFullScreen": "",
146148
"trackingAtTheEnd": ""
147149
},

languages/zh-hant.json

+2
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,8 @@
142142
"main": "",
143143
"maxMargin": "",
144144
"globalZoom": "",
145+
"moveZoomWithMouse": "",
146+
"scrollWithMouse": "",
145147
"startReadingInFullScreen": "",
146148
"trackingAtTheEnd": ""
147149
},

0 commit comments

Comments
 (0)