Releases: bbernhard/signal-cli-rest-api
Releases Β· bbernhard/signal-cli-rest-api
Version 0.82
- updated signal-cli to v0.13.0
- add
recipientparameter to/v2/sendendpoint (#428) - pass
JAVA_OPTSenvironment variable through to signal-cli in json-rpc mode - thanks to @kleptog
This is a pre-release. If you want to give it a try, use the following docker image tag: bbernhard/signal-cli-rest-api:0.143-dev
Version 0.81
- updated signal-cli to version 0.12.8
Version 0.80
- bumped signal-cli to version 0.12.7
- changing the group name is now possible - thanks to @kxait
- reworked json-rpc mode + fixed bug in websocket handling
- it is now possible to link devices in json-rpc mode - thanks to @kxait
- it is now possible to register a new phone number in json-rpc mode
- added endpoint
/v1/accountswhich lists all available accounts - thanks to @kxait - use JRE instead of JDK for the runtime container (reduces the docker image size) - thanks to @marvinruder
- fixed a typo in the code - thanks to @charles37
- spoilers are now supported in
text_mode: styled - added
/v1/rate-limit-challengeendpoint
Version 0.70
nativemode should now work again for x86-64- updated
signal-clito version 0.12.4 - info and warning messages shouldn't pop up in the JSON response anymore
- added
/v1/contacts{number}/sync endpoint - fixed bug in group deletion endpoint
- improved error handling in send endpoint
- multicharacter emojis are now handled properly in
text_mode: styled
Please be aware that there is currently an issue with the json-rpc mode together with linked devices (see #444 for details)
Version 0.71-pre
nativemode should now work again for x86-64- updated
signal-clito version 0.12.4 - info and warning messages shouldn't pop up in the JSON response anymore
- added
/v1/contacts{number}/syncendpoint - fixed bug in group deletion endpoint
- improved error handling in send endpoint
- multicharacter emojis are now handled properly in
text_mode: styled
This is a pre-release. If you want to give it a try, use the following docker image: bbernhard/signal-cli-rest-api:0.130-dev
Version 0.70-pre
nativemode should now work again for x86-64- updated
signal-clito version 0.12.3 - info and warning messages shouldn't pop up in the JSON response anymore
- added
/v1/contacts{number}/syncendpoint - fixed bug in group deletion endpoint
- improved error handling in send endpoint
- multicharacter emojis are now handled properly in
text_mode: styled
This is a pre-release. If you want to give it a try, use the following docker image: bbernhard/signal-cli-rest-api:0.129-dev
Version 0.69
- updated signal-cli to version 0.12.2
- native mode should now work again on x86-64 systems (it was broken with Version 0.68)
- creating a Signal group with additional permissions set, does not crash anymore
- added endpoint to update the description + avatar of an existing group
Version 0.68
- updated signal-cli to version 0.12.1
- made it possible to set the QR-Code version with the qrcode_version parameter in the qrcodelink endpoint
- added bold, italic, strikthrough and monospace formatting to send endpoint
- fixed bug in group create endpoint
- improved Home Assistant documentation - thanks to @developersteve
- improved documentation - thanks to @testwill
- added max_messagesquery parameter to receive endpoint - thanks to @k-bx
- improved error handling - thanks to @roschaefer
- added endpoint to refresh a group - thanks to @greyson-signal
Version 0.68-pre
- updated signal-cli to version 0.12.1
- made it possible to set the QR-Code version with the
qrcode_versionparameter in theqrcodelinkendpoint - added bold/italic formatting to
sendendpoint - Improved Home Assistant documentation - thanks to @developersteve
- Improved documentation - thanks to @testwill
- Added
max_messagesquery parameter toreceiveendpoint - thanks to @k-bx - Improved error handling - thanks to @roschaefer
This is a pre-release. If you want to give it a try, please use the following docker image: bbernhard/signal-cli-rest-api:0.119-dev
Version 0.67
- Added stickers support in API and client - thanks @Matovidlo
- Updated signal-cli to version 0.11.11
- Search endpoint now works nicely with multiple accounts
AUTO_RECEIVE_SCHEDULEnow also works with linked accounts- Added
timeout,ignore_attachmentsandignore_storiesquery parameter
to receive endpoint.