Releases: djyde/cusdis
v1.3.0
v1.2.3
v.1.2.2
v1.2.1
v1.1.5
v1.1.4
v1.1.3
New Approval Page
The main new feature we release in v1.1.3
is a new approval page. In the pass, we provide a Approve without login
button in the notification Email, to help user approve the comment without open their computer and sign in to the dashboard.
We think it's not enough. In addition to just approve the comment, we want user can reply the comment without sign in too. So we provide a new approval page, users can approve or reply the comment in a single page, without sign in.
This approval page link will be sent to your notification email and comment Webhook request body. It will be expired in 31 days.
Enhancements
- Support language
tr
. Thanks to @selimdoyranli - Support language
pt-BR
. Thanks to @lbcnz - Support language
oc (Occitan)
. Thanks to @Mejans - Click the
reply
button on widget can now toggle the reply form.
v1.1.2
v1.1.1
We are happy to launch v1.1.1
.
Webhook
Inaddition to Email notification, we also provide Webhook, which is a more flexible way to customize notification by users themselves, such as integrating with Slack, Discord, Telegram, etc.
Checkout the documentation to know more about how to use webhook.
We can't wait to see people show how they use Webhook to integrate Cusdis into their tools! Please share with us!
Pagination #54
Thanks to @ottobonn to enhance the comments paginator in dashboard and widget.
i18n
We support internationalize in the comment widget now. Documentation.
You are super welcome to contribute your language into Cusdis! Feel free to create a PR.
Thanks @pablopvsky to contribute Spanish.
We are still working on i18n for the dashboard.
SMTP
You can enable Email notification in self-host Cusdis by setting SMTP configuration. Documentation
Thanks @frostming to help test this feature.