-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# 1.0.8 (2023-06-09) | ||
|
||
### Features | ||
|
||
* Added Docker compose file | ||
* Added ChangeLog file | ||
|
||
# 1.0.7 (2023-06-08) | ||
|
||
### Features | ||
|
||
* Ghost mention | ||
* Mention in reply | ||
* Profile photo change | ||
* Profile name change | ||
* Profile status change | ||
* Sending a poll | ||
* Creation of LinkPreview if message contains URL | ||
* New webhooks system, which can be separated into a url per event | ||
* Sending the local webhook url as destination in the webhook data for webhook redirection | ||
* Startup modes, server or container | ||
* Server Mode works normally as everyone is used to | ||
* Container mode made to use one instance per container, when starting the application an instance is already created and the qrcode is generated and it starts sending webhook without having to call it manually, it only allows one instance at a time. |