From 9670de361b04b7c72baa461aedfc8e99521b6705 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 29 Aug 2021 11:12:46 +0200 Subject: [PATCH 01/10] 0.119.1 --- conf/app.src | 4 ++-- doc/DESCRIPTION.md | 12 ++++++++++++ {screenshots => doc/screenshots}/home.png | Bin manifest.json | 2 +- scripts/restore | 2 -- 5 files changed, 15 insertions(+), 5 deletions(-) create mode 100644 doc/DESCRIPTION.md rename {screenshots => doc/screenshots}/home.png (100%) diff --git a/conf/app.src b/conf/app.src index 41a4ee0..902b990 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/gotson/komga/releases/download/v0.106.1/komga-0.106.1.jar -SOURCE_SUM=53c7c617793acbfb134ed5c3c48c1702761feb67fd6a5478bdf403f3479fc40a +SOURCE_URL=https://github.com/gotson/komga/releases/download/v0.119.1/komga-0.119.1.jar +SOURCE_SUM=a8634d40eab9eb0fe98da263953574ce864f9ac0dee90acfaa018b140fa3e255 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=jar SOURCE_IN_SUBDIR=false diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md new file mode 100644 index 0000000..90ff086 --- /dev/null +++ b/doc/DESCRIPTION.md @@ -0,0 +1,12 @@ +Komga is a free and open source comics/mangas server. + +### Features + +- Browse libraries, series and books via a responsive web UI that works on desktop, tablets and phones +- Organize your library with collections and read lists +- Edit metadata for your series and books +- Import embedded metadata automatically +- Webreader with multiple reading modes +- Manage multiple users, with per-library access control +- Offers a REST API, many community tools and scripts can interact with Komga +- Download book files diff --git a/screenshots/home.png b/doc/screenshots/home.png similarity index 100% rename from screenshots/home.png rename to doc/screenshots/home.png diff --git a/manifest.json b/manifest.json index 3fcd274..ccfb292 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Media server for your comics, manga and magazines", "fr": "Serveur multimédia pour vos bandes dessinées, mangas et magazines" }, - "version": "0.106.1~ynh1", + "version": "0.119.1~ynh1", "url": "https://komga.org", "upstream": { "license": "MIT", diff --git a/scripts/restore b/scripts/restore index 3e106e8..acdf211 100755 --- a/scripts/restore +++ b/scripts/restore @@ -39,8 +39,6 @@ datadir=$(ynh_app_setting_get --app=$app --key=datadir) #================================================= ynh_script_progression --message="Validating restoration parameters..." --weight=1 -ynh_webpath_available --domain=$domain --path_url=$path_url \ - || ynh_die --message="Path not available: ${domain}${path_url}" test ! -d $final_path \ || ynh_die --message="There is already a directory: $final_path " From f52fd05a5754059f0cef79b942df38141826dc34 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Sun, 29 Aug 2021 09:12:51 +0000 Subject: [PATCH 02/10] Auto-update README --- README.md | 20 ++++++++++++++++++-- README_fr.md | 20 ++++++++++++++++++-- 2 files changed, 36 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a992855..40bb987 100644 --- a/README.md +++ b/README.md @@ -15,12 +15,28 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in ## Overview -Media server for your comics, manga and magazines +Komga is a free and open source comics/mangas server. -**Shipped version:** 0.106.1~ynh1 +### Features + +- Browse libraries, series and books via a responsive web UI that works on desktop, tablets and phones +- Organize your library with collections and read lists +- Edit metadata for your series and books +- Import embedded metadata automatically +- Webreader with multiple reading modes +- Manage multiple users, with per-library access control +- Offers a REST API, many community tools and scripts can interact with Komga +- Download book files + + +**Shipped version:** 0.119.1~ynh1 **Demo:** https://demo.komga.org +## Screenshots + +![](./doc/screenshots/home.png) + ## Documentation and resources * Official app website: https://komga.org diff --git a/README_fr.md b/README_fr.md index 7d1da69..fb7801c 100644 --- a/README_fr.md +++ b/README_fr.md @@ -11,12 +11,28 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour ## Vue d'ensemble -Serveur multimédia pour vos bandes dessinées, mangas et magazines +Komga is a free and open source comics/mangas server. -**Version incluse :** 0.106.1~ynh1 +### Features + +- Browse libraries, series and books via a responsive web UI that works on desktop, tablets and phones +- Organize your library with collections and read lists +- Edit metadata for your series and books +- Import embedded metadata automatically +- Webreader with multiple reading modes +- Manage multiple users, with per-library access control +- Offers a REST API, many community tools and scripts can interact with Komga +- Download book files + + +**Version incluse :** 0.119.1~ynh1 **Démo :** https://demo.komga.org +## Captures d'écran + +![](./doc/screenshots/home.png) + ## Documentations et ressources * Site officiel de l'app : https://komga.org From 732118f5f82e96d4185f6a71a9ac0d8965b9cf0c Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 29 Aug 2021 11:14:25 +0200 Subject: [PATCH 03/10] Update DESCRIPTION.md --- doc/DESCRIPTION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index 90ff086..f93d056 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -1,5 +1,5 @@ Komga is a free and open source comics/mangas server. - +w ### Features - Browse libraries, series and books via a responsive web UI that works on desktop, tablets and phones From 6c2baae7c914eaff01682449058d94b8b659ee6c Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Sun, 29 Aug 2021 09:14:38 +0000 Subject: [PATCH 04/10] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 40bb987..5aa282b 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in ## Overview Komga is a free and open source comics/mangas server. - +w ### Features - Browse libraries, series and books via a responsive web UI that works on desktop, tablets and phones diff --git a/README_fr.md b/README_fr.md index fb7801c..3c05a36 100644 --- a/README_fr.md +++ b/README_fr.md @@ -12,7 +12,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour ## Vue d'ensemble Komga is a free and open source comics/mangas server. - +w ### Features - Browse libraries, series and books via a responsive web UI that works on desktop, tablets and phones From c7369d1f9c31cf558a709825b1dd21ab66685462 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 30 Aug 2021 11:36:11 +0200 Subject: [PATCH 05/10] upgrade to 0.119.2 --- conf/app.src | 4 ++-- manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/app.src b/conf/app.src index 902b990..02ba480 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/gotson/komga/releases/download/v0.119.1/komga-0.119.1.jar -SOURCE_SUM=a8634d40eab9eb0fe98da263953574ce864f9ac0dee90acfaa018b140fa3e255 +SOURCE_URL=https://github.com/gotson/komga/releases/download/v0.119.2/komga-0.119.2.jar +SOURCE_SUM=b0df6a8c0bfe1d4ad352de497e59cd661619606a30cea2d1845113373c7113e0 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=jar SOURCE_IN_SUBDIR=false diff --git a/manifest.json b/manifest.json index ccfb292..ec97cfe 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Media server for your comics, manga and magazines", "fr": "Serveur multimédia pour vos bandes dessinées, mangas et magazines" }, - "version": "0.119.1~ynh1", + "version": "0.119.2~ynh1", "url": "https://komga.org", "upstream": { "license": "MIT", From aae2c314db22b084099a2a1916629d1a0fa40555 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Mon, 30 Aug 2021 09:36:17 +0000 Subject: [PATCH 06/10] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5aa282b..5c7bc41 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ w - Download book files -**Shipped version:** 0.119.1~ynh1 +**Shipped version:** 0.119.2~ynh1 **Demo:** https://demo.komga.org diff --git a/README_fr.md b/README_fr.md index 3c05a36..5230efb 100644 --- a/README_fr.md +++ b/README_fr.md @@ -25,7 +25,7 @@ w - Download book files -**Version incluse :** 0.119.1~ynh1 +**Version incluse :** 0.119.2~ynh1 **Démo :** https://demo.komga.org From 779a42d7d25638350a9c35401968316df015f008 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 30 Aug 2021 11:36:30 +0200 Subject: [PATCH 07/10] Update DESCRIPTION.md --- doc/DESCRIPTION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index f93d056..90ff086 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -1,5 +1,5 @@ Komga is a free and open source comics/mangas server. -w + ### Features - Browse libraries, series and books via a responsive web UI that works on desktop, tablets and phones From 371ab3e6eb4dfc37ebfbf8cbc986d3f08bd0992d Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Mon, 30 Aug 2021 09:36:44 +0000 Subject: [PATCH 08/10] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5c7bc41..7b8fe81 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in ## Overview Komga is a free and open source comics/mangas server. -w + ### Features - Browse libraries, series and books via a responsive web UI that works on desktop, tablets and phones diff --git a/README_fr.md b/README_fr.md index 5230efb..00ef1fb 100644 --- a/README_fr.md +++ b/README_fr.md @@ -12,7 +12,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour ## Vue d'ensemble Komga is a free and open source comics/mangas server. -w + ### Features - Browse libraries, series and books via a responsive web UI that works on desktop, tablets and phones From aa3659fbe9e557006b1f1f39b78ac1e0c3603854 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 31 Aug 2021 13:51:26 +0200 Subject: [PATCH 09/10] 1.120.1 --- conf/app.src | 4 ++-- manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/app.src b/conf/app.src index 02ba480..02f5470 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/gotson/komga/releases/download/v0.119.2/komga-0.119.2.jar -SOURCE_SUM=b0df6a8c0bfe1d4ad352de497e59cd661619606a30cea2d1845113373c7113e0 +SOURCE_URL=https://github.com/gotson/komga/releases/download/v0.120.1/komga-0.120.1.jar +SOURCE_SUM=3823c1fe63503ab9928ccafe7f15009820326b5f380b648bbff8254266a29070 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=jar SOURCE_IN_SUBDIR=false diff --git a/manifest.json b/manifest.json index ec97cfe..5bd0fcf 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Media server for your comics, manga and magazines", "fr": "Serveur multimédia pour vos bandes dessinées, mangas et magazines" }, - "version": "0.119.2~ynh1", + "version": "0.120.1~ynh1", "url": "https://komga.org", "upstream": { "license": "MIT", From 270244f6882418538d82af8d1f6cdb65c7aeddad Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Tue, 31 Aug 2021 11:51:32 +0000 Subject: [PATCH 10/10] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b8fe81..4818da9 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Komga is a free and open source comics/mangas server. - Download book files -**Shipped version:** 0.119.2~ynh1 +**Shipped version:** 0.120.1~ynh1 **Demo:** https://demo.komga.org diff --git a/README_fr.md b/README_fr.md index 00ef1fb..67f1ae5 100644 --- a/README_fr.md +++ b/README_fr.md @@ -25,7 +25,7 @@ Komga is a free and open source comics/mangas server. - Download book files -**Version incluse :** 0.119.2~ynh1 +**Version incluse :** 0.120.1~ynh1 **Démo :** https://demo.komga.org