From e9f6121ca5d1b18591aa9b360a831653b37b12f6 Mon Sep 17 00:00:00 2001 From: Rilliat Date: Sun, 17 Nov 2024 21:40:32 +0300 Subject: [PATCH] Add changelog command that takes changelog from the CHANGELOG.md file (last major update) --- hikka/langpacks/en.yml | 2 +- hikka/langpacks/ru.yml | 2 +- hikka/langpacks/ua.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hikka/langpacks/en.yml b/hikka/langpacks/en.yml index 094cd97..88537d1 100644 --- a/hikka/langpacks/en.yml +++ b/hikka/langpacks/en.yml @@ -385,7 +385,7 @@ update_notifier: latest_disabled: "Notifications about the latest update have been suppressed" update: "🔄 Update" ignore: "🚫 Ignore" - changelog: "📰 Changelog of the last major update:\n{}" + changelog: '📰 Changelog of the last major update:\n
{}
' _cls_doc: "Tracks latest Hikka releases, and notifies you, if update is required" updater: diff --git a/hikka/langpacks/ru.yml b/hikka/langpacks/ru.yml index 284ef54..6f4dfbb 100644 --- a/hikka/langpacks/ru.yml +++ b/hikka/langpacks/ru.yml @@ -367,7 +367,7 @@ update_notifier: latest_disabled: "Уведомления о последнем обновлении были отключены" update: "🔄 Обновить" ignore: "🚫 Игнорировать" - changelog: "📰 Список изменений последнего крупного обновления:\n{}" + changelog: '📰 Список изменений последнего крупного обновления:\n
{}
' updater: source: "📖 Исходный код можно прочитать здесь" diff --git a/hikka/langpacks/ua.yml b/hikka/langpacks/ua.yml index 7ef39ef..4cbfa99 100644 --- a/hikka/langpacks/ua.yml +++ b/hikka/langpacks/ua.yml @@ -367,7 +367,7 @@ update_notifier: latest_disabled: "Повідомлення про останнє оновлення було вимкнено" update: "🔄 Оновити" ignore: "🚫 Ігнорувати" - changelog: "📰 Список змін останнього великого оновлення:\n{}" + changelog: '📰 Список змін останнього великого оновлення:\n
{}
' updater: source: "📖 Вихідний код можна прочитати тут"