diff --git a/README.md b/README.md index 6fa596e..931c53c 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,7 @@ In addition to constituting an advantage in terms of confidentiality (the data d - Ability to subscribe to channels without creating a Google account -**Shipped version:** 22.08.14~ynh1 - +**Shipped version:** 22.11.1~ynh1 **Demo:** https://invidious.site/ @@ -42,6 +41,10 @@ You can configure Invidious by modifying the configuration file `/var/www/invidi * Invidious needs more than 2GB of RAM to build. +## :red_circle: Antifeatures + +- **Non-free Network Services**: Promotes or depends entirely on a non-free network service. + ## Documentation and resources * Official user documentation: diff --git a/README_fr.md b/README_fr.md index 3d1f641..4963bec 100644 --- a/README_fr.md +++ b/README_fr.md @@ -22,8 +22,7 @@ En plus de constituer un avantage sur le plan de la confidentialité (les donné - Possibilité d'afficher les commentaires Reddit plutôt que les commentaires YouTube, - Possibilité de s'abonner aux chaines sans créer de compte Google -**Version incluse :** 22.08.14~ynh1 - +**Version incluse :** 22.11.1~ynh1 **Démo :** https://invidious.site/ @@ -41,6 +40,10 @@ Vous pouvez configurer Invidious en modifiant le fichier de configuration `/var/ * Invidious a besoin de plus de 3Go de RAM pour être installé. +## :red_circle: Fonctions indésirables + +- **Non-free Network Services**: Promotes or depends entirely on a non-free network service. + ## Documentations et ressources * Documentation officielle utilisateur : diff --git a/manifest.json b/manifest.json index 637b456..92e634b 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Alternative front-end to YouTube", "fr": "Front-end alternatif à YouTube" }, - "version": "22.08.14~ynh1", + "version": "22.11.1~ynh1", "url": "https://invidio.us/", "upstream": { "license": "GPL-3.0-only", @@ -20,7 +20,7 @@ "name": "eric_G" }, "requirements": { - "yunohost": ">= 4.3.0" + "yunohost": ">= 11.0.9" }, "multi_instance": false, "services": [ diff --git a/scripts/_common.sh b/scripts/_common.sh index 8191627..90a54bd 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,8 +4,7 @@ # COMMON VARIABLES #================================================= -version_commit=9e58bc19c4baf7ca7da97c2f8b164789d041d9b8 - +version_commit=84cd4d6a5b1854bcf1058351e390cc0f4855c9d7 # dependencies used by the app pkg_dependencies="apt-transport-https libssl-dev libxml2-dev libyaml-dev libgmp-dev libreadline-dev postgresql librsvg2-bin imagemagick libsqlite3-dev zlib1g-dev libevent-dev pkg-config libpcre3-dev"