aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.adoc')
-rw-r--r--CHANGELOG.adoc19
1 files changed, 15 insertions, 4 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc
index c1e45aa..38d3154 100644
--- a/CHANGELOG.adoc
+++ b/CHANGELOG.adoc
@@ -1,13 +1,10 @@
// SPDX-License-Identifier: GPL-3.0-only
// SPDX-FileCopyrightText: 2025 M. Shulhan <ms@kilabit.info>
-= lilin releases changelog
+= lilin release changelog
:sectanchors:
:toc:
-Change log of each release of the lilin software.
-The latest release log is put on the top.
-
Legend,
* 🪵: Breaking changes
@@ -15,6 +12,20 @@ Legend,
* 🌼: Enhancement
* 💧: Chores
+
+[#lilin_v0_2_0]
+== lilin v0.2.0 (2026-xx-xx)
+
+**🪵 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.
+
[#lilin_v0_1_0]
== lilin v0.1.0 (2025-12-27)