Skip to content

Releases: benkuly/matrix-sms-bridge

v0.4.4.RELEASE

16 Nov 12:52
Compare
Choose a tag to compare
  • always invite users in room alias (not only when alias is created)

v0.4.3.RELEASE

16 Nov 10:49
Compare
Choose a tag to compare
  • set room name with sms send command only on creation

v0.4.2.RELEASE

15 Nov 11:10
Compare
Choose a tag to compare
  • increased maximum body size of saved messages

v0.4.1.RELEASE

13 Nov 07:35
Compare
Choose a tag to compare
  • allow to invite users when room gets create by command

v0.4.0.RELEASE

12 Nov 14:01
Compare
Choose a tag to compare
  • 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

30 Jul 11:41
Compare
Choose a tag to compare
  • catch bot command parser errors and notify user

v0.3.1.RELEASE

09 Jul 17:51
Compare
Choose a tag to compare
  • added ability to bot to send messages in future by using the -a command

v0.3.0.RELEASE

08 Jul 12:26
Compare
Choose a tag to compare
  • 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

14 Jun 18:09
Compare
Choose a tag to compare

try to fix bug, where too many commands can block appservice

v0.2.3.RELEASE

14 Jun 17:26
Compare
Choose a tag to compare

dependency update with bugfixes