Add changelog command that takes changelog from the CHANGELOG.md file (last major update)

pull/14/head
Rilliat 2024-11-17 21:40:32 +03:00
parent 57929a3e0e
commit e9f6121ca5
3 changed files with 3 additions and 3 deletions

View File

@ -385,7 +385,7 @@ update_notifier:
latest_disabled: "Notifications about the latest update have been suppressed"
update: "🔄 Update"
ignore: "🚫 Ignore"
changelog: "<emoji document_id=5434144690511290129>📰</emoji> <b>Changelog of the last major update:</b>\n{}"
changelog: '<emoji document_id=5434144690511290129>📰</emoji> <b>Changelog of the last major update:</b>\n<pre><code class="language-hikka">{}</code></pre>'
_cls_doc: "Tracks latest Hikka releases, and notifies you, if update is required"
updater:

View File

@ -367,7 +367,7 @@ update_notifier:
latest_disabled: "Уведомления о последнем обновлении были отключены"
update: "🔄 Обновить"
ignore: "🚫 Игнорировать"
changelog: "<emoji document_id=5434144690511290129>📰</emoji> <b>Список изменений последнего крупного обновления:</b>\n{}"
changelog: '<emoji document_id=5434144690511290129>📰</emoji> <b>Список изменений последнего крупного обновления:</b>\n<pre><code class="language-hikka">{}</code></pre>'
updater:
source: "<emoji document_id=5456255401194429832>📖</emoji> <b>Исходный код можно прочитать</b> <a href='{}'>здесь</a>"

View File

@ -367,7 +367,7 @@ update_notifier:
latest_disabled: "Повідомлення про останнє оновлення було вимкнено"
update: "🔄 Оновити"
ignore: "🚫 Ігнорувати"
changelog: "<emoji document_id=5434144690511290129>📰</emoji> <b>Список змін останнього великого оновлення:</b>\n{}"
changelog: '<emoji document_id=5434144690511290129>📰</emoji> <b>Список змін останнього великого оновлення:</b>\n<pre><code class="language-hikka">{}</code></pre>'
updater:
source: "<emoji document_id=5456255401194429832>📖</emoji> <b>Вихідний код можна прочитати</b> <a href='{}'>тут</a>"