From 8fd9d5e3d41d1352c98e42a04fbeab0bddac0674 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Tue, 10 Feb 2026 12:17:39 +0700 Subject: Release lilin v0.2.0 (2026-02-10) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **🪵 all: rename notif field "webhook_url" to "remote_url" These changes is to minimize duplicate field on "notif" section, so different kind of notif can use the same "remote_url" value. **🌱 all: support sending notification to SMTP server (email)** In the main configuration, lilin.cfg, user now can add "notif" section with kind "smtp" to send notification using user's email. --- CHANGELOG.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'CHANGELOG.adoc') diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 38d3154..0f88d33 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -14,7 +14,7 @@ Legend, [#lilin_v0_2_0] -== lilin v0.2.0 (2026-xx-xx) +== lilin v0.2.0 (2026-02-10) **🪵 all: rename notif field "webhook_url" to "remote_url" @@ -26,6 +26,7 @@ different kind of notif can use the same "remote_url" value. In the main configuration, lilin.cfg, user now can add "notif" section with kind "smtp" to send notification using user's email. + [#lilin_v0_1_0] == lilin v0.1.0 (2025-12-27) -- cgit v1.3