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. --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index dcb93dd..1904793 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ Features, - Mattermost incoming webhook - SMTP server (email) +See for live example. + ## Building To build lilin program, you need -- cgit v1.3