Releases: bbernhard/signal-cli-rest-api
Version 0.27
- updated signal-cli to version 0.7.0
This is a pre-release and only available on dockerhub with the dev tag. If you want to give it a try, pull the dev version with docker pull bbernhard/signal-cli-rest-api:latest-dev
Version 0.26
- updated signal-cli to version 0.6.12
This is a pre-release and only available on dockerhub with the dev tag. If you want to give it a try, pull the dev version with docker pull bbernhard/signal-cli-rest-api:latest-dev
Version 0.25
- ARM image now works again - thanks to @funkybunch
- REST API listening port is now configureable - thanks to @funkybunch
- Messages that were formatted like parameters weren't correctly handled - thanks to @fl42
- Updated signal-cli to version 0.6.11
- Add white border around QR code to improve readability (see #33) - thanks to @danijelst
Version 0.22
- ARM image now works again - thanks to @funkybunch
- REST API listening port is now configureable - thanks to @funkybunch
Version 0.21
- messages that were formatted like parameters weren't correctly handled - thanks to @fl42
Version 0.20
- updated signal-cli to version 0.6.11
This is a pre-release and only available on dockerhub with the dev tag. If you want to give it a try, pull the dev version with docker pull bbernhard/signal-cli-rest-api:latest-dev
Version 0.19
- use non-root user in Dockerfile (see #31)
- add white border around QR code to improve readability (see #33) - thanks to @danijelst
This is a pre-release and only available on dockerhub with the dev tag. If you want to give it a try, pull the dev version with docker pull bbernhard/signal-cli-rest-api:latest-dev
Version 0.17
- significantly reduced docker image size (thanks to @bentolor)
Version 0.18
- Updated signal-cli to v0.6.10
This is a pre-release and only available on dockerhub with the dev
tag. If you want to give it a try, pull the dev
version with docker pull bbernhard/signal-cli-rest-api:latest-dev
Version 0.16
- cleanup temp files on success to prevent docker container from growing (see #26)