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 8112aa5..99ef88d 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ Roundcube is a web-based e-mail client. It offers all the features you'd expect
- Support for PGP encryption with Enigma plugin by default.
-**Shipped version:** 1.6.8~ynh1
+**Shipped version:** 1.6.9~ynh1
**Demo:**
diff --git a/README_es.md b/README_es.md
index fe2e08e..0a6e0d7 100644
--- a/README_es.md
+++ b/README_es.md
@@ -26,7 +26,7 @@ Roundcube is a web-based e-mail client. It offers all the features you'd expect
- Support for PGP encryption with Enigma plugin by default.
-**Versión actual:** 1.6.8~ynh1
+**Versión actual:** 1.6.9~ynh1
**Demo:**
diff --git a/README_eu.md b/README_eu.md
index a21811b..ae08982 100644
--- a/README_eu.md
+++ b/README_eu.md
@@ -26,7 +26,7 @@ Roundcube is a web-based e-mail client. It offers all the features you'd expect
- Support for PGP encryption with Enigma plugin by default.
-**Paketatutako bertsioa:** 1.6.8~ynh1
+**Paketatutako bertsioa:** 1.6.9~ynh1
**Demoa:**
diff --git a/README_fr.md b/README_fr.md
index 8288542..b343041 100644
--- a/README_fr.md
+++ b/README_fr.md
@@ -26,7 +26,7 @@ Roundcube est un client mail sous forme d'application web. Il offre toutes les f
- Prise en charge du chiffrement PGP avec le plugin Enigma installé par default.
-**Version incluse :** 1.6.8~ynh1
+**Version incluse :** 1.6.9~ynh1
**Démo :**
diff --git a/README_gl.md b/README_gl.md
index 0efb124..89d8f7b 100644
--- a/README_gl.md
+++ b/README_gl.md
@@ -26,7 +26,7 @@ Roundcube is a web-based e-mail client. It offers all the features you'd expect
- Support for PGP encryption with Enigma plugin by default.
-**Versión proporcionada:** 1.6.8~ynh1
+**Versión proporcionada:** 1.6.9~ynh1
**Demo:**
diff --git a/README_id.md b/README_id.md
index ea05bb4..d64054c 100644
--- a/README_id.md
+++ b/README_id.md
@@ -26,7 +26,7 @@ Roundcube is a web-based e-mail client. It offers all the features you'd expect
- Support for PGP encryption with Enigma plugin by default.
-**Versi terkirim:** 1.6.8~ynh1
+**Versi terkirim:** 1.6.9~ynh1
**Demo:**
diff --git a/README_ru.md b/README_ru.md
new file mode 100644
index 0000000..01f82e3
--- /dev/null
+++ b/README_ru.md
@@ -0,0 +1,57 @@
+
+
+# Roundcube для YunoHost
+
+[![Уровень интеграции](https://dash.yunohost.org/integration/roundcube.svg)](https://ci-apps.yunohost.org/ci/apps/roundcube/) ![Состояние работы](https://ci-apps.yunohost.org/ci/badges/roundcube.status.svg) ![Состояние сопровождения](https://ci-apps.yunohost.org/ci/badges/roundcube.maintain.svg)
+
+[![Установите Roundcube с YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=roundcube)
+
+*[Прочтите этот README на других языках.](./ALL_README.md)*
+
+> *Этот пакет позволяет Вам установить Roundcube быстро и просто на YunoHost-сервер.*
+> *Если у Вас нет YunoHost, пожалуйста, посмотрите [инструкцию](https://yunohost.org/install), чтобы узнать, как установить его.*
+
+## Обзор
+
+Roundcube is a web-based e-mail client. It offers all the features you'd expect from a mail client, including multilingual support, address book management, folder manipulation, message search and spell checking.
+
+### YunoHost specific features
+
+- Synchronize your email aliases as identities in Roundcube
+- Install the [contextmenu](https://packagist.org/packages/johndoh/contextmenu) and [automatic addressbook](https://packagist.org/packages/projectmyst/automatic_addressbook) plugins by default
+- Allow to install the [CardDAV](https://packagist.org/packages/roundcube/carddav) (address book) synchronization plugin at the installation - note that if you have installed Nextcloud or Baïkal, it will automatically add the corresponding and existing address book.
+- Support for PGP encryption with Enigma plugin by default.
+
+
+**Поставляемая версия:** 1.6.9~ynh1
+
+**Демо-версия:**
+
+## Снимки экрана
+
+![Снимок экрана Roundcube](./doc/screenshots/screenshot.png)
+
+## Документация и ресурсы
+
+- Официальный веб-сайт приложения:
+- Официальная документация администратора:
+- Репозиторий кода главной ветки приложения:
+- Магазин YunoHost:
+- Сообщите об ошибке:
+
+## Информация для разработчиков
+
+Пришлите Ваш запрос на слияние в [ветку `testing`](https://github.com/YunoHost-Apps/roundcube_ynh/tree/testing).
+
+Чтобы попробовать ветку `testing`, пожалуйста, сделайте что-то вроде этого:
+
+```bash
+sudo yunohost app install https://github.com/YunoHost-Apps/roundcube_ynh/tree/testing --debug
+или
+sudo yunohost app upgrade roundcube -u https://github.com/YunoHost-Apps/roundcube_ynh/tree/testing --debug
+```
+
+**Больше информации о пакетировании приложений:**
diff --git a/README_zh_Hans.md b/README_zh_Hans.md
index fc17d5d..0250619 100644
--- a/README_zh_Hans.md
+++ b/README_zh_Hans.md
@@ -26,7 +26,7 @@ Roundcube is a web-based e-mail client. It offers all the features you'd expect
- Support for PGP encryption with Enigma plugin by default.
-**分发版本:** 1.6.8~ynh1
+**分发版本:** 1.6.9~ynh1
**演示:**
diff --git a/manifest.toml b/manifest.toml
index 054cb19..45abe25 100644
--- a/manifest.toml
+++ b/manifest.toml
@@ -7,7 +7,7 @@ name = "Roundcube"
description.en = "Open Source Webmail software"
description.fr = "Webmail Open Source"
-version = "1.6.8~ynh1"
+version = "1.6.9~ynh1"
maintainers = []
[upstream]
@@ -18,7 +18,7 @@ admindoc = "https://github.com/roundcube/roundcubemail/wiki"
code = "https://github.com/roundcube/roundcubemail"
[integration]
-yunohost = ">= 11.2"
+yunohost = ">= 11.2.29"
architectures = "all"
multi_instance = true
ldap = true
@@ -54,8 +54,8 @@ ram.runtime = "50M"
[resources]
[resources.sources.main]
- url = "https://github.com/roundcube/roundcubemail/releases/download/1.6.8/roundcubemail-1.6.8.tar.gz"
- sha256 = "939c9cd46281bf5bfb2dd932680b18ee1706035a5806dc08d8b414971cea91f7"
+ url = "https://github.com/roundcube/roundcubemail/releases/download/1.6.9/roundcubemail-1.6.9.tar.gz"
+ sha256 = "5adaecacc7203ae844a4f452d6cc5eae94799f248825d5978ca48cb7a9d7a51c"
autoupdate.strategy = "latest_github_release"
autoupdate.asset = "roundcubemail-\\d+\\.\\d+\\.\\d+\\.tar\\.gz$"