diff --git a/ALL_README.md b/ALL_README.md
index 4ed64dd..e3c80d2 100644
--- a/ALL_README.md
+++ b/ALL_README.md
@@ -6,4 +6,5 @@
- [Lire le README en français](README_fr.md)
- [Le o README en galego](README_gl.md)
- [Baca README dalam bahasa bahasa Indonesia](README_id.md)
+- [Прочитать README на русский](README_ru.md)
- [阅读中文(简体)的 README](README_zh_Hans.md)
diff --git a/README.md b/README.md
index 471c0cc..a002c61 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ It shall NOT be edited by hand.
Emoncms is an open-source web application for processing, logging and visualising energy, temperature and other environmental data and is part of the OpenEnergyMonitor project.
-**Shipped version:** 11.6.2~ynh2
+**Shipped version:** 11.6.4~ynh1
## Screenshots
diff --git a/README_es.md b/README_es.md
index 464ba26..5d32551 100644
--- a/README_es.md
+++ b/README_es.md
@@ -19,7 +19,7 @@ No se debe editar a mano.
Emoncms is an open-source web application for processing, logging and visualising energy, temperature and other environmental data and is part of the OpenEnergyMonitor project.
-**Versión actual:** 11.6.2~ynh2
+**Versión actual:** 11.6.4~ynh1
## Capturas
diff --git a/README_eu.md b/README_eu.md
index dcbf6af..dbab874 100644
--- a/README_eu.md
+++ b/README_eu.md
@@ -19,7 +19,7 @@ EZ editatu eskuz.
Emoncms is an open-source web application for processing, logging and visualising energy, temperature and other environmental data and is part of the OpenEnergyMonitor project.
-**Paketatutako bertsioa:** 11.6.2~ynh2
+**Paketatutako bertsioa:** 11.6.4~ynh1
## Pantaila-argazkiak
diff --git a/README_fr.md b/README_fr.md
index 576aa78..bf4f628 100644
--- a/README_fr.md
+++ b/README_fr.md
@@ -19,7 +19,7 @@ Il NE doit PAS être modifié à la main.
Emoncms is an open-source web application for processing, logging and visualising energy, temperature and other environmental data and is part of the OpenEnergyMonitor project.
-**Version incluse :** 11.6.2~ynh2
+**Version incluse :** 11.6.4~ynh1
## Captures d’écran
diff --git a/README_gl.md b/README_gl.md
index ac33a46..de97dcb 100644
--- a/README_gl.md
+++ b/README_gl.md
@@ -19,7 +19,7 @@ NON debe editarse manualmente.
Emoncms is an open-source web application for processing, logging and visualising energy, temperature and other environmental data and is part of the OpenEnergyMonitor project.
-**Versión proporcionada:** 11.6.2~ynh2
+**Versión proporcionada:** 11.6.4~ynh1
## Capturas de pantalla
diff --git a/README_id.md b/README_id.md
index 22b29f2..9f8615f 100644
--- a/README_id.md
+++ b/README_id.md
@@ -19,7 +19,7 @@ Ini TIDAK boleh diedit dengan tangan.
Emoncms is an open-source web application for processing, logging and visualising energy, temperature and other environmental data and is part of the OpenEnergyMonitor project.
-**Versi terkirim:** 11.6.2~ynh2
+**Versi terkirim:** 11.6.4~ynh1
## Tangkapan Layar
@@ -29,7 +29,7 @@ Emoncms is an open-source web application for processing, logging and visualisin
- Website aplikasi resmi:
- Dokumentasi admin resmi:
-- Repositori kode aplikasi hulu:
+- Depot kode aplikasi hulu:
- Gudang YunoHost:
- Laporkan bug:
diff --git a/README_ru.md b/README_ru.md
new file mode 100644
index 0000000..19d80a8
--- /dev/null
+++ b/README_ru.md
@@ -0,0 +1,48 @@
+
+
+# Emoncms для YunoHost
+
+[![Уровень интеграции](https://dash.yunohost.org/integration/emoncms.svg)](https://ci-apps.yunohost.org/ci/apps/emoncms/) ![Состояние работы](https://ci-apps.yunohost.org/ci/badges/emoncms.status.svg) ![Состояние сопровождения](https://ci-apps.yunohost.org/ci/badges/emoncms.maintain.svg)
+
+[![Установите Emoncms с YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=emoncms)
+
+*[Прочтите этот README на других языках.](./ALL_README.md)*
+
+> *Этот пакет позволяет Вам установить Emoncms быстро и просто на YunoHost-сервер.*
+> *Если у Вас нет YunoHost, пожалуйста, посмотрите [инструкцию](https://yunohost.org/install), чтобы узнать, как установить его.*
+
+## Обзор
+
+Emoncms is an open-source web application for processing, logging and visualising energy, temperature and other environmental data and is part of the OpenEnergyMonitor project.
+
+
+**Поставляемая версия:** 11.6.4~ynh1
+
+## Снимки экрана
+
+![Снимок экрана Emoncms](./doc/screenshots/emoncms_graphic.png)
+
+## Документация и ресурсы
+
+- Официальный веб-сайт приложения:
+- Официальная документация администратора:
+- Репозиторий кода главной ветки приложения:
+- Магазин YunoHost:
+- Сообщите об ошибке:
+
+## Информация для разработчиков
+
+Пришлите Ваш запрос на слияние в [ветку `testing`](https://github.com/YunoHost-Apps/emoncms_ynh/tree/testing).
+
+Чтобы попробовать ветку `testing`, пожалуйста, сделайте что-то вроде этого:
+
+```bash
+sudo yunohost app install https://github.com/YunoHost-Apps/emoncms_ynh/tree/testing --debug
+или
+sudo yunohost app upgrade emoncms -u https://github.com/YunoHost-Apps/emoncms_ynh/tree/testing --debug
+```
+
+**Больше информации о пакетировании приложений:**
diff --git a/README_zh_Hans.md b/README_zh_Hans.md
index 93e22bf..7c466c2 100644
--- a/README_zh_Hans.md
+++ b/README_zh_Hans.md
@@ -19,7 +19,7 @@
Emoncms is an open-source web application for processing, logging and visualising energy, temperature and other environmental data and is part of the OpenEnergyMonitor project.
-**分发版本:** 11.6.2~ynh2
+**分发版本:** 11.6.4~ynh1
## 截图
diff --git a/manifest.toml b/manifest.toml
index 2c614a3..824ad9a 100644
--- a/manifest.toml
+++ b/manifest.toml
@@ -7,7 +7,7 @@ name = "Emoncms"
description.en = "Processing, logging and visualising energy, temperature and other environmental data"
description.fr = "Traitement enregistrement et la visualisation de l'énergie, de la température et d'autres données environnementales"
-version = "11.6.2~ynh2"
+version = "11.6.4~ynh1"
maintainers = []
@@ -44,14 +44,14 @@ ram.runtime = "50M"
[resources]
[resources.sources]
[resources.sources.main]
- url = "https://github.com/emoncms/emoncms/archive/refs/tags/11.6.2.tar.gz"
- sha256 = "124304ecba074d2e082389fbb8794a253b32768e70b4026322c6dc1f29dbea42"
+ url = "https://github.com/emoncms/emoncms/archive/refs/tags/11.6.4.tar.gz"
+ sha256 = "645649f1d554be34e3d9d0f7d60fca2b4a558d8056ef150982d5eb8684d98c3a"
autoupdate.strategy = "latest_github_tag"
autoupdate.asset = "tarball"
[resources.sources.graph]
- url = "https://github.com/emoncms/emoncms/archive/refs/tags/11.6.2.tar.gz"
- sha256 = "124304ecba074d2e082389fbb8794a253b32768e70b4026322c6dc1f29dbea42"
+ url = "https://github.com/emoncms/emoncms/archive/refs/tags/11.6.4.tar.gz"
+ sha256 = "645649f1d554be34e3d9d0f7d60fca2b4a558d8056ef150982d5eb8684d98c3a"
in_subdir = false
autoupdate.strategy = "latest_github_tag"
autoupdate.asset = "tarball"