diff --git a/README.md b/README.md index 43ebdb4..f081757 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Monica is an open-source web application to organize the interactions with your loved ones. I call it a PRM, or Personal Relationship Management. Think of it as a [CRM](https://en.wikipedia.org/wiki/Customer_relationship_management) (a popular tool used by sales teams in the corporate world) for your friends or family. -**Shipped version:** 3.7.0~ynh1 - +**Shipped version:** 3.7.0~ynh2 ## Screenshots @@ -31,6 +30,10 @@ Monica is an open-source web application to organize the interactions with your * New registrations are disabled, you can open the register for all by changing the value **APP_DISABLE_SIGNUP** to **false** in **.env**. * There is **no admin interface** in the Monica app currently. +## :red_circle: Antifeatures + +- **Package not maintained**: This YunoHost package is not maintained and needs adoption. + ## Documentation and resources * Official app website: diff --git a/README_fr.md b/README_fr.md index f8fdaeb..d2fc900 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,8 +18,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Monica is an open-source web application to organize the interactions with your loved ones. I call it a PRM, or Personal Relationship Management. Think of it as a [CRM](https://en.wikipedia.org/wiki/Customer_relationship_management) (a popular tool used by sales teams in the corporate world) for your friends or family. -**Version incluse :** 3.7.0~ynh1 - +**Version incluse :** 3.7.0~ynh2 ## Captures d'écran @@ -31,6 +30,10 @@ Monica is an open-source web application to organize the interactions with your * New registrations are disabled, you can open the register for all by changing the value **APP_DISABLE_SIGNUP** to **false** in **.env**. * There is **no admin interface** in the Monica app currently. +## :red_circle: Fonctions indésirables + +- **Package not maintained**: This YunoHost package is not maintained and needs adoption. + ## Documentations et ressources * Site officiel de l'app : diff --git a/manifest.json b/manifest.json index 7616c6f..706d551 100644 --- a/manifest.json +++ b/manifest.json @@ -3,9 +3,9 @@ "id": "monica", "packaging_format": 1, "description": { - "en": " Personal Relationship Manager - a new kind of CRM to organize interactions with your friends and family." + "en": "Personal Relationship Manager" }, - "version": "3.7.0~ynh1", + "version": "3.7.0~ynh2", "url": "https://monicahq.com", "upstream": { "license": "GPL-3.0",