You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
19
19
- Library Navigation using side mouse buttons [`96f4bb8`](https://github.com/ollm/OpenComic/commit/96f4bb8e0033bd58b78e9ec29155ae332c72ec8b)
20
20
- Move to trash and Delete permanently options [`2737fbe`](https://github.com/ollm/OpenComic/commit/2737fbe2b9a318c9e5a8b27885e153caa5e9b327)
21
21
- Improved reading load and memory usage [`f12cbdb`](https://github.com/ollm/OpenComic/commit/f12cbdbade5e487f5c608e253a6c82b8e7c554a4)
22
+
- Option to set an image from the folder as a poster
Copy file name to clipboardExpand all lines: languages/en.json
+3
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,9 @@
47
47
"deletePoster": "Delete poster",
48
48
"cannotAddPoster": "It is not possible to add the poster if the folder is inside a compressed file, you will have to edit the file using 7-zip, unrar, etc",
49
49
"cannotDeletePoster": "It is not possible to delete the poster if is inside a compressed file, you will have to edit the file using 7-zip, unrar, etc",
50
+
"setAsPoster": "Set image as poster",
51
+
"setAsPosterFolders": "Set image as poster of another folder",
52
+
"posterSetSuccessfully": "The image has been set as poster",
Copy file name to clipboardExpand all lines: languages/es.json
+3
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,9 @@
47
47
"deletePoster": "Eliminar póster",
48
48
"cannotAddPoster": "No es posible añadir el póster si la carpeta está dentro de un archivo comprimido, tendrá que editar el archivo mediante 7-zip, unrar, etc",
49
49
"cannotDeletePoster": "No es posible eliminar el póster si está dentro de un archivo comprimido, tendrá que editar el archivo mediante 7-zip, unrar, etc",
50
+
"setAsPoster": "Usar imagen como póster",
51
+
"setAsPosterFolders": "Usar imagen como poster de otra carpeta",
52
+
"posterSetSuccessfully": "La imagen se ha establecido como póster",
0 commit comments