Releases: bbernhard/signal-cli-rest-api
Releases · bbernhard/signal-cli-rest-api
Version 0.97
- updated signal-cli to v0.13.23
- the
/v1/devicesendpoint now also returns the device id (thanks to @Kamaradas) - added a new endpoint to remove a device (thanks to @Kamaradas)
- added a new endpoint to remove the local account data (thanks to @Kamaradas)
- added a new endpoint to return the raw linking code, instead of the QR code (thanks to @Kamaradas)
- added REST API endpoints to create, delete and vote in Signal Polls
- the
/v1/unregisterendpoint now also works injson-rpcmode
Version 0.96
- fixed bug in styled formatting in
sendendpoint (see #757) - updated signal-cli to version 0.13.22
Version 0.95
- updated signal-cli to v0.13.20
- added possibility to change permissions with the groups PUT request
- added possibility to change the send messages permission when creating
a group with the POST request - added new remote-delete endpoint (thanks to @Era-Dorta)
- whitespaces in phone numbers do not result in validation errors anymore
- added new env variable
SIGNAL_CLI_CHOWN_ON_STARTUP- which skips thechownon startup (thanks to @WKeaganW) - added missing description parameter to the link preview payload
- various documentation improvements (thanks to @jakommo, @f2calv, @CodeShellDev, @Era-Dorta)
Version 0.94
- query parameters can now be accessed in the plugins mechanism (thanks @d-rk)
- added optional webhook mechanism to json-rpc mode (see
RECEIVE_WEBHOOK_URLenv. variable) - updated signal-cli to version 0.13.18
- the group link state can now be set via the
groupsPUT request - added
view_onceparameter to the/v2/sendendpoint (be aware: this parameter can only be used when sending images!) - added env variables to ignore the download of attachments and stories in json-rpc mode
- Signal usernames can now be used in the
groupsPOST/PUT endpoints
Version 0.93
- updated
signal-clito v0.13.13 - set LANG in docker image to UTF-8
ǹotify_selfis now also supported when sending messages to individual recipients- improved swagger documentation (thanks @crummy)
- return group description in groups GET endpoint
- added API endpoints to set/remove a pin
- improved examples documentation (thanks @CeeArEx)
- added new endpoint to get the avatar of a group
Version 0.93-pre
- updated signal-cli to version 0.13.15
- improved swagger documentation
- added
DEFAULT_SIGNAL_TEXT_MODEenvironment variable (see https://github.com/bbernhard/signal-cli-rest-api?tab=readme-ov-file#advanced-settings for details) - extended list contacts GET endpoint to return more data
- added
/v1/devices/<number>endpoint - added
LOG_LEVELenvironment variable (see https://github.com/bbernhard/signal-cli-rest-api?tab=readme-ov-file#advanced-settings for details) - added support for link previews to the
/v2/sendendpoint - extended list identities GET endpoint to also return the
uuid
This is a pre-release. If you want to give it a try, use this version: bbernhard/signal-cli-rest-api:0.190-dev
Version 0.92
- updated
signal-clito v0.13.13 - set LANG in docker image to UTF-8
ǹotify_selfis now also supported when sending messages to individual recipients- improved swagger documentation (thanks @crummy)
- return group description in groups GET endpoint
- added API endpoints to set/remove a pin
- improved examples documentation (thanks @CeeArEx)
Version 0.92-pre-2
- updated
signal-clito v0.13.13 - set LANG in docker image to UTF-8
ǹotify_selfis now also supported when sending messages to individual recipients- improved swagger documentation (thanks @crummy)
- return group description in groups GET endpoint
- added API endpoints to set/remove a pin
- improved examples documentation (thanks @CeeArEx)
This is a pre-release. If you want to give it a try, use this docker image: bbernhard/signal-cli-rest-api:0.181-dev
Version 0.92-pre
- updated
signal-clito v0.13.12 - set LANG in docker image to UTF-8
ǹotify_selfis now also supported when sending messages to individual recipients- improved swagger documentation (thanks @crummy)
- return group description in groups GET endpoint
- added API endpoints to set/remove a pin
This is a pre-release. If you want to give it a try, use this docker image: bbernhard/signal-cli-rest-api:0.180-dev
Version 0.91
- added possibilty to escape formatting characters with two backslashes in
text_mode: styled(see #562) - updated signal-cli to v0.13.11
- add possibility to specify HTTPS as default scheme in the swagger UI (see #639)
- added plugin mechanism to register custom endpoints (documentation)