Releases: benkuly/matrix-sms-bridge
Releases · benkuly/matrix-sms-bridge
v0.4.4.RELEASE
- always invite users in room alias (not only when alias is created)
v0.4.3.RELEASE
- set room name with sms send command only on creation
v0.4.2.RELEASE
- increased maximum body size of saved messages
v0.4.1.RELEASE
- allow to invite users when room gets create by command
v0.4.0.RELEASE
- changed database from neo4j to h2.
You need to sync the bridge at the first start. Note that this only will sync rooms where the @smsbot:yourServer
is member. For rooms without @smsbot:yourServer
you need to kick and invite the telephone number or invite @smsbot:yourServer
.
You can start the sync by adding the environment variable SPRING_PROFILES_ACTIVE=initialsync
v0.3.2.RELEASE
- catch bot command parser errors and notify user
v0.3.1.RELEASE
- added ability to bot to send messages in future by using the -a command
v0.3.0.RELEASE
- fixed many bugs
- updated dependencies
- switched from reactors mono/flux to koltin coroutines to make the code cleaner
- bot user has a displayname now
v0.2.4.RELEASE
try to fix bug, where too many commands can block appservice
v0.2.3.RELEASE
dependency update with bugfixes