diff --git a/README.md b/README.md index 4b12878..f0694c2 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Funkwhale is a community-driven project that lets you listen and share music and audio within a decentralized, open network. -**Shipped version:** 1.2.6~ynh1 +**Shipped version:** 1.2.7~ynh1 **Demo:** https://demo.funkwhale.audio @@ -27,8 +27,7 @@ Funkwhale is a community-driven project that lets you listen and share music and ## Disclaimers / important information -* Any known limitations, constrains or stuff not working, such as (but not limited to): - * Installation requires a dedicated domain or subdomain. Installing in a subpath is not supported by the upstream project due to dependency requirements. +* Installation requires a dedicated domain or subdomain. Installing in a subpath is not supported by the upstream project due to dependency requirements. * Admin diff --git a/README_fr.md b/README_fr.md index 6e5e84d..79f4dcf 100644 --- a/README_fr.md +++ b/README_fr.md @@ -17,7 +17,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Funkwhale est un projet communautaire qui vous permet d'écouter et de partager de la musique et de l'audio au sein d'un réseau ouvert et décentralisé. -**Version incluse :** 1.2.6~ynh1 +**Version incluse :** 1.2.7~ynh1 **Démo :** https://demo.funkwhale.audio diff --git a/conf/api.src b/conf/api.src index 591f91a..ebac8b8 100644 --- a/conf/api.src +++ b/conf/api.src @@ -1,7 +1,7 @@ -SOURCE_URL=https://dev.funkwhale.audio/funkwhale/funkwhale/-/jobs/artifacts/1.2.6-1/download?job=build_api -SOURCE_SUM=789ede99df07cd7a2a1ae511a768c1f5b3a15900edecb0612916eea40127d62a +SOURCE_URL=https://dev.funkwhale.audio/funkwhale/funkwhale/-/jobs/artifacts/1.2.7/download?job=build_api +SOURCE_SUM=9bf003b3427b236df2fa322e9af7e72b4982934ea0b7add4134735739fa9966d SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=api_1.2.6-1.zip +SOURCE_FILENAME=api_stable.zip SOURCE_EXTRACT=true diff --git a/conf/front.src b/conf/front.src index 5a3c83f..990b83f 100644 --- a/conf/front.src +++ b/conf/front.src @@ -1,7 +1,7 @@ -SOURCE_URL=https://dev.funkwhale.audio/funkwhale/funkwhale/builds/artifacts/1.2.6-1/download?job=build_front -SOURCE_SUM=ecd0b32888f95eae77aea9ead32ffa820c30a3667d81ab737f85da85fc0b1c43 +SOURCE_URL=https://dev.funkwhale.audio/funkwhale/funkwhale/builds/artifacts/1.2.7/download?job=build_front +SOURCE_SUM=5a178160939d4189aacb0d1b3acd743df233f3d34d73e6bedeb573b34f5baec7 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=front_1.2.6-1.zip +SOURCE_FILENAME=front_stable.zip SOURCE_EXTRACT=true diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md index cf5cac1..e5b11b6 100644 --- a/doc/DISCLAIMER.md +++ b/doc/DISCLAIMER.md @@ -1,5 +1,4 @@ -* Any known limitations, constrains or stuff not working, such as (but not limited to): - * Installation requires a dedicated domain or subdomain. Installing in a subpath is not supported by the upstream project due to dependency requirements. +* Installation requires a dedicated domain or subdomain. Installing in a subpath is not supported by the upstream project due to dependency requirements. * Admin diff --git a/doc/screenshots/screenshot1.png b/doc/screenshots/screenshot1.png index a4f9f9d..89bf2cd 100644 Binary files a/doc/screenshots/screenshot1.png and b/doc/screenshots/screenshot1.png differ diff --git a/manifest.json b/manifest.json index 0bd4289..4f0bc8b 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Modern, convivial and free music server", "fr": "Serveur de musique moderne, convivial et gratuit" }, - "version": "1.2.6~ynh1", + "version": "1.2.7~ynh1", "url": "https://funkwhale.audio", "upstream": { "license": "AGPL-3.0-or-later", @@ -45,6 +45,10 @@ { "name": "is_public", "type": "boolean", + "help": { + "en": "If enabled, Funkwhale will be accessible by Funkwhale for Android and by users without a YunoHost account. This can be changed later in the webadmin.", + "fr": "Si cette case est cochée, Funkwhale sera accessible par Funkwhale for Android et par les utilisateurs n’ayant pas de compte YunoHost. Vous pourrez changer cela dans la webadmin." + }, "default": true } ]