diff options
| author | Shulhan <ms@kilabit.info> | 2026-02-10 12:17:39 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2026-02-10 12:17:39 +0700 |
| commit | 8fd9d5e3d41d1352c98e42a04fbeab0bddac0674 (patch) | |
| tree | 3bfd3f72e854f819e81e914a3a44befb45066871 /CHANGELOG.adoc | |
| parent | fbad5db9b998ca64feaffee78ba680300d3a52a6 (diff) | |
| download | lilin-dev.tar.xz | |
**🪵 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.
Diffstat (limited to 'CHANGELOG.adoc')
| -rw-r--r-- | CHANGELOG.adoc | 3 |
1 files changed, 2 insertions, 1 deletions
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) |
