Skip to content

Commit

Permalink
New: Option in the context menu to add and remove posters using local…
Browse files Browse the repository at this point in the history
… artwork assets
  • Loading branch information
ollm committed Sep 7, 2023
1 parent 9347fbe commit e8a1745
Show file tree
Hide file tree
Showing 17 changed files with 780 additions and 584 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### 🚀 New Features

- Open file location in context menu [`339bcc0`](https://github.com/ollm/OpenComic/commit/339bcc0b21eab52228b7762c92c993d06489aa48)
- Option in the context menu to add and remove posters using local artwork assets

### 🐛 Bug Fixes

- Gamepad icons not showing in distribution version [`249640d`](https://github.com/ollm/OpenComic/commit/249640d57f3d5768661b63c0ddf8525a02e44d25)
- Go back in gamepad menus [`b2719e5`](https://github.com/ollm/OpenComic/commit/b2719e5e782659f249ce7a6ba6c8b94fe40a3407)
- Wrong detection of folder images in some cases [`425a137`](https://github.com/ollm/OpenComic/commit/425a137333114739cb4f0b1e92e4606f2c9da87c)
- Ignore first gamepad and keyboard event in browsing
- Ignore first gamepad and keyboard event in browsing [`9347fbe`](https://github.com/ollm/OpenComic/commit/9347fbe628143e688f956ed0950510a2265c02e2)

## [v1.0.0-beta.2](https://github.com/ollm/OpenComic/releases/tag/v1.0.0-beta.2) (03-09-2023)

Expand Down
7 changes: 7 additions & 0 deletions languages/ca.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"and": "i",
"comics": "Còmics",
"collection": "Col·lecció",
"library": "Biblioteca",
"images": "Imatges",
"sort": {
"main": "Ordenar",
"name": "Nom",
Expand All @@ -22,6 +24,11 @@
"contextMenu": {
"remove": "Retirar",
"openFileLocation": "Obre la ubicació del fitxer",
"addPoster": "Afegeix pòster",
"changePoster": "Canviar el pòster",
"deletePoster": "Esborrar pòster",
"cannotAddPoster": "No es pot afegir el pòster si la carpeta és dins d'un fitxer comprimit, haurà d'editar el fitxer mitjançant 7-zip, unrar, etc",
"cannotDeletePoster": "No es pot esborrar el pòster si està dins d'un fitxer comprimit, haurà d'editar el fitxer mitjançant 7-zip, unrar, etc",
"closeApp": "Tancar OpenComic"
},
"back": "Enrere",
Expand Down
7 changes: 7 additions & 0 deletions languages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"and": "and",
"comics": "Comics",
"collection": "Collection",
"library": "Library",
"images": "Images",
"sort": {
"main": "Sort",
"name": "Name",
Expand All @@ -22,6 +24,11 @@
"contextMenu": {
"remove": "Remove",
"openFileLocation": "Open file location",
"addPoster": "Add poster",
"changePoster": "Change poster",
"deletePoster": "Delete poster",
"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",
"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",
"closeApp": "Close OpenComic"
},
"back": "Back",
Expand Down
7 changes: 7 additions & 0 deletions languages/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"and": "y",
"comics": "Cómics",
"collection": "Colección",
"library": "Biblioteca",
"images": "Imágenes",
"sort": {
"main": "Ordenar",
"name": "Nombre",
Expand All @@ -22,6 +24,11 @@
"contextMenu": {
"remove": "Retirar",
"openFileLocation": "Abrir localización de archivo",
"addPoster": "Añadir póster",
"changePoster": "Cambiar póster",
"deletePoster": "Eliminar póster",
"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",
"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",
"closeApp": "Cerrar OpenComic"
},
"back": "Atrás",
Expand Down

0 comments on commit e8a1745

Please sign in to comment.