diff --git a/ALL_README.md b/ALL_README.md
index a01b345..8938aae 100644
--- a/ALL_README.md
+++ b/ALL_README.md
@@ -1,6 +1,7 @@
# All available README files by language
- [Read the README in English](README.md)
+- [Lee el README en español](README_es.md)
- [Irakurri README euskaraz](README_eu.md)
- [Lire le README en français](README_fr.md)
- [Le o README en galego](README_gl.md)
diff --git a/README.md b/README.md
index 92c753d..5d0774b 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ It shall NOT be edited by hand.
diagrams.net (formerly draw.io) lets you create a wide range of diagrams, from simple tree and flow diagrams, to highly technical network, rack and electrical diagrams.
-**Shipped version:** 24.3.1~ynh2
+**Shipped version:** 24.4.0~ynh1
**Demo:**
diff --git a/README_es.md b/README_es.md
new file mode 100644
index 0000000..1cebef7
--- /dev/null
+++ b/README_es.md
@@ -0,0 +1,50 @@
+
+
+# Diagrams.net para Yunohost
+
+[](https://dash.yunohost.org/appci/app/diagramsnet)  
+
+[](https://install-app.yunohost.org/?app=diagramsnet)
+
+*[Leer este README en otros idiomas.](./ALL_README.md)*
+
+> *Este paquete le permite instalarDiagrams.net rapidamente y simplement en un servidor YunoHost.*
+> *Si no tiene YunoHost, visita [the guide](https://yunohost.org/install) para aprender como instalarla.*
+
+## Descripción general
+
+diagrams.net (formerly draw.io) lets you create a wide range of diagrams, from simple tree and flow diagrams, to highly technical network, rack and electrical diagrams.
+
+
+**Versión actual:** 24.4.0~ynh1
+
+**Demo:**
+
+## Capturas
+
+
+
+## Documentaciones y recursos
+
+- Sitio web oficial:
+- Documentación administrador oficial:
+- Repositorio del código fuente oficial de la aplicación :
+- Catálogo YunoHost:
+- Reportar un error:
+
+## Información para desarrolladores
+
+Por favor enviar sus correcciones a la [`branch testing`](https://github.com/YunoHost-Apps/diagramsnet_ynh/tree/testing
+
+Para probar la rama `testing`, sigue asÍ:
+
+```bash
+sudo yunohost app install https://github.com/YunoHost-Apps/diagramsnet_ynh/tree/testing --debug
+o
+sudo yunohost app upgrade diagramsnet -u https://github.com/YunoHost-Apps/diagramsnet_ynh/tree/testing --debug
+```
+
+**Mas informaciones sobre el empaquetado de aplicaciones:**
diff --git a/README_eu.md b/README_eu.md
index 4edc5ee..d8a1f02 100644
--- a/README_eu.md
+++ b/README_eu.md
@@ -19,7 +19,7 @@ EZ editatu eskuz.
diagrams.net (formerly draw.io) lets you create a wide range of diagrams, from simple tree and flow diagrams, to highly technical network, rack and electrical diagrams.
-**Paketatutako bertsioa:** 24.3.1~ynh2
+**Paketatutako bertsioa:** 24.4.0~ynh1
**Demoa:**
diff --git a/README_fr.md b/README_fr.md
index 875a571..a9d68d5 100644
--- a/README_fr.md
+++ b/README_fr.md
@@ -19,7 +19,7 @@ Il NE doit PAS être modifié à la main.
Application en ligne qui permet de faire des schémas et du dessin vectoriel
-**Version incluse :** 24.3.1~ynh2
+**Version incluse :** 24.4.0~ynh1
**Démo :**
diff --git a/README_gl.md b/README_gl.md
index ad783f7..4a336e0 100644
--- a/README_gl.md
+++ b/README_gl.md
@@ -19,7 +19,7 @@ NON debe editarse manualmente.
diagrams.net (formerly draw.io) lets you create a wide range of diagrams, from simple tree and flow diagrams, to highly technical network, rack and electrical diagrams.
-**Versión proporcionada:** 24.3.1~ynh2
+**Versión proporcionada:** 24.4.0~ynh1
**Demo:**
diff --git a/README_zh_Hans.md b/README_zh_Hans.md
index 26caf0e..3f5639e 100644
--- a/README_zh_Hans.md
+++ b/README_zh_Hans.md
@@ -3,7 +3,7 @@
请勿手动编辑。
-->
-# YunoHost 的 Diagrams.net
+# YunoHost 上的 Diagrams.net
[](https://dash.yunohost.org/appci/app/diagramsnet)  
@@ -19,7 +19,7 @@
diagrams.net (formerly draw.io) lets you create a wide range of diagrams, from simple tree and flow diagrams, to highly technical network, rack and electrical diagrams.
-**分发版本:** 24.3.1~ynh2
+**分发版本:** 24.4.0~ynh1
**演示:**
diff --git a/manifest.toml b/manifest.toml
index 968bea4..e2998ac 100644
--- a/manifest.toml
+++ b/manifest.toml
@@ -5,7 +5,7 @@ name = "Diagrams.net"
description.en = "Diagram software for making flowcharts, process diagrams, org charts"
description.fr = "Application qui permet de faire des schémas et du dessin vectoriel"
-version = "24.3.1~ynh2"
+version = "24.4.0~ynh1"
maintainers = ["Gofannon"]
@@ -42,8 +42,8 @@ ram.runtime = "50M"
default = "visitors"
[resources]
[resources.sources.main]
- url = "https://github.com/jgraph/drawio/archive/refs/tags/v24.3.1.tar.gz"
- sha256 = "8d94a22de5d7b7ddf33f0640ed8e15eaf25ae0e4e106fca556177436d1c65bed"
+ url = "https://github.com/jgraph/drawio/archive/refs/tags/v24.4.0.tar.gz"
+ sha256 = "19b2aaa6d93e08f5c3ad1dbdeb4376ccef93c0738135eb246927e27486aaf016"
autoupdate.strategy = "latest_github_tag"
[resources.system_user]